mgoin commited on
Commit
7143743
·
verified ·
1 Parent(s): 246e7b7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ```
2
+ pip install sparseml-nightly[llm]==1.7.0.20240304
3
+ sparseml.transformers.text_generation.oneshot --model bigcode/tiny_starcoder_py --dataset open_platypus --recipe recipe.yaml --output_dir ./obcq_deployment
4
+ huggingface-cli upload nm-testing/tiny_starcoder_py-quant obcq_deployment/
5
+ ```