Instructions to use unsloth/Magistral-Small-2509-FP8-Dynamic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use unsloth/Magistral-Small-2509-FP8-Dynamic with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for unsloth/Magistral-Small-2509-FP8-Dynamic to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for unsloth/Magistral-Small-2509-FP8-Dynamic to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for unsloth/Magistral-Small-2509-FP8-Dynamic to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="unsloth/Magistral-Small-2509-FP8-Dynamic", max_seq_length=2048, )
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,12 +29,10 @@ language:
|
|
| 29 |
library_name: vllm
|
| 30 |
license: apache-2.0
|
| 31 |
inference: false
|
| 32 |
-
extra_gated_description: >-
|
| 33 |
-
If you want to learn more about how we process your personal data, please read
|
| 34 |
-
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 35 |
tags:
|
| 36 |
- vllm
|
| 37 |
- mistral-common
|
|
|
|
| 38 |
---
|
| 39 |
<div>
|
| 40 |
<p style="margin-bottom: 0; margin-top: 0;">
|
|
|
|
| 29 |
library_name: vllm
|
| 30 |
license: apache-2.0
|
| 31 |
inference: false
|
|
|
|
|
|
|
|
|
|
| 32 |
tags:
|
| 33 |
- vllm
|
| 34 |
- mistral-common
|
| 35 |
+
- unsloth
|
| 36 |
---
|
| 37 |
<div>
|
| 38 |
<p style="margin-bottom: 0; margin-top: 0;">
|