ChantalPellegrini commited on
Commit
a4079f1
1 Parent(s): db68db3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ from utils import create_chest_xray_transform_for_inference, init_chexpert_predi
63
 
64
  def load_model_from_huggingface(repo_id):
65
  # Download model files
66
- model_path = snapshot_download(repo_id=repo_id, revision="main", force_download=True)
67
  model_path = Path(model_path)
68
 
69
  tokenizer, model, image_processor, context_len = load_pretrained_model(model_path, model_base='liuhaotian/llava-v1.5-7b',
 
63
 
64
  def load_model_from_huggingface(repo_id):
65
  # Download model files
66
+ model_path = snapshot_download(repo_id=repo_id, revision="main")
67
  model_path = Path(model_path)
68
 
69
  tokenizer, model, image_processor, context_len = load_pretrained_model(model_path, model_base='liuhaotian/llava-v1.5-7b',