Abhaykoul commited on
Commit
b31d1e1
1 Parent(s): 61caf63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,9 +51,9 @@ You are Vortex, a helpful AI assistant.<|im_end|>
51
  from huggingface_hub import hf_hub_download
52
 
53
  hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="configuration_llava.py", local_dir="./", force_download=True)
54
- hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="configuration_lite.py", local_dir="./", force_download=True)
55
  hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="modeling_llava.py", local_dir="./", force_download=True)
56
- hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="modeling_lite.py", local_dir="./", force_download=True)
57
  hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="processing_llava.py", local_dir="./", force_download=True)
58
  ```
59
 
 
51
  from huggingface_hub import hf_hub_download
52
 
53
  hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="configuration_llava.py", local_dir="./", force_download=True)
54
+ hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="configuration_phi.py", local_dir="./", force_download=True)
55
  hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="modeling_llava.py", local_dir="./", force_download=True)
56
+ hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="modeling_phi.py", local_dir="./", force_download=True)
57
  hf_hub_download(repo_id="OEvortex/HelpingAI-Vision", filename="processing_llava.py", local_dir="./", force_download=True)
58
  ```
59