Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,14 @@ tags:
|
|
12 |
|
13 |
| No | Variant | Cortex CLI command |
|
14 |
| --- | --- | --- |
|
15 |
-
| 1 | [
|
|
|
16 |
|
17 |
## Use it with Jan (UI)
|
18 |
|
19 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
20 |
2. Use in Jan model Hub:
|
21 |
-
```
|
22 |
cortexso/qwen2.5-coder
|
23 |
```
|
24 |
|
|
|
12 |
|
13 |
| No | Variant | Cortex CLI command |
|
14 |
| --- | --- | --- |
|
15 |
+
| 1 | [Qwen2.5-coder-14b](https://huggingface.co/cortexso/qwen2.5-coder/tree/14b) | `cortex run qwen2.5-coder:14b` |
|
16 |
+
| 1 | [Qwen2.5-coder-32b](https://huggingface.co/cortexso/qwen2.5-coder/tree/32b) | `cortex run qwen2.5-coder:32b` |
|
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/qwen2.5-coder
|
24 |
```
|
25 |
|