Update README.md
Browse files
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="
|
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="
|
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 |
|