Spaces:
Runtime error
Runtime error
dafajudin
commited on
Commit
·
27acef2
1
Parent(s):
47ad331
update
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ if USE_QLORA or USE_LORA:
|
|
| 36 |
|
| 37 |
# Model yang akan digunakan
|
| 38 |
model = Idefics2ForConditionalGeneration.from_pretrained(
|
| 39 |
-
|
| 40 |
torch_dtype=torch.float16,
|
| 41 |
quantization_config=bnb_config
|
| 42 |
)
|
|
|
|
| 36 |
|
| 37 |
# Model yang akan digunakan
|
| 38 |
model = Idefics2ForConditionalGeneration.from_pretrained(
|
| 39 |
+
"jihadzakki/idefics2-8b-vqarad-delta",
|
| 40 |
torch_dtype=torch.float16,
|
| 41 |
quantization_config=bnb_config
|
| 42 |
)
|