Update README.md
#2
by
shariqmobin
- opened
README.md
CHANGED
@@ -126,7 +126,7 @@ oneshot(
|
|
126 |
num_calibration_samples=num_samples,
|
127 |
)
|
128 |
|
129 |
-
model.save_pretrained("Meta-Llama-3.1-8B-Instruct-quantized.w8a8")
|
130 |
```
|
131 |
|
132 |
|
|
|
126 |
num_calibration_samples=num_samples,
|
127 |
)
|
128 |
|
129 |
+
model.save_pretrained("Meta-Llama-3.1-8B-Instruct-quantized.w8a8", save_compressed=True))
|
130 |
```
|
131 |
|
132 |
|