Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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 |
"""
|