Pham
commited on
chore: update code block
Browse files
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
|
|
|
|
|
|
|
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
|
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
|