Minh141120 commited on
Commit
0eaa10d
·
verified ·
1 Parent(s): 8d911b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,13 +13,13 @@ The [Gemma](https://huggingface.co/google/gemma-2-2b-it), state-of-the-art open
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
- | 1 | [2b-gguf](https://huggingface.co/cortexso/gemma2/tree/2b-gguf) | `cortex run gemma:2b` |
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/gemma2
24
  ```
25
 
@@ -27,7 +27,7 @@ The [Gemma](https://huggingface.co/google/gemma-2-2b-it), state-of-the-art open
27
 
28
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
29
  2. Run the model with command:
30
- ```
31
  cortex run gemma2
32
  ```
33
 
 
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
+ | 1 | [gguf](https://huggingface.co/cortexso/gemma2/tree/main) | `cortex run gemma` |
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/gemma2
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 gemma2
32
  ```
33