mwitiderrick
commited on
Commit
·
ac3d17f
1
Parent(s):
bcb14b1
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ For details on how this model was sparsified, see the `recipe.yaml` in this repo
|
|
54 |
```bash
|
55 |
git clone https://github.com/neuralmagic/sparseml
|
56 |
pip install -e "sparseml[transformers]"
|
57 |
-
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py NousResearch/Nous-Hermes-llama-2-7b open_platypus --recipe recipe.yaml --save True
|
58 |
python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
59 |
cp deployment/model.onnx deployment/model-orig.onnx
|
60 |
```
|
|
|
54 |
```bash
|
55 |
git clone https://github.com/neuralmagic/sparseml
|
56 |
pip install -e "sparseml[transformers]"
|
57 |
+
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py NousResearch/Nous-Hermes-llama-2-7b open_platypus --precision float16 --recipe recipe.yaml --save True
|
58 |
python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
59 |
cp deployment/model.onnx deployment/model-orig.onnx
|
60 |
```
|