Spaces:
Running
on
Zero
Running
on
Zero
Daemontatox
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def initialize_model():
|
|
87 |
torch_dtype=torch.float16,
|
88 |
device_map="cuda",
|
89 |
attn_implementation="flash_attention_2",
|
90 |
-
quantization_config=quantization_config
|
91 |
|
92 |
)
|
93 |
|
|
|
87 |
torch_dtype=torch.float16,
|
88 |
device_map="cuda",
|
89 |
attn_implementation="flash_attention_2",
|
90 |
+
# quantization_config=quantization_config
|
91 |
|
92 |
)
|
93 |
|