VictorSanh commited on
Commit
adef583
1 Parent(s): a081ad0

Pushing 80b to the front - deactivating the 9b

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -17,7 +17,7 @@ from transformers import AutoProcessor
17
 
18
 
19
  MODELS = [
20
- "HuggingFaceM4/idefics-9b-instruct",
21
  "HuggingFaceM4/idefics-80b-instruct",
22
  ]
23
 
 
17
 
18
 
19
  MODELS = [
20
+ # "HuggingFaceM4/idefics-9b-instruct",
21
  "HuggingFaceM4/idefics-80b-instruct",
22
  ]
23