Create README.md
Browse files
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 |
+
```
|