Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
|
|
47 |
|
48 |
See the `recipe.yaml` in this repo and follow the instructions below.
|
49 |
|
50 |
-
```
|
51 |
git clone https://github.com/neuralmagic/sparseml
|
52 |
pip install -e "sparseml[transformers]"
|
53 |
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py teknium/OpenHermes-2.5-Mistral-7B open_platypus --recipe recipe.yaml --save True
|
@@ -69,6 +69,4 @@ print(f"Modified model saved to: {output_file}")
|
|
69 |
|
70 |
## Slack
|
71 |
|
72 |
-
For further support, and discussions on these models and AI in general, join us at
|
73 |
-
|
74 |
-
[Neural Magic's Slack server](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ)
|
|
|
47 |
|
48 |
See the `recipe.yaml` in this repo and follow the instructions below.
|
49 |
|
50 |
+
```bash
|
51 |
git clone https://github.com/neuralmagic/sparseml
|
52 |
pip install -e "sparseml[transformers]"
|
53 |
python sparseml/src/sparseml/transformers/sparsification/obcq/obcq.py teknium/OpenHermes-2.5-Mistral-7B open_platypus --recipe recipe.yaml --save True
|
|
|
69 |
|
70 |
## Slack
|
71 |
|
72 |
+
For further support, and discussions on these models and AI in general, join us at [Neural Magic's Slack server](https://join.slack.com/t/discuss-neuralmagic/shared_invite/zt-q1a1cnvo-YBoICSIw3L1dmQpjBeDurQ)
|
|
|
|