Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Overview
|
@@ -10,17 +13,13 @@ Mistral 7B, a 7-billion-parameter Large Language Model by Mistral AI. Designed f
|
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
-
| 1 | [7b-gguf](https://huggingface.co/cortexhub/mistral/tree/
|
14 |
-
| 2 | [tensorrt-llm](https://huggingface.co/cortexso/mistral/tree/tensorrt-llm-windows-ada) | `cortex run mistral:tensorrt-llm` |
|
15 |
-
| 3 | [7b-onnx](https://huggingface.co/cortexso/mistral/tree/7b-onnx) | `cortex run mistral:7b-onnx` |
|
16 |
-
| 4 | [7b-v0.3](https://huggingface.co/cortexso/mistral/tree/7b-v0.3-gguf-q4-km) | `cortex run mistral:7b-v0.3-gguf-q4-km` |
|
17 |
-
| 4 | [7b-small](https://huggingface.co/cortexso/mistral/tree/small-gguf-q4-km) | `cortex run mistral:small-gguf-q4-km |
|
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 |
-
```
|
24 |
cortexhub/mistral
|
25 |
```
|
26 |
|
@@ -28,7 +27,7 @@ Mistral 7B, a 7-billion-parameter Large Language Model by Mistral AI. Designed f
|
|
28 |
|
29 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
30 |
2. Run the model with command:
|
31 |
-
```
|
32 |
cortex run mistral
|
33 |
```
|
34 |
|
|
|
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 | [7b-gguf](https://huggingface.co/cortexhub/mistral/tree/main) | `cortex run mistral` |
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Use it with Jan (UI)
|
19 |
|
20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
21 |
2. Use in Jan model Hub:
|
22 |
+
```bash
|
23 |
cortexhub/mistral
|
24 |
```
|
25 |
|
|
|
27 |
|
28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
29 |
2. Run the model with command:
|
30 |
+
```bash
|
31 |
cortex run mistral
|
32 |
```
|
33 |
|