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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,13 +14,13 @@ pipeline_tag: text-generation
14
 
15
  ## Download the model
16
 
17
- The base-model *microsoft/Phi-3-mini-4k-instruct* currently relies on 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
21
  ```
22
 
23
- Additionally, LoRA model requires the peft package:
24
  ```
25
  pip install peft
26
  ```
 
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
21
  ```
22
 
23
+ Additionally, LoRA model requires the peft package.
24
  ```
25
  pip install peft
26
  ```