Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ without the need for a lot of complex instruction verbiage - provide a text pass
|
|
70 |
To pull the model via API:
|
71 |
|
72 |
from huggingface_hub import snapshot_download
|
73 |
-
snapshot_download("llmware/
|
74 |
|
75 |
|
76 |
Load in your favorite GGUF inference engine, or try with llmware as follows:
|
|
|
70 |
To pull the model via API:
|
71 |
|
72 |
from huggingface_hub import snapshot_download
|
73 |
+
snapshot_download("llmware/bling-phi-2-gguf", local_dir="/path/on/your/machine/", local_dir_use_symlinks=False)
|
74 |
|
75 |
|
76 |
Load in your favorite GGUF inference engine, or try with llmware as follows:
|