Pham
commited on
Commit
•
2ffcdb9
1
Parent(s):
89c334b
Update README.md
Browse files
README.md
CHANGED
@@ -4,20 +4,20 @@ license: apache-2.0
|
|
4 |
|
5 |
## Overview
|
6 |
|
7 |
-
The Mixtral-
|
8 |
|
9 |
## Variants
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
-
| 1 | [
|
14 |
|
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/
|
21 |
```
|
22 |
|
23 |
## Use it with Cortex (CLI)
|
|
|
4 |
|
5 |
## Overview
|
6 |
|
7 |
+
The Mixtral-7x8B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mistral-7x8Boutperforms Llama 2 70B on most benchmarks we tested.
|
8 |
|
9 |
## Variants
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
+
| 1 | [7x8B-gguf](https://huggingface.co/cortexhub/mixtral/tree/7x8B-gguf) | `cortex run mixtral:7x8B-gguf` |
|
14 |
|
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/mixtral
|
21 |
```
|
22 |
|
23 |
## Use it with Cortex (CLI)
|