Minh141120 commited on
Commit
d3de661
·
verified ·
1 Parent(s): 692a431

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -13,13 +13,14 @@ Aya Expanse is an open-weight research release of a model with highly advanced m
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
- | 1 | [main](https://huggingface.co/cortexso/aya-expanse/tree/main) | `cortex run aya-expanse` |
 
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/aya-expanse
24
  ```
25
 
@@ -27,7 +28,7 @@ Aya Expanse is an open-weight research release of a model with highly advanced m
27
 
28
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
29
  2. Run the model with command:
30
- ```
31
  cortex run aya-expanse
32
  ```
33
 
 
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
+ | 1 | [Aya-expanse-8b](https://huggingface.co/cortexso/aya-expanse/tree/8b) | `cortex run aya-expanse:8b` |
17
+ | 2 | [Aya-expanse-32b](https://huggingface.co/cortexso/aya-expanse/tree/32b) | `cortex run aya-expanse:32b` |
18
 
19
  ## Use it with Jan (UI)
20
 
21
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
  2. Use in Jan model Hub:
23
+ ```bash
24
  cortexso/aya-expanse
25
  ```
26
 
 
28
 
29
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
  2. Run the model with command:
31
+ ```bash
32
  cortex run aya-expanse
33
  ```
34