wenhuach commited on
Commit
bc08ce7
1 Parent(s): 68ecbe4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -20,9 +20,7 @@ Here is the sample command to reproduce the model
20
 
21
  ```bash
22
  git clone https://github.com/intel/auto-round
23
- cd auto-round
24
- pip install -r requirements.txt
25
- cd examples/language-modeling
26
  pip install -r requirements.txt
27
  python3 main.py \
28
  --model_name Intel/neural-chat-7b-v3-1 \
 
20
 
21
  ```bash
22
  git clone https://github.com/intel/auto-round
23
+ cd auto-round/examples/language-modeling
 
 
24
  pip install -r requirements.txt
25
  python3 main.py \
26
  --model_name Intel/neural-chat-7b-v3-1 \