Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ for file in files:
|
|
54 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
55 |
destination_folder,
|
56 |
torch_dtype=torch.bfloat16,
|
57 |
-
|
58 |
attn_implementation = "flash_attention_2",
|
59 |
)
|
60 |
|
|
|
54 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
55 |
destination_folder,
|
56 |
torch_dtype=torch.bfloat16,
|
57 |
+
device_map="cpu",
|
58 |
attn_implementation = "flash_attention_2",
|
59 |
)
|
60 |
|