Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
82 |
MODEL_ID,
|
83 |
device_map="auto",
|
84 |
quantization_config=quantization_config,
|
85 |
-
attn_implementation="flash_attention_2",
|
86 |
trust_remote_code=True
|
87 |
)
|
88 |
|
|
|
82 |
MODEL_ID,
|
83 |
device_map="auto",
|
84 |
quantization_config=quantization_config,
|
85 |
+
# attn_implementation="flash_attention_2",
|
86 |
trust_remote_code=True
|
87 |
)
|
88 |
|