Spaces:
Runtime error
Runtime error
dafajudin
commited on
Commit
·
6222a14
1
Parent(s):
768ffc5
update code
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ if USE_QLORA or USE_LORA:
|
|
| 34 |
bnb_4bit_compute_dtype=torch.float16
|
| 35 |
)
|
| 36 |
|
| 37 |
-
Model yang akan digunakan
|
| 38 |
model = Idefics2ForConditionalGeneration.from_pretrained(
|
| 39 |
"jihadzakki/idefics2-8b-vqarad-delta",
|
| 40 |
torch_dtype=torch.float16,
|
|
|
|
| 34 |
bnb_4bit_compute_dtype=torch.float16
|
| 35 |
)
|
| 36 |
|
| 37 |
+
# Model yang akan digunakan
|
| 38 |
model = Idefics2ForConditionalGeneration.from_pretrained(
|
| 39 |
"jihadzakki/idefics2-8b-vqarad-delta",
|
| 40 |
torch_dtype=torch.float16,
|