starble-dev
commited on
Commit
•
62601d9
1
Parent(s):
b7b964c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.1
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.1
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
+
- conversational
|
6 |
+
- text-generation-inference
|
7 |
+
- facebook
|
8 |
+
- meta
|
9 |
+
- llama-3
|
10 |
+
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
11 |
+
library_name: transformers
|
12 |
+
---
|
13 |
+
|
14 |
+
> [!IMPORTANT]
|
15 |
+
> **NOTICE:**<br>
|
16 |
+
> Llama-3.1 is licensed under [Llama 3.1 Community License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)<br>
|
17 |
+
> A copy of this license is available at this repo, [here](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/LICENSE)
|
18 |
+
|
19 |
+
**Original Model:** [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct)
|
20 |
+
|
21 |
+
**How to Use:** [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
22 |
+
|
23 |
+
**Original Model License:** Llama 3.1 Community License
|
24 |
+
|
25 |
+
**Release Used:** [b3441](https://github.com/ggerganov/llama.cpp/releases/tag/b3441)
|
26 |
+
|
27 |
+
# Quants
|
28 |
+
| Name | Quant Type | Size |
|
29 |
+
| ---- | ---- | ---- |
|
30 |
+
| [Meta-Llama-3.1-8B-Instruct-Q2_K.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q2_K.gguf) | Q2_K | ? GB |
|
31 |
+
| [Meta-Llama-3.1-8B-Instruct-Q3_K_S.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q3_K_S.gguf) | Q3_K_S | ? GB |
|
32 |
+
| [Meta-Llama-3.1-8B-Instruct-Q3_K_M.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q3_K_M.gguf) | Q3_K_M | ? GB |
|
33 |
+
| [Meta-Llama-3.1-8B-Instruct-Q3_K_L.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q3_K_L.gguf) | Q3_K_L | ? GB |
|
34 |
+
| [Meta-Llama-3.1-8B-Instruct-Q4_K_S.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q4_K_S.gguf) | Q4_K_S | ? GB |
|
35 |
+
| [Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf) | Q4_K_M | ? GB |
|
36 |
+
| [Meta-Llama-3.1-8B-Instruct-Q5_K_S.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q5_K_S.gguf) | Q5_K_S | ? GB |
|
37 |
+
| [Meta-Llama-3.1-8B-Instruct-Q5_K_M.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q5_K_M.gguf) | Q5_K_M | ? GB |
|
38 |
+
| [Meta-Llama-3.1-8B-Instruct-Q6_K.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q6_K.gguf) | Q6_K | ? GB |
|
39 |
+
| [Meta-Llama-3.1-8B-Instruct-Q8_0.gguf](https://huggingface.co/starble-dev/Meta-Llama-3.1-8B-Instruct-GGUF/blob/main/Meta-Llama-3.1-8B-Instruct-Q8_0.gguf) | Q8_0 | ? GB |
|