Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,13 @@ 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/llama3.3
|
23 |
```
|
24 |
|
|
|
12 |
|
13 |
| No | Variant | Cortex CLI command |
|
14 |
| --- | --- | --- |
|
15 |
+
| 1 | [Llama3.3-70b](https://huggingface.co/cortexso/llama3.3/tree/70b) | `cortex run llama3.3:70b` |
|
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 |
+
```bash
|
22 |
cortexso/llama3.3
|
23 |
```
|
24 |
|