weiweiz1 commited on
Commit
1e2ce83
1 Parent(s): c828798

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,7 +17,8 @@ This model is an int4 model with group_size 128 of [meta-llama/Meta-Llama-3.1-70
17
  Here is the sample command to reproduce the model.
18
 
19
  ```bash
20
- git clone https://github.com/intel/auto-round # Make sure to use the code version after the 'b2f160c260cebaebb25abea63e273e5813725346' commit.
 
21
  cd auto-round/examples/language-modeling
22
  pip install -r requirements.txt
23
  python3 main.py \
 
17
  Here is the sample command to reproduce the model.
18
 
19
  ```bash
20
+ # Make sure to use the code version after the 'b2f160c260cebaebb25abea63e273e5813725346' commit.
21
+ git clone https://github.com/intel/auto-round
22
  cd auto-round/examples/language-modeling
23
  pip install -r requirements.txt
24
  python3 main.py \