Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,17 @@ The 'mistral-small-24b' model is an advanced AI language model optimized for a v
|
|
14 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
15 |
2. Use in Jan model Hub:
|
16 |
|
|
|
17 |
cortexso/mistral-small-24b
|
|
|
18 |
|
19 |
## Use it with Cortex (CLI)
|
20 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
21 |
2. Run the model with command:
|
22 |
|
23 |
-
|
|
|
|
|
24 |
|
25 |
## Credits
|
26 |
- **Author:** mistralai
|
|
|
14 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
15 |
2. Use in Jan model Hub:
|
16 |
|
17 |
+
```bash
|
18 |
cortexso/mistral-small-24b
|
19 |
+
```
|
20 |
|
21 |
## Use it with Cortex (CLI)
|
22 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
23 |
2. Run the model with command:
|
24 |
|
25 |
+
```bash
|
26 |
+
cortex run mistral-small-24b
|
27 |
+
```
|
28 |
|
29 |
## Credits
|
30 |
- **Author:** mistralai
|