mwitiderrick
commited on
Commit
·
940ab47
1
Parent(s):
3409c51
Update README.md
Browse files
README.md
CHANGED
@@ -57,5 +57,4 @@ python src/sparseml/transformers/sparsification/obcq/obcq.py TinyLlama/TinyLlama
|
|
57 |
python src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
58 |
cp deployment/model.onnx deployment/model-orig.onnx
|
59 |
python onnx_kv_inject.py --input-file deployment/model-orig.onnx --output-file deployment/model.onnx
|
60 |
-
```
|
61 |
```
|
|
|
57 |
python src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
|
58 |
cp deployment/model.onnx deployment/model-orig.onnx
|
59 |
python onnx_kv_inject.py --input-file deployment/model-orig.onnx --output-file deployment/model.onnx
|
|
|
60 |
```
|