Instructions to use Ailiance-fr/devstral-python-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ailiance-fr/devstral-python-lora with PEFT:
Task type is invalid.
- MLX
How to use Ailiance-fr/devstral-python-lora with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("Ailiance-fr/devstral-python-lora") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
- MLX LM
How to use Ailiance-fr/devstral-python-lora with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "Ailiance-fr/devstral-python-lora" --prompt "Once upon a time"
docs: PST-verbatim model card v0.4.3 (Commission template 2025-07-24)
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ library_name: peft
|
|
| 20 |
|
| 21 |
# eu-kiki-devstral-python-lora
|
| 22 |
|
| 23 |
-
LoRA adapter for **mistralai/Devstral-Small-2-24B-Instruct-2512**, part of the [ailiance](https://github.com/L-electron-Rare/ailiance) project. Live demo: https://
|
| 24 |
|
| 25 |
> **EU AI Act compliance.** This card follows the **European Commission's
|
| 26 |
> *Template for the Public Summary of Training Content* for general-purpose
|
|
@@ -203,7 +203,7 @@ python -m mlx_lm fuse \
|
|
| 203 |
author = {Saillant, Clément},
|
| 204 |
year = {2026},
|
| 205 |
url = {https://github.com/L-electron-Rare/ailiance},
|
| 206 |
-
note = {Live demo: https://
|
| 207 |
}
|
| 208 |
```
|
| 209 |
|
|
|
|
| 20 |
|
| 21 |
# eu-kiki-devstral-python-lora
|
| 22 |
|
| 23 |
+
LoRA adapter for **mistralai/Devstral-Small-2-24B-Instruct-2512**, part of the [ailiance](https://github.com/L-electron-Rare/ailiance) project. Live demo: https://www.ailiance.fr.
|
| 24 |
|
| 25 |
> **EU AI Act compliance.** This card follows the **European Commission's
|
| 26 |
> *Template for the Public Summary of Training Content* for general-purpose
|
|
|
|
| 203 |
author = {Saillant, Clément},
|
| 204 |
year = {2026},
|
| 205 |
url = {https://github.com/L-electron-Rare/ailiance},
|
| 206 |
+
note = {Live demo: https://www.ailiance.fr}
|
| 207 |
}
|
| 208 |
```
|
| 209 |
|