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