Instructions to use Tiiny/TurboSparse-Mixtral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tiiny/TurboSparse-Mixtral with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Tiiny/TurboSparse-Mixtral", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Tiiny/TurboSparse-Mixtral", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Yixin Song commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ The SuperSparse-Mixtral Large Language Model (LLM) is an sparsified version of t
|
|
| 12 |
|
| 13 |
## Inference
|
| 14 |
|
| 15 |
-
Our code for accelerating SuperSparse-Mixtral is currently being refined. Stay tuned!
|
| 16 |
|
| 17 |
## Allow Finetuning
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
## Inference
|
| 14 |
|
| 15 |
+
Our code for accelerating SuperSparse-Mixtral is currently being refined. Stay tuned! Now you can run this model like dense model.
|
| 16 |
|
| 17 |
## Allow Finetuning
|
| 18 |
|