woerns commited on
Commit
191877f
·
verified ·
1 Parent(s): c3c2bb9

Mirror Mistral Small + Qwen3-8B GGUF - Stage 9

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Qwen3-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3cc56310807ed0d145eaf9f018ccda9ae7ad8edb41ec870aa2454b0d4700b3c
3
+ size 14333922848
Qwen3-8B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98cdcbd03e17ce47681435b5150e34c1417f50b5c0019dd560e4882c5745785
3
+ size 5027783488
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - llm
5
+ - gguf
6
+ - mistral
7
+ - qwen3
8
+ - mirror
9
+ library_name: llama.cpp
10
+ ---
11
+
12
+ # LLM Mirror (A.I.M.I)
13
+
14
+ Mirror of A.I.M.I's default text-LLM GGUFs, re-hosted for stable URLs. Contents unmodified from upstream unsloth/Qwen quantizations.
15
+
16
+ Used by A.I.M.I's chat engine via llama.cpp. Qwen3-8B is the 16 GB tier default; Mistral Small 3.2 24B is the 24 GB+ tier upgrade.
17
+
18
+ ## Files
19
+
20
+ | File | Upstream | Size | Tier |
21
+ |---|---|---|---|
22
+ | `Qwen3-8B-Q4_K_M.gguf` | [Qwen/Qwen3-8B-GGUF](https://huggingface.co/Qwen/Qwen3-8B-GGUF) | ~5.0 GB | 16 GB default |
23
+ | `Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf` | [unsloth/Mistral-Small-3.2-24B-Instruct-2506-GGUF](https://huggingface.co/unsloth/Mistral-Small-3.2-24B-Instruct-2506-GGUF) | ~14.3 GB | 24 GB+ default |
24
+
25
+ Total: ~19 GB.
26
+
27
+ ## License
28
+
29
+ Both models **Apache 2.0**:
30
+ - Mistral Small 3.2 24B Instruct: Apache 2.0 from Mistral AI. Unsloth's GGUF re-quantization inherits Apache 2.0.
31
+ - Qwen3-8B: Apache 2.0 from Alibaba Cloud / Qwen team. GGUF by Qwen team directly.
32
+
33
+ Redistributed unchanged.
34
+
35
+ ## Attribution
36
+
37
+ - **Mistral Small 3.2**: Mistral AI (2025). Base Apache 2.0 release.
38
+ - **Qwen3-8B**: Alibaba Cloud / Qwen team (2025). Base Apache 2.0 release.
39
+ - **GGUF conversions**: unsloth (Mistral), Qwen team (Qwen3).