Pham
commited on
chore: correct URL
Browse files
README.md
CHANGED
@@ -4,30 +4,26 @@ Meta Llama3 model
|
|
4 |
|
5 |
## Variants
|
6 |
|
7 |
-
|
8 |
-
| No | Variant |
|
9 |
| --- | --- |
|
10 |
-
| 1 | [8B-onnx](tree/8B-onnx) |
|
11 |
-
| 2 | [8B-tensorrtllm-linux-ada](8B-tensorrtllm-linux-ada)
|
12 |
-
| 3 | [8B-tensorrtllm-windows-ada](tree/8B-tensorrtllm-windows-ada)
|
13 |
-
| 4 | [8B-gguf](tree/8B-gguf)
|
14 |
|
15 |
## Use it with Jan (UI)
|
16 |
|
17 |
1. Install Jan using [Quickstart](https://jan.ai/docs/quickstart)
|
18 |
-
|
19 |
2. Use `cortexhub/llama3` in Jan model Hub
|
20 |
|
21 |
-
|
22 |
## Use it with Cortex (CLI)
|
23 |
|
24 |
-
1. Install
|
25 |
-
|
26 |
-
2. `cortex run llama3`
|
27 |
|
28 |
## Credits
|
29 |
|
30 |
-
- Author
|
31 |
-
- Converter
|
32 |
-
- Original License
|
33 |
-
- Papers
|
|
|
4 |
|
5 |
## Variants
|
6 |
|
7 |
+
| No | Variant |
|
|
|
8 |
| --- | --- |
|
9 |
+
| 1 | [8B-onnx](https://huggingface.co/cortexhub/llama3/tree/8B-onnx) |
|
10 |
+
| 2 | [8B-tensorrtllm-linux-ada](https://huggingface.co/cortexhub/llama3/tree/8B-tensorrtllm-linux-ada) |
|
11 |
+
| 3 | [8B-tensorrtllm-windows-ada](https://huggingface.co/cortexhub/llama3/tree/8B-tensorrtllm-windows-ada) |
|
12 |
+
| 4 | [8B-gguf](https://huggingface.co/cortexhub/llama3/tree/8B-gguf) |
|
13 |
|
14 |
## Use it with Jan (UI)
|
15 |
|
16 |
1. Install Jan using [Quickstart](https://jan.ai/docs/quickstart)
|
|
|
17 |
2. Use `cortexhub/llama3` in Jan model Hub
|
18 |
|
|
|
19 |
## Use it with Cortex (CLI)
|
20 |
|
21 |
+
1. Install Cortex using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
22 |
+
2. Run the model with the command: `cortex run llama3`
|
|
|
23 |
|
24 |
## Credits
|
25 |
|
26 |
+
- **Author:** meta-llama
|
27 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
28 |
+
- **Original License:** [Licence](https://llama.meta.com/llama3/license/)
|
29 |
+
- **Papers:** N/A
|