Pham
commited on
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Overview
|
| 2 |
+
|
| 3 |
+
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 cortex using [Quick start](https://cortex.jan.ai/docs/quickstart)
|
| 25 |
+
|
| 26 |
+
2. `cortex run llama3`
|
| 27 |
+
|
| 28 |
+
## Credits
|
| 29 |
+
|
| 30 |
+
- Author: meta-llama
|
| 31 |
+
- Converter: [Homebrew](https://www.homebrew.ltd/)
|
| 32 |
+
- Original License: [Licence](https://llama.meta.com/llama3/license/)
|
| 33 |
+
- Papers:
|