jamesdumay commited on
Commit
592ebd7
·
verified ·
1 Parent(s): 6ec6031

Add layer package for unsloth/Llama-3.3-70B-Instruct-GGUF:Q3_K_M (meshllm/Llama-3.3-70B-Instruct-Q3_K_M-draft-layers)

Browse files
entries/unsloth/Llama-3.3-70B-Instruct-GGUF.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "source_repo": "unsloth/Llama-3.3-70B-Instruct-GGUF",
4
+ "variants": {
5
+ "Llama-3.3-70B-Instruct-Q3_K_M": {
6
+ "source": {
7
+ "repo": "unsloth/Llama-3.3-70B-Instruct-GGUF",
8
+ "file": "Llama-3.3-70B-Instruct-Q3_K_M.gguf",
9
+ "revision": "main"
10
+ },
11
+ "curated": {
12
+ "name": "Llama-3.3-70B-Instruct-Q3_K_M",
13
+ "size": "80 layers",
14
+ "description": "Layer package for unsloth/Llama-3.3-70B-Instruct-GGUF:Q3_K_M"
15
+ },
16
+ "packages": [
17
+ {
18
+ "type": "layer-package",
19
+ "repo": "meshllm/Llama-3.3-70B-Instruct-Q3_K_M-draft-layers",
20
+ "layer_count": 80
21
+ }
22
+ ]
23
+ }
24
+ }
25
+ }