winstxnhdw
commited on
Update README.md
Browse files
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
|