Pham
commited on
chore: update code block
Browse files
README.md
CHANGED
|
@@ -16,13 +16,19 @@ Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages,
|
|
| 16 |
## Use it with Jan (UI)
|
| 17 |
|
| 18 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 19 |
-
2. Use
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
| 21 |
## Use it with Cortex (CLI)
|
| 22 |
|
| 23 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 24 |
-
2. Run the model with
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
| 26 |
## Credits
|
| 27 |
|
| 28 |
- **Author:** Mistral AI
|
|
|
|
| 16 |
## Use it with Jan (UI)
|
| 17 |
|
| 18 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 19 |
+
2. Use in Jan model Hub:
|
| 20 |
+
```
|
| 21 |
+
cortexhub/codestral
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
## Use it with Cortex (CLI)
|
| 25 |
|
| 26 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 27 |
+
2. Run the model with command:
|
| 28 |
+
```
|
| 29 |
+
cortex run codestral
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
## Credits
|
| 33 |
|
| 34 |
- **Author:** Mistral AI
|