LLukas22 commited on
Commit
b6fed65
1 Parent(s): fcf6d02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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=".")