mwitiderrick
commited on
Commit
·
2ef3177
1
Parent(s):
cf79504
Update README.md
Browse files
README.md
CHANGED
@@ -107,7 +107,7 @@ For details on how this model was sparsified, see the `recipe.yaml` in this repo
|
|
107 |
```bash
|
108 |
git clone https://github.com/neuralmagic/sparseml
|
109 |
pip install -e "sparseml[transformers]"
|
110 |
-
wget https://huggingface.co/
|
111 |
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py TinyLlama/TinyLlama-1.1B-Chat-v0.4 open_platypus --recipe recipe.yaml --save True
|
112 |
python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
113 |
cp deployment/model.onnx deployment/model-orig.onnx
|
|
|
107 |
```bash
|
108 |
git clone https://github.com/neuralmagic/sparseml
|
109 |
pip install -e "sparseml[transformers]"
|
110 |
+
wget https://huggingface.co/neuralmagic/TinyLlama-1.1B-Chat-v0.4-pruned50-quant/raw/main/recipe.yaml # download recipe
|
111 |
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py TinyLlama/TinyLlama-1.1B-Chat-v0.4 open_platypus --recipe recipe.yaml --save True
|
112 |
python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
113 |
cp deployment/model.onnx deployment/model-orig.onnx
|