Minh141120 commited on
Commit
fcf18c0
·
verified ·
1 Parent(s): 45c179a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,13 +13,13 @@ Meta developed and released the [Meta Llama 3](https://huggingface.co/meta-llama
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
- | 1 | [gguf](https://huggingface.co/cortexso/llama3/tree/main) | `cortex run llama3` |
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
- ```
23
  cortexso/llama3
24
  ```
25
 
@@ -27,7 +27,7 @@ Meta developed and released the [Meta Llama 3](https://huggingface.co/meta-llama
27
 
28
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
29
  2. Run the model with command:
30
- ```
31
  cortex run llama3
32
  ```
33
 
 
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
+ | 1 | [Llama3-8b](https://huggingface.co/cortexso/llama3/tree/8b) | `cortex run llama3:8b` |
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
  cortexso/llama3
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 llama3
32
  ```
33