winstxnhdw commited on
Commit
2874ae2
·
verified ·
1 Parent(s): 75780d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,8 +3,8 @@
3
  The following command was used to produce this model.
4
 
5
  ```bash
6
- python quantize.py --model_dir /Meta-Llama-3-8B-Instruct \
7
- --output_dir /Meta-Llama-3-8B-Instruct-AWQ \
8
  --dtype bfloat16 \
9
  --qformat int4_awq \
10
  --awq_block_size 64
 
3
  The following command was used to produce this model.
4
 
5
  ```bash
6
+ python quantize.py --model_dir /Meta-Llama-3.1-8B-Instruct \
7
+ --output_dir /Meta-Llama-3.1-8B-Instruct-AWQ \
8
  --dtype bfloat16 \
9
  --qformat int4_awq \
10
  --awq_block_size 64