Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## Overview
|
|
@@ -10,14 +13,14 @@ Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages,
|
|
| 10 |
|
| 11 |
| No | Variant | Cortex CLI command |
|
| 12 |
| --- | --- | --- |
|
| 13 |
-
| 1 | [
|
| 14 |
|
| 15 |
|
| 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 |
|
|
@@ -25,7 +28,7 @@ Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages,
|
|
| 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 |
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- cortex.cpp
|
| 6 |
---
|
| 7 |
|
| 8 |
## Overview
|
|
|
|
| 13 |
|
| 14 |
| No | Variant | Cortex CLI command |
|
| 15 |
| --- | --- | --- |
|
| 16 |
+
| 1 | [gguf](https://huggingface.co/cortexso/codestral/tree/main) | `cortex run codestral` |
|
| 17 |
|
| 18 |
|
| 19 |
## Use it with Jan (UI)
|
| 20 |
|
| 21 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 22 |
2. Use in Jan model Hub:
|
| 23 |
+
```bash
|
| 24 |
cortexhub/codestral
|
| 25 |
```
|
| 26 |
|
|
|
|
| 28 |
|
| 29 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 30 |
2. Run the model with command:
|
| 31 |
+
```bash
|
| 32 |
cortex run codestral
|
| 33 |
```
|
| 34 |
|