Kalbe-x-Bangkit commited on
Commit
3f01f45
1 Parent(s): 9bc7520

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ if USE_QLORA or USE_LORA:
53
  )
54
 
55
  model = Idefics2ForConditionalGeneration.from_pretrained(
56
- # "jihadzakki/idefics2-8b-vqarad-delta",
57
  torch_dtype=torch.float16,
58
  quantization_config=bnb_config
59
  )
 
53
  )
54
 
55
  model = Idefics2ForConditionalGeneration.from_pretrained(
56
+ "jihadzakki/idefics2-8b-vqarad-delta",
57
  torch_dtype=torch.float16,
58
  quantization_config=bnb_config
59
  )