legolasyiu commited on
Commit
b3b885f
·
verified ·
1 Parent(s): abcbd52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -85,6 +85,8 @@ f"""Below is an instruction that describes a task. \
85
  > pip install mistral_inference
86
  > pip install mistral-demo
87
  > pip install git+https://github.com/huggingface/transformers.git
 
 
88
  > ```
89
  If you want to use Hugging Face `transformers` to generate text, you can do something like this.
90
  ```py
 
85
  > pip install mistral_inference
86
  > pip install mistral-demo
87
  > pip install git+https://github.com/huggingface/transformers.git
88
+ > !pip install huggingface_hub[hf_transfer]
89
+ > !HF_HUB_ENABLE_HF_TRANSFER=1
90
  > ```
91
  If you want to use Hugging Face `transformers` to generate text, you can do something like this.
92
  ```py