Pham commited on
Commit
02bb187
·
verified ·
1 Parent(s): a219a4e

chore: u‌‌pdat‌e code block

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -15,13 +15,19 @@ Mistral 7B, a 7-billion-parameter Large Language Model by Mistral AI. Designed f
15
  ## Use it with Jan (UI)
16
 
17
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
- 2. Use `cortexhub/mistral` in Jan model Hub
 
 
 
19
 
20
  ## Use it with Cortex (CLI)
21
 
22
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
23
- 2. Run the model with the command: `cortex run mistral`
24
-
 
 
 
25
  ## Credits
26
 
27
  - **Author:** MistralAI
 
15
  ## Use it with Jan (UI)
16
 
17
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
+ 2. Use in Jan model Hub:
19
+ ```
20
+ cortexhub/mistral
21
+ ```
22
 
23
  ## Use it with Cortex (CLI)
24
 
25
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
26
+ 2. Run the model with command:
27
+ ```
28
+ cortex run mistral
29
+ ```
30
+
31
  ## Credits
32
 
33
  - **Author:** MistralAI