samidh commited on
Commit
7099a64
·
verified ·
1 Parent(s): 75b116a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -14,9 +14,6 @@ adapter_model_name = "samidh/cope-g7bq-2c-hs.s1.5fpc.9-sx.s1.5.9o-VL.s1.5.9-HR.s
14
 
15
  bnb_config = BitsAndBytesConfig(
16
  load_in_8bit=True,
17
- #bnb_8bit_quant_type="nf8",
18
- #bnb_8bit_compute_dtype=torch.bfloat16,
19
- bnb_8bit_use_double_quant=True
20
  )
21
 
22
  """
 
14
 
15
  bnb_config = BitsAndBytesConfig(
16
  load_in_8bit=True,
 
 
 
17
  )
18
 
19
  """