Commit
·
046d061
1
Parent(s):
d807928
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ For details on how this model was sparsified, see the `recipe.yaml` in this repo
|
|
| 56 |
```bash
|
| 57 |
git clone https://github.com/neuralmagic/sparseml
|
| 58 |
pip install -e "sparseml[transformers]"
|
| 59 |
-
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py GeneZC/MiniChat-3B open_platypus --recipe recipe.yaml --save True
|
| 60 |
python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
| 61 |
cp deployment/model.onnx deployment/model-orig.onnx
|
| 62 |
```
|
|
|
|
| 56 |
```bash
|
| 57 |
git clone https://github.com/neuralmagic/sparseml
|
| 58 |
pip install -e "sparseml[transformers]"
|
| 59 |
+
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py GeneZC/MiniChat-1.5-3B open_platypus --recipe recipe.yaml --save True
|
| 60 |
python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
| 61 |
cp deployment/model.onnx deployment/model-orig.onnx
|
| 62 |
```
|