codestral / README.md
van-qa's picture
Update README.md
54101f7 verified
|
raw
history blame
971 Bytes
---
license: other
---
## Overview
Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages, including the most popular ones, such as Python, Java, C, C++, JavaScript, and Bash
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [22b-gguf](https://huggingface.co/cortexhub/codestral/tree/22b-gguf) | `cortex run codestral:22b-gguf` |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```
cortexhub/codestral
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```
cortex run codestral
```
## Credits
- **Author:** Mistral AI
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [Licence](https://mistral.ai/licenses/MNPL-0.1.md)
- **Papers:** [Codestral Blog](https://mistral.ai/news/codestral/)