Pham commited on
Commit
75f5417
·
verified ·
1 Parent(s): 8126ab7

chore: Add CLI commands

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -8,12 +8,14 @@ Meta developed and released the Meta Llama 3 family of large language models (LL
8
 
9
  ## Variants
10
 
11
- | No | Variant |
12
- | --- | --- |
13
- | 1 | [8B-onnx](https://huggingface.co/cortexhub/llama3/tree/8B-onnx) |
14
- | 2 | [8B-tensorrtllm-linux-ada](https://huggingface.co/cortexhub/llama3/tree/8B-tensorrtllm-linux-ada) |
15
- | 3 | [8B-tensorrtllm-windows-ada](https://huggingface.co/cortexhub/llama3/tree/8B-tensorrtllm-windows-ada) |
16
- | 4 | [8B-gguf](https://huggingface.co/cortexhub/llama3/tree/8B-gguf) |
 
 
17
 
18
  ## Use it with Jan (UI)
19
 
 
8
 
9
  ## Variants
10
 
11
+ ## Variants
12
+
13
+ | No | Variant | Cortex CLI command |
14
+ | --- | --- | --- |
15
+ | 1 | [8B-onnx](https://huggingface.co/cortexhub/llama3/tree/8B-onnx) | `cortex run llama3:8B-onnx` |
16
+ | 2 | [8B-tensorrtllm-linux-ada](https://huggingface.co/cortexhub/llama3/tree/8B-tensorrtllm-linux-ada) | `cortex run llama3:8B-tensorrtllm-linux-ada` |
17
+ | 3 | [8B-tensorrtllm-windows-ada](https://huggingface.co/cortexhub/llama3/tree/8B-tensorrtllm-windows-ada) | `cortex run llama3:8B-tensorrtllm-windows-ada` |
18
+ | 4 | [8B-gguf](https://huggingface.co/cortexhub/llama3/tree/8B-gguf) | `cortex run llama3:8B-gguf` |
19
 
20
  ## Use it with Jan (UI)
21