feat(doc): add axolotl link to readme for Magistral Small 2507 finetuning support
#2
by
Nanobit - opened
README.md
CHANGED
|
@@ -103,6 +103,10 @@ The model can be used with the following frameworks;
|
|
| 103 |
- [`vllm (recommended)`](https://github.com/vllm-project/vllm): See [below](#vllm-recommended)
|
| 104 |
- [`transformers`](https://github.com/huggingface/transformers): See [below](#transformers)
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
### vLLM (recommended)
|
| 108 |
|
|
|
|
| 103 |
- [`vllm (recommended)`](https://github.com/vllm-project/vllm): See [below](#vllm-recommended)
|
| 104 |
- [`transformers`](https://github.com/huggingface/transformers): See [below](#transformers)
|
| 105 |
|
| 106 |
+
### Training
|
| 107 |
+
|
| 108 |
+
Fine-tuning is possible with (*alphabetically sorted*):
|
| 109 |
+
- [`axolotl`](https://github.com/axolotl-ai-cloud/axolotl): https://github.com/axolotl-ai-cloud/axolotl/tree/main/examples/magistral
|
| 110 |
|
| 111 |
### vLLM (recommended)
|
| 112 |
|