Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ def initialize_model():
|
|
233 |
torch_dtype=torch.float16,
|
234 |
device_map="cuda",
|
235 |
attn_implementation="flash_attention_2",
|
236 |
-
quantization_config=quantization_config
|
237 |
|
238 |
)
|
239 |
|
|
|
233 |
torch_dtype=torch.float16,
|
234 |
device_map="cuda",
|
235 |
attn_implementation="flash_attention_2",
|
236 |
+
#quantization_config=quantization_config
|
237 |
|
238 |
)
|
239 |
|