winstxnhdw
commited on
Commit
•
75780d5
1
Parent(s):
2e92f37
Update README.md
Browse files
README.md
CHANGED
@@ -3,10 +3,9 @@
|
|
3 |
The following command was used to produce this model.
|
4 |
|
5 |
```bash
|
6 |
-
python quantize.py
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
--awq_block_size 64 \
|
12 |
```
|
|
|
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
|
|
|
11 |
```
|