Pham
commited on
chore: update cortexso rename
Browse files
README.md
CHANGED
@@ -10,18 +10,18 @@ Meta developed and released the [Meta Llama 3](https://huggingface.co/meta-llama
|
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
-
| 1 | [8B-onnx](https://huggingface.co/
|
14 |
-
| 2 | [8B-tensorrtllm-linux-ada](https://huggingface.co/
|
15 |
-
| 3 | [8B-tensorrtllm-windows-ada](https://huggingface.co/
|
16 |
-
| 4 | [8B-gguf](https://huggingface.co/
|
17 |
-
| 5 | [default](https://huggingface.co/
|
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 |
-
|
25 |
```
|
26 |
|
27 |
## Use it with Cortex (CLI)
|
|
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
+
| 1 | [8B-onnx](https://huggingface.co/cortexso/llama3/tree/8B-onnx) | `cortex run llama3:8B-onnx` |
|
14 |
+
| 2 | [8B-tensorrtllm-linux-ada](https://huggingface.co/cortexso/llama3/tree/8B-tensorrtllm-linux-ada) | `cortex run llama3:8B-tensorrtllm-linux-ada` |
|
15 |
+
| 3 | [8B-tensorrtllm-windows-ada](https://huggingface.co/cortexso/llama3/tree/8B-tensorrtllm-windows-ada) | `cortex run llama3:8B-tensorrtllm-windows-ada` |
|
16 |
+
| 4 | [8B-gguf](https://huggingface.co/cortexso/llama3/tree/8B-gguf) | `cortex run llama3:8B-gguf` |
|
17 |
+
| 5 | [default](https://huggingface.co/cortexso/llama3/tree/default) | `cortex run llama3` |
|
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
|
25 |
```
|
26 |
|
27 |
## Use it with Cortex (CLI)
|