Mike0307 commited on
Commit
a418818
1 Parent(s): d8c70a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,7 +14,9 @@ pipeline_tag: text-generation
14
 
15
  ## Download the model
16
 
17
- The base-model *microsoft/Phi-3-mini-4k-instruct* currently relies on the latest dev-version transformers and torch.
 
 
18
  ```
19
  pip install git+https://github.com/huggingface/transformers
20
  pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
 
14
 
15
  ## Download the model
16
 
17
+ The base-model [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) currently relies on
18
+ the latest dev-version transformers and torch.<br>
19
+ Also, it needs *trust_remote_code=True* as an argument of the from_pretrained() function.
20
  ```
21
  pip install git+https://github.com/huggingface/transformers
22
  pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu