mwitiderrick commited on
Commit
dd400dc
·
1 Parent(s): a730b8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -47,8 +47,7 @@ The
47
 
48
  ```bash
49
  git clone https://github.com/neuralmagic/sparseml
50
- pip install -e "sparseml[transformers]" "torch<2"
51
- git checkout update/onnx_export/duplicate
52
  python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py TinyLlama/TinyLlama-1.1B-Chat-v0.4 open_platypus --recipe recipe.yaml --save True
53
  python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
54
  cp deployment/model.onnx deployment/model-orig.onnx
 
47
 
48
  ```bash
49
  git clone https://github.com/neuralmagic/sparseml
50
+ pip install -e "sparseml[transformers]"
 
51
  python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py TinyLlama/TinyLlama-1.1B-Chat-v0.4 open_platypus --recipe recipe.yaml --save True
52
  python sparseml/src/sparseml/transformers/sparsification/obcq/export.py --task text-generation --model_path obcq_deployment
53
  cp deployment/model.onnx deployment/model-orig.onnx