Merge branch 'main' of hf.co:cortexso/mistral into default
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
---
|
4 |
+
|
5 |
+
## Overview
|
6 |
+
|
7 |
+
Mistral 7B, a 7-billion-parameter Large Language Model by Mistral AI. Designed for efficiency and performance, it suits real-time applications requiring swift responses.
|
8 |
+
|
9 |
+
## Variants
|
10 |
+
|
11 |
+
| No | Variant | Cortex CLI command |
|
12 |
+
| --- | --- | --- |
|
13 |
+
| 1 | [7b-gguf](https://huggingface.co/cortexhub/mistral/tree/7b-gguf) | `cortex run mistral:7b-gguf` |
|
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 |
+
|
17 |
+
## Use it with Jan (UI)
|
18 |
+
|
19 |
+
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
20 |
+
2. Use in Jan model Hub:
|
21 |
+
```
|
22 |
+
cortexhub/mistral
|
23 |
+
```
|
24 |
+
|
25 |
+
## Use it with Cortex (CLI)
|
26 |
+
|
27 |
+
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
28 |
+
2. Run the model with command:
|
29 |
+
```
|
30 |
+
cortex run mistral
|
31 |
+
```
|
32 |
+
|
33 |
+
## Credits
|
34 |
+
|
35 |
+
- **Author:** MistralAI
|
36 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
37 |
+
- **Original License:** [Licence]((https://mistral.ai/licenses/MNPL-0.1.md))
|
38 |
+
- **Papers:** [Mistral paper](https://arxiv.org/abs/2310.06825)
|