GGUF
Inference Endpoints
Pham commited on
Commit
2ffcdb9
1 Parent(s): 89c334b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,20 +4,20 @@ license: apache-2.0
4
 
5
  ## Overview
6
 
7
- The Mixtral-8x7B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mistral-8x7B outperforms Llama 2 70B on most benchmarks we tested.
8
 
9
  ## Variants
10
 
11
  | No | Variant | Cortex CLI command |
12
  | --- | --- | --- |
13
- | 1 | [8x7B-gguf](https://huggingface.co/cortexhub/llama3/tree/8B-gguf) | `cortex run mixtral:8x7B-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/llama3
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)