Instructions to use unsloth/Devstral-Small-2505 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ license: apache-2.0
|
|
| 28 |
library_name: vllm
|
| 29 |
inference: false
|
| 30 |
base_model:
|
| 31 |
-
- mistralai/
|
| 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>.
|
|
@@ -423,4 +423,4 @@ output = model.generate(
|
|
| 423 |
|
| 424 |
decoded_output = tokenizer.decode(output[len(tokenized.tokens):])
|
| 425 |
print(decoded_output)
|
| 426 |
-
```
|
|
|
|
| 28 |
library_name: vllm
|
| 29 |
inference: false
|
| 30 |
base_model:
|
| 31 |
+
- mistralai/Devstral-Small-2505
|
| 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>.
|
|
|
|
| 423 |
|
| 424 |
decoded_output = tokenizer.decode(output[len(tokenized.tokens):])
|
| 425 |
print(decoded_output)
|
| 426 |
+
```
|