mradermacher
commited on
Commit
•
0272405
1
Parent(s):
c77e081
auto-patch README.md
Browse files
README.md
CHANGED
@@ -38,13 +38,23 @@ more details, including on how to concatenate multi-part files.
|
|
38 |
|
39 |
| Link | Type | Size/GB | Notes |
|
40 |
|:-----|:-----|--------:|:------|
|
|
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ2_M.gguf) | i1-IQ2_M | 24.2 | |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
|
|
|
|
|
|
|
|
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ4_XS.gguf) | i1-IQ4_XS | 38.0 | |
|
|
|
46 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q4_K_M.gguf) | i1-Q4_K_M | 42.6 | fast, recommended |
|
|
|
|
|
48 |
| [PART 1](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
|
49 |
|
50 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
38 |
|
39 |
| Link | Type | Size/GB | Notes |
|
40 |
|:-----|:-----|--------:|:------|
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 19.2 | |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ2_XS.gguf) | i1-IQ2_XS | 21.2 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ2_M.gguf) | i1-IQ2_M | 24.2 | |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ3_XS.gguf) | i1-IQ3_XS | 29.4 | |
|
47 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ3_S.gguf) | i1-IQ3_S | 31.0 | beats Q3_K* |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q3_K_S.gguf) | i1-Q3_K_S | 31.0 | IQ3_XS probably better |
|
49 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ3_M.gguf) | i1-IQ3_M | 32.0 | |
|
50 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
|
51 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q3_K_L.gguf) | i1-Q3_K_L | 37.2 | IQ3_M probably better |
|
52 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-IQ4_XS.gguf) | i1-IQ4_XS | 38.0 | |
|
53 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q4_0.gguf) | i1-Q4_0 | 40.2 | fast, low quality |
|
54 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
|
55 |
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q4_K_M.gguf) | i1-Q4_K_M | 42.6 | fast, recommended |
|
56 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q5_K_S.gguf) | i1-Q5_K_S | 48.8 | |
|
57 |
+
| [GGUF](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q5_K_M.gguf) | i1-Q5_K_M | 50.0 | |
|
58 |
| [PART 1](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Meta-Llama-3-70B-Instruct-function-calling-i1-GGUF/resolve/main/Meta-Llama-3-70B-Instruct-function-calling.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
|
59 |
|
60 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|