mjbuehler commited on
Commit
be96f5f
1 Parent(s): f70961d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -135,7 +135,7 @@ import os
135
  import shutil
136
 
137
  # Repository details
138
- repo_id = "lamm-mit/Cephalo-Idefics2-3x8b-beta"
139
  api = HfApi()
140
 
141
  # List all files in the repository
@@ -177,7 +177,7 @@ from Idefics2_MoE.moe_idefics2 import *
177
 
178
  DEVICE='cuda'
179
 
180
- model_id_1='lamm-mit/Cephalo-Idefics-2-vision-8b-beta'
181
 
182
  model_1 = Idefics2ForConditionalGeneration.from_pretrained( model_id_1,
183
  torch_dtype=torch.bfloat16, #if your GPU allows
 
135
  import shutil
136
 
137
  # Repository details
138
+ repo_id = "lamm-mit/Cephalo-Idefics2-vision-3x8b-beta"
139
  api = HfApi()
140
 
141
  # List all files in the repository
 
177
 
178
  DEVICE='cuda'
179
 
180
+ model_id_1='lamm-mit/Cephalo-Idefics2-vision-3x8b-beta'
181
 
182
  model_1 = Idefics2ForConditionalGeneration.from_pretrained( model_id_1,
183
  torch_dtype=torch.bfloat16, #if your GPU allows