Pham commited on
Commit
a6dac7d
·
verified ·
1 Parent(s): c7074ca

chore: u‌‌pdat‌e code block

Browse files
Files changed (1) hide show
  1. README.md +10 -4
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 `cortexhub/codestral` in Jan model Hub
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 the command: `cortex run codestral`
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