Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,7 @@ Via pip: `pip install llm-rs huggingface_hub`
|
|
37 |
#### Run inference
|
38 |
```python
|
39 |
from llm_rs import Mpt
|
|
|
40 |
|
41 |
#Download the model
|
42 |
hf_hub_download(repo_id="LLukas22/mpt-7b-ggml", filename="mpt-7b-q4_0-ggjt.bin", local_dir=".")
|
|
|
37 |
#### Run inference
|
38 |
```python
|
39 |
from llm_rs import Mpt
|
40 |
+
from huggingface_hub import hf_hub_download
|
41 |
|
42 |
#Download the model
|
43 |
hf_hub_download(repo_id="LLukas22/mpt-7b-ggml", filename="mpt-7b-q4_0-ggjt.bin", local_dir=".")
|