apepkuss79
commited on
Commit
•
1bce698
1
Parent(s):
50f9218
Update README.md
Browse files
README.md
CHANGED
@@ -1,75 +1,75 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- code
|
4 |
-
license: other
|
5 |
-
model_name: llm-compiler-7b
|
6 |
-
base_model: facebook/llm-compiler-7b
|
7 |
-
inference: false
|
8 |
-
model_creator: facebook
|
9 |
-
quantized_by: Second State Inc.
|
10 |
-
---
|
11 |
-
|
12 |
-
<!-- header start -->
|
13 |
-
<!-- 200823 -->
|
14 |
-
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
-
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
-
</div>
|
17 |
-
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
18 |
-
<!-- header end -->
|
19 |
-
|
20 |
-
|
21 |
-
# llm-compiler-7b-GGUF
|
22 |
-
|
23 |
-
## Original Model
|
24 |
-
|
25 |
-
[facebook/llm-compiler-7b](https://huggingface.co/facebook/llm-compiler-7b)
|
26 |
-
|
27 |
-
**License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
|
28 |
-
|
29 |
-
## Run with LlamaEdge
|
30 |
-
|
31 |
-
<!-- - LlamaEdge version: [v0.2.8](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.2.8) and above -->
|
32 |
-
|
33 |
-
- LlamaEdge version: coming soon
|
34 |
-
|
35 |
-
<!-- - Prompt template
|
36 |
-
|
37 |
-
- Prompt type: `codellama-instruct`
|
38 |
-
|
39 |
-
- Prompt string
|
40 |
-
|
41 |
-
```text
|
42 |
-
<s>[INST] <<SYS>>
|
43 |
-
Write code to solve the following coding problem that obeys the constraints and passes the example test cases. Please wrap your code answer using ```: <</SYS>>
|
44 |
-
|
45 |
-
{prompt} [/INST]
|
46 |
-
```
|
47 |
-
|
48 |
-
- Context size: `4096`
|
49 |
-
|
50 |
-
- Run as LlamaEdge command app
|
51 |
-
|
52 |
-
```bash
|
53 |
-
wasmedge --dir .:. --nn-preload default:GGML:AUTO:llm-compiler-7b-Q5_K_M.gguf llama-chat.wasm -p codellama-instruct
|
54 |
-
``` -->
|
55 |
-
|
56 |
-
|
57 |
-
## Quantized GGUF Models
|
58 |
-
|
59 |
-
| Name | Quant method | Bits | Size | Use case |
|
60 |
-
| ---- | ---- | ---- | ---- | ----- |
|
61 |
-
| [llm-compiler-7b-Q2_K.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q2_K.gguf) | Q2_K | 2 | 2.53 GB| smallest, significant quality loss - not recommended for most purposes |
|
62 |
-
| [llm-compiler-7b-Q3_K_L.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q3_K_L.gguf) | Q3_K_L | 3 | 6
|
63 |
-
| [llm-compiler-7b-Q3_K_M.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q3_K_M.gguf) | Q3_K_M | 3 |
|
64 |
-
| [llm-compiler-7b-Q3_K_S.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q3_K_S.gguf) | Q3_K_S | 3 |
|
65 |
-
| [llm-compiler-7b-Q4_0.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q4_0.gguf) | Q4_0 | 4 |
|
66 |
-
| [llm-compiler-7b-Q4_K_M.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q4_K_M.gguf) | Q4_K_M | 4 |
|
67 |
-
| [llm-compiler-7b-Q4_K_S.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q4_K_S.gguf) | Q4_K_S | 4 |
|
68 |
-
| [llm-compiler-7b-Q5_0.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q5_0.gguf) | Q5_0 | 5 |
|
69 |
-
| [llm-compiler-7b-Q5_K_M.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q5_K_M.gguf) | Q5_K_M | 5 |
|
70 |
-
| [llm-compiler-7b-Q5_K_S.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q5_K_S.gguf) | Q5_K_S | 5 |
|
71 |
-
| [llm-compiler-7b-Q6_K.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q6_K.gguf) | Q6_K | 6 |
|
72 |
-
| [llm-compiler-7b-Q8_0.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q8_0.gguf) | Q8_0 | 8 |
|
73 |
-
| [llm-compiler-7b-f16.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-f16.gguf) | f16 | f16 | 13.
|
74 |
-
|
75 |
-
*Quantized with llama.cpp b3259*
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- code
|
4 |
+
license: other
|
5 |
+
model_name: llm-compiler-7b
|
6 |
+
base_model: facebook/llm-compiler-7b
|
7 |
+
inference: false
|
8 |
+
model_creator: facebook
|
9 |
+
quantized_by: Second State Inc.
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- header start -->
|
13 |
+
<!-- 200823 -->
|
14 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
+
</div>
|
17 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
18 |
+
<!-- header end -->
|
19 |
+
|
20 |
+
|
21 |
+
# llm-compiler-7b-GGUF
|
22 |
+
|
23 |
+
## Original Model
|
24 |
+
|
25 |
+
[facebook/llm-compiler-7b](https://huggingface.co/facebook/llm-compiler-7b)
|
26 |
+
|
27 |
+
**License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
|
28 |
+
|
29 |
+
## Run with LlamaEdge
|
30 |
+
|
31 |
+
<!-- - LlamaEdge version: [v0.2.8](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.2.8) and above -->
|
32 |
+
|
33 |
+
- LlamaEdge version: coming soon
|
34 |
+
|
35 |
+
<!-- - Prompt template
|
36 |
+
|
37 |
+
- Prompt type: `codellama-instruct`
|
38 |
+
|
39 |
+
- Prompt string
|
40 |
+
|
41 |
+
```text
|
42 |
+
<s>[INST] <<SYS>>
|
43 |
+
Write code to solve the following coding problem that obeys the constraints and passes the example test cases. Please wrap your code answer using ```: <</SYS>>
|
44 |
+
|
45 |
+
{prompt} [/INST]
|
46 |
+
```
|
47 |
+
|
48 |
+
- Context size: `4096`
|
49 |
+
|
50 |
+
- Run as LlamaEdge command app
|
51 |
+
|
52 |
+
```bash
|
53 |
+
wasmedge --dir .:. --nn-preload default:GGML:AUTO:llm-compiler-7b-Q5_K_M.gguf llama-chat.wasm -p codellama-instruct
|
54 |
+
``` -->
|
55 |
+
|
56 |
+
|
57 |
+
## Quantized GGUF Models
|
58 |
+
|
59 |
+
| Name | Quant method | Bits | Size | Use case |
|
60 |
+
| ---- | ---- | ---- | ---- | ----- |
|
61 |
+
| [llm-compiler-7b-Q2_K.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q2_K.gguf) | Q2_K | 2 | 2.53 GB| smallest, significant quality loss - not recommended for most purposes |
|
62 |
+
| [llm-compiler-7b-Q3_K_L.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q3_K_L.gguf) | Q3_K_L | 3 | 3.6 GB| small, substantial quality loss |
|
63 |
+
| [llm-compiler-7b-Q3_K_M.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q3_K_M.gguf) | Q3_K_M | 3 | 3.3 GB| very small, high quality loss |
|
64 |
+
| [llm-compiler-7b-Q3_K_S.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q3_K_S.gguf) | Q3_K_S | 3 | 2.95 GB| very small, high quality loss |
|
65 |
+
| [llm-compiler-7b-Q4_0.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q4_0.gguf) | Q4_0 | 4 | 3.83 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
|
66 |
+
| [llm-compiler-7b-Q4_K_M.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q4_K_M.gguf) | Q4_K_M | 4 | 4.08 GB| medium, balanced quality - recommended |
|
67 |
+
| [llm-compiler-7b-Q4_K_S.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q4_K_S.gguf) | Q4_K_S | 4 | 3.86 GB| small, greater quality loss |
|
68 |
+
| [llm-compiler-7b-Q5_0.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q5_0.gguf) | Q5_0 | 5 | 4.65 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
|
69 |
+
| [llm-compiler-7b-Q5_K_M.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q5_K_M.gguf) | Q5_K_M | 5 | 4.78 GB| large, very low quality loss - recommended |
|
70 |
+
| [llm-compiler-7b-Q5_K_S.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q5_K_S.gguf) | Q5_K_S | 5 | 4.65 GB| large, low quality loss - recommended |
|
71 |
+
| [llm-compiler-7b-Q6_K.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q6_K.gguf) | Q6_K | 6 | 5.53 GB| very large, extremely low quality loss |
|
72 |
+
| [llm-compiler-7b-Q8_0.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-Q8_0.gguf) | Q8_0 | 8 | 7.16 GB| very large, extremely low quality loss - not recommended |
|
73 |
+
| [llm-compiler-7b-f16.gguf](https://huggingface.co/second-state/llm-compiler-7b-GGUF/blob/main/llm-compiler-7b-f16.gguf) | f16 | f16 | 13.5 GB| |
|
74 |
+
|
75 |
+
*Quantized with llama.cpp b3259*
|