diff --git a/README.md b/README.md index 0c23b9b..cdfa0d8 100644 --- a/README.md +++ b/README.md @@ -1,67 +1,72 @@ -# MATE — Lokale Modelle (Mirror-Katalog) +# MATE — Lokale Modelle -Öffentlicher Spiegel der lokalen MATE-Modelle für iOS, Android und Desktop. Dieses Repo ist der **Katalog**: `manifest.json` + Download-Links. Die eigentlichen Modell-Dateien werden statisch über das CDN ausgeliefert (nicht in Git eingecheckt — die größten Dateien sind >20 GB). +Öffentliches Repository der lokalen MATE-Modelle für iOS, Android und Desktop. **Die Modell-Dateien liegen direkt in diesem Repo** (als Git-LFS-Objekte). Ganzes Modell holen: Repo klonen + `git lfs pull`. Einzelne GGUF-Datei: direkt herunterladen. -- **Manifest (Maschinen-lesbar):** `https://llm.flsk.cloud/local/local-llm/manifest.json` -- **Mirror-Basis:** `https://llm.flsk.cloud/local/local-llm/` -- **Umfang:** 23 Modelle · 153.62 GB · Stand 2026-06-26 -- **Quelle:** Modelle.md (MATE Modellstrategie) +- **Repo:** https://git.flsk.cloud/hackit/mate-local-models +- **Manifest (maschinenlesbar):** [`manifest.json`](https://git.flsk.cloud/hackit/mate-local-models/raw/branch/main/manifest.json) +- **Umfang:** 23 Modelle · 153.62 GB · Stand 2026-06-28 ## Schnellstart ```bash -# Katalog laden -curl -s https://llm.flsk.cloud/local/local-llm/manifest.json | jq . +# Git LFS einmalig aktivieren +git lfs install -# Beispiel: ein GGUF-Modell holen -curl -LO https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-2B-GGUF/Qwen3.5-2B-Q4_K_M.gguf +# Repo + alle Modelle holen (Pointer bei Bedarf nachladen) +git clone https://git.flsk.cloud/hackit/mate-local-models.git +cd mate-local-models && git lfs pull + +# Oder nur eine GGUF-Datei (Beispiel: Android-Standard) +curl -LO https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF/Qwen3.5-2B-Q4_K_M.gguf ``` ## Chat · MLX (iOS / macOS) -| Modell | Rolle | Plattform | Größe | HF-Repo | Mirror | -|---|---|---|---:|---|---| -| Qwen 3.5 (2B) · MLX | Mobile Default | iOS/macOS | 1.75 GB | [mlx-community/Qwen3.5-2B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-2B-MLX-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit) | -| Qwen 3.5 (0.8B) · MLX | Mobile Fallback | iOS/macOS | 0.65 GB | [mlx-community/Qwen3.5-0.8B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-0.8B-MLX-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit) | -| Qwen 3.5 (4B) · MLX | Desktop Default / Mobile Strong | iOS/macOS | 3.06 GB | [mlx-community/Qwen3.5-4B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-4B-MLX-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit) | -| Qwen 3.5 (9B) · MLX | Desktop Strong | macOS | 5.98 GB | [mlx-community/Qwen3.5-9B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-9B-MLX-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit) | -| Qwen 3.6 (35B A3B) · MLX | Desktop Flagship (MoE) | macOS | 20.43 GB | [mlx-community/Qwen3.6-35B-A3B-4bit](https://huggingface.co/mlx-community/Qwen3.6-35B-A3B-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit) | -| Gemma 4 (E2B) · MLX | Mobile Gemma (small) | iOS/macOS | 3.61 GB | [mlx-community/gemma-4-e2b-it-4bit](https://huggingface.co/mlx-community/gemma-4-e2b-it-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e2b-it-4bit) | -| Gemma 4 (E4B) · MLX | Gemma Standard | iOS/macOS | 5.25 GB | [mlx-community/gemma-4-e4b-it-4bit](https://huggingface.co/mlx-community/gemma-4-e4b-it-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e4b-it-4bit) | -| Gemma 4 (12B) · MLX | Desktop Strong | macOS | 6.77 GB | [mlx-community/gemma-4-12B-it-4bit](https://huggingface.co/mlx-community/gemma-4-12B-it-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-12B-it-4bit) | -| Gemma 4 (26B A4B) · MLX | Desktop Flagship (MoE) | macOS | 15.64 GB | [mlx-community/gemma-4-26b-a4b-it-4bit](https://huggingface.co/mlx-community/gemma-4-26b-a4b-it-4bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit) | +| Modell | Rolle | Plattform | Größe | HF-Quelle | Im Repo | Einzeldatei | +|---|---|---|---:|---|---|---| +| Qwen 3.5 (2B) · MLX | Mobile-Standard | iOS/macOS | 1.75 GB | [Qwen3.5-2B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-2B-MLX-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit) | *mehrere Dateien* | +| Qwen 3.5 (0.8B) · MLX | Mobile-Fallback | iOS/macOS | 0.65 GB | [Qwen3.5-0.8B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-0.8B-MLX-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit) | *mehrere Dateien* | +| Qwen 3.5 (4B) · MLX | Desktop-Standard · Mobile stark | iOS/macOS | 3.06 GB | [Qwen3.5-4B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-4B-MLX-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit) | *mehrere Dateien* | +| Qwen 3.5 (9B) · MLX | Desktop stark | macOS | 5.98 GB | [Qwen3.5-9B-MLX-4bit](https://huggingface.co/mlx-community/Qwen3.5-9B-MLX-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit) | *mehrere Dateien* | +| Qwen 3.6 (35B A3B) · MLX | Desktop-Flaggschiff (MoE) | macOS | 20.43 GB | [Qwen3.6-35B-A3B-4bit](https://huggingface.co/mlx-community/Qwen3.6-35B-A3B-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit) | *mehrere Dateien* | +| Gemma 4 (E2B) · MLX | Mobile Gemma (klein) | iOS/macOS | 3.61 GB | [gemma-4-e2b-it-4bit](https://huggingface.co/mlx-community/gemma-4-e2b-it-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit) | *mehrere Dateien* | +| Gemma 4 (E4B) · MLX | Gemma-Standard | iOS/macOS | 5.25 GB | [gemma-4-e4b-it-4bit](https://huggingface.co/mlx-community/gemma-4-e4b-it-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit) | *mehrere Dateien* | +| Gemma 4 (12B) · MLX | Desktop stark | macOS | 6.77 GB | [gemma-4-12B-it-4bit](https://huggingface.co/mlx-community/gemma-4-12B-it-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit) | *mehrere Dateien* | +| Gemma 4 (26B A4B) · MLX | Desktop-Flaggschiff (MoE) | macOS | 15.64 GB | [gemma-4-26b-a4b-it-4bit](https://huggingface.co/mlx-community/gemma-4-26b-a4b-it-4bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit) | *mehrere Dateien* | ## Chat · GGUF (Android / Linux / Windows) -| Modell | Rolle | Plattform | Größe | HF-Repo | Mirror | -|---|---|---|---:|---|---| -| Qwen 3.5 (0.8B) · GGUF Q4_K_M | Mobile/Android Fallback | Android/Linux/Windows | 0.74 GB | [unsloth/Qwen3.5-0.8B-GGUF](https://huggingface.co/unsloth/Qwen3.5-0.8B-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF) | -| Qwen 3.5 (2B) · GGUF Q4_K_M | Mobile/Android Default | Android/Linux/Windows | 1.95 GB | [unsloth/Qwen3.5-2B-GGUF](https://huggingface.co/unsloth/Qwen3.5-2B-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-2B-GGUF) | -| Qwen 3.5 (4B) · GGUF Q4_K_M | Desktop / Android Strong | Android/Linux/Windows | 3.41 GB | [unsloth/Qwen3.5-4B-GGUF](https://huggingface.co/unsloth/Qwen3.5-4B-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-4B-GGUF) | -| Qwen 3.5 (9B) · GGUF Q4_K_M | Desktop Strong | Linux/Windows | 6.60 GB | [unsloth/Qwen3.5-9B-GGUF](https://huggingface.co/unsloth/Qwen3.5-9B-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-9B-GGUF) | -| Qwen 3.6 (35B A3B) · GGUF UD-Q4_K_M | Desktop Flagship (MoE) | Linux/Windows | 23.03 GB | [unsloth/Qwen3.6-35B-A3B-GGUF](https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF) | -| Gemma 4 (E2B) · GGUF QAT UD-Q2_K_XL | Android Gemma small (QAT) | Android | 3.17 GB | [unsloth/gemma-4-E2B-it-qat-mobile-GGUF](https://huggingface.co/unsloth/gemma-4-E2B-it-qat-mobile-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF) | -| Gemma 4 (E4B) · GGUF QAT UD-Q2_K_XL | Android Gemma strong (QAT) | Android | 4.21 GB | [unsloth/gemma-4-E4B-it-qat-mobile-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-qat-mobile-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF) | -| Gemma 4 (E4B) · GGUF Q4_K_M | Desktop Gemma Standard | Linux/Windows | 5.97 GB | [unsloth/gemma-4-E4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-GGUF) | -| Gemma 4 (12B) · GGUF Q4_K_M | Desktop Gemma Strong | Linux/Windows | 7.30 GB | [unsloth/gemma-4-12b-it-GGUF](https://huggingface.co/unsloth/gemma-4-12b-it-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-12b-it-GGUF) | -| Gemma 4 (26B A4B) · GGUF UD-Q4_K_M | Desktop Gemma Flagship (MoE) | Linux/Windows | 18.14 GB | [unsloth/gemma-4-26B-A4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-26B-A4B-it-GGUF) | [Ordner](https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF) | +| Modell | Rolle | Plattform | Größe | HF-Quelle | Im Repo | Einzeldatei | +|---|---|---|---:|---|---|---| +| Qwen 3.5 (0.8B) · GGUF Q4_K_M | Mobile/Android-Fallback | Android/Linux/Windows | 0.74 GB | [Qwen3.5-0.8B-GGUF](https://huggingface.co/unsloth/Qwen3.5-0.8B-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF) | [Qwen3.5-0.8B-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF/Qwen3.5-0.8B-Q4_K_M.gguf) | +| Qwen 3.5 (2B) · GGUF Q4_K_M | Mobile/Android-Standard | Android/Linux/Windows | 1.95 GB | [Qwen3.5-2B-GGUF](https://huggingface.co/unsloth/Qwen3.5-2B-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF) | [Qwen3.5-2B-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF/Qwen3.5-2B-Q4_K_M.gguf) | +| Qwen 3.5 (4B) · GGUF Q4_K_M | Desktop · Android stark | Android/Linux/Windows | 3.41 GB | [Qwen3.5-4B-GGUF](https://huggingface.co/unsloth/Qwen3.5-4B-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF) | [Qwen3.5-4B-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF/Qwen3.5-4B-Q4_K_M.gguf) | +| Qwen 3.5 (9B) · GGUF Q4_K_M | Desktop stark | Linux/Windows | 6.60 GB | [Qwen3.5-9B-GGUF](https://huggingface.co/unsloth/Qwen3.5-9B-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF) | [Qwen3.5-9B-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF/Qwen3.5-9B-Q4_K_M.gguf) | +| Qwen 3.6 (35B A3B) · GGUF UD-Q4_K_M | Desktop-Flaggschiff (MoE) | Linux/Windows | 23.03 GB | [Qwen3.6-35B-A3B-GGUF](https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF) | [Qwen3.6-35B-A3B-UD-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF/Qwen3.6-35B-A3B-UD-Q4_K_M.gguf) | +| Gemma 4 (E2B) · GGUF QAT UD-Q2_K_XL | Android Gemma klein (QAT) | Android | 3.17 GB | [gemma-4-E2B-it-qat-mobile-GGUF](https://huggingface.co/unsloth/gemma-4-E2B-it-qat-mobile-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF) | [gemma-4-E2B-it-qat-UD-Q2_K_XL.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF/gemma-4-E2B-it-qat-UD-Q2_K_XL.gguf) | +| Gemma 4 (E4B) · GGUF QAT UD-Q2_K_XL | Android Gemma stark (QAT) | Android | 4.21 GB | [gemma-4-E4B-it-qat-mobile-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-qat-mobile-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF) | [gemma-4-E4B-it-qat-UD-Q2_K_XL.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF/gemma-4-E4B-it-qat-UD-Q2_K_XL.gguf) | +| Gemma 4 (E4B) · GGUF Q4_K_M | Desktop Gemma-Standard | Linux/Windows | 5.97 GB | [gemma-4-E4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF) | [gemma-4-E4B-it-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF/gemma-4-E4B-it-Q4_K_M.gguf) | +| Gemma 4 (12B) · GGUF Q4_K_M | Desktop Gemma stark | Linux/Windows | 7.30 GB | [gemma-4-12b-it-GGUF](https://huggingface.co/unsloth/gemma-4-12b-it-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF) | [gemma-4-12b-it-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF/gemma-4-12b-it-Q4_K_M.gguf) | +| Gemma 4 (26B A4B) · GGUF UD-Q4_K_M | Desktop Gemma-Flaggschiff (MoE) | Linux/Windows | 18.14 GB | [gemma-4-26B-A4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-26B-A4B-it-GGUF) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF) | [gemma-4-26B-A4B-it-UD-Q4_K_M.gguf](https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF/gemma-4-26B-A4B-it-UD-Q4_K_M.gguf) | -## Bildgenerierung · MLX +## Bildgenerierung · MLX (macOS) -| Modell | Rolle | Plattform | Größe | HF-Repo | Mirror | -|---|---|---|---:|---|---| -| Bonsai Image Ternary 4B · MLX 2bit | Image Desktop Default | macOS | 3.89 GB | [prism-ml/bonsai-image-ternary-4B-mlx-2bit](https://huggingface.co/prism-ml/bonsai-image-ternary-4B-mlx-2bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit) | -| Bonsai Image Binary 4B · MLX 1bit | Image Mobile (validate runtime) | iOS | 3.43 GB | [prism-ml/bonsai-image-binary-4B-mlx-1bit](https://huggingface.co/prism-ml/bonsai-image-binary-4B-mlx-1bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit) | +| Modell | Rolle | Plattform | Größe | HF-Quelle | Im Repo | Einzeldatei | +|---|---|---|---:|---|---|---| +| Bonsai Image Ternary 4B · MLX 2bit | Bild Desktop-Standard | macOS | 3.89 GB | [bonsai-image-ternary-4B-mlx-2bit](https://huggingface.co/prism-ml/bonsai-image-ternary-4B-mlx-2bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit) | *mehrere Dateien* | +| Bonsai Image Binary 4B · MLX 1bit | Bild Mobile (Runtime prüfen) | iOS | 3.43 GB | [bonsai-image-binary-4B-mlx-1bit](https://huggingface.co/prism-ml/bonsai-image-binary-4B-mlx-1bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit) | *mehrere Dateien* | -## Bildgenerierung · Gemlite (NVIDIA) +## Bildgenerierung · Gemlite (Linux/Windows · NVIDIA) -| Modell | Rolle | Plattform | Größe | HF-Repo | Mirror | -|---|---|---|---:|---|---| -| Bonsai Image Ternary 4B · Gemlite 2bit | Image Desktop NVIDIA | Linux/Windows (NVIDIA) | 4.55 GB | [prism-ml/bonsai-image-ternary-4B-gemlite-2bit](https://huggingface.co/prism-ml/bonsai-image-ternary-4B-gemlite-2bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit) | -| Bonsai Image Binary 4B · Gemlite 1bit | Image NVIDIA small | Linux/Windows (NVIDIA) | 4.09 GB | [prism-ml/bonsai-image-binary-4B-gemlite-1bit](https://huggingface.co/prism-ml/bonsai-image-binary-4B-gemlite-1bit) | [Ordner](https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit) | +| Modell | Rolle | Plattform | Größe | HF-Quelle | Im Repo | Einzeldatei | +|---|---|---|---:|---|---|---| +| Bonsai Image Ternary 4B · Gemlite 2bit | Bild Desktop NVIDIA | Linux/Windows (NVIDIA) | 4.55 GB | [bonsai-image-ternary-4B-gemlite-2bit](https://huggingface.co/prism-ml/bonsai-image-ternary-4B-gemlite-2bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit) | *mehrere Dateien* | +| Bonsai Image Binary 4B · Gemlite 1bit | Bild NVIDIA klein | Linux/Windows (NVIDIA) | 4.09 GB | [bonsai-image-binary-4B-gemlite-1bit](https://huggingface.co/prism-ml/bonsai-image-binary-4B-gemlite-1bit) | [Ordner](https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit) | *mehrere Dateien* | ## Hinweise -- MLX-Modelle sind Multi-File-Snapshots (Safetensors + Tokenizer + Config) — die Dateiliste pro Modell steht im `manifest.json` (`files`), die Einzel-URL ist `//`. +- Die großen Modell-/Gewichtsdateien (v. a. `*.safetensors`, `*.gguf`) sind **Git-LFS-Objekte** (maßgeblich ist `.gitattributes`) — nicht der gesamte Repo-Inhalt. `git lfs install` vor dem Klonen; bleiben Dateien als Pointer, hilft `git lfs pull`. +- **MLX- und Bild-Modelle bestehen aus mehreren Dateien** (Safetensors-Shards + Tokenizer + Config). Hol sie als ganzen Ordner (Klon/`git lfs pull`); die exakte Dateiliste je Modell steht im `manifest.json` (`files`). Die Spalte *Einzeldatei* gibt es nur für die selbstständigen GGUF-Modelle. - GGUF-Modelle enthalten nur die Runtime-Quantisierung (Q4_K_M / UD-Q4_K_M / UD-Q2_K_XL) plus `mmproj-F16.gguf` für Vision/Attachments. - Desktop-Flaggschiffe (Qwen 3.6 35B, Gemma 4 12B/26B) sind **nicht** für Mobile vorgesehen. +- Datei im Browser ansehen: `…/src/branch/main/` · LFS-Inhalt direkt laden: `…/media/branch/main/`. diff --git a/manifest.json b/manifest.json index fdfdf70..6daca6f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "schema_version": 1, - "generated_at": "2026-06-26", - "source": "Modelle.md (MATE local model strategy)", - "mirror_base_url": "https://llm.flsk.cloud/local/local-llm", - "manifest_url": "https://llm.flsk.cloud/local/local-llm/manifest.json", + "generated_at": "2026-06-28", + "source": "Modelle.md (MATE Modellstrategie) — Dateien als Git-LFS im Repo", + "mirror_base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main", + "manifest_url": "https://git.flsk.cloud/hackit/mate-local-models/raw/branch/main/manifest.json", "total_bytes": 153617313684, "model_count": 23, "models": [ @@ -15,9 +15,9 @@ "category": "chat", "runtime": "mlx", "platform": "iOS/macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", "size_bytes": 1749083534, "files": [ ".gitattributes", @@ -32,6 +32,21 @@ "tokenizer_config.json", "video_preprocessor_config.json", "vocab.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/video_preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-2B-MLX-4bit/vocab.json" ] }, { @@ -42,9 +57,9 @@ "category": "chat", "runtime": "mlx", "platform": "iOS/macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", "size_bytes": 652031020, "files": [ ".gitattributes", @@ -59,6 +74,21 @@ "tokenizer_config.json", "video_preprocessor_config.json", "vocab.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/video_preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-0.8B-MLX-4bit/vocab.json" ] }, { @@ -69,9 +99,9 @@ "category": "chat", "runtime": "mlx", "platform": "iOS/macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", "size_bytes": 3061132920, "files": [ ".gitattributes", @@ -86,6 +116,21 @@ "tokenizer_config.json", "video_preprocessor_config.json", "vocab.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/video_preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-4B-MLX-4bit/vocab.json" ] }, { @@ -96,9 +141,9 @@ "category": "chat", "runtime": "mlx", "platform": "macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", "size_bytes": 5977074591, "files": [ ".gitattributes", @@ -114,6 +159,22 @@ "tokenizer_config.json", "video_preprocessor_config.json", "vocab.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/model-00001-of-00002.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/model-00002-of-00002.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/video_preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.5-9B-MLX-4bit/vocab.json" ] }, { @@ -124,9 +185,9 @@ "category": "chat", "runtime": "mlx", "platform": "macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", "size_bytes": 20429169263, "files": [ ".gitattributes", @@ -146,6 +207,26 @@ "tokenizer_config.json", "video_preprocessor_config.json", "vocab.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/configuration.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/generation_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/model-00001-of-00004.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/model-00002-of-00004.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/model-00003-of-00004.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/model-00004-of-00004.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/video_preprocessor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/Qwen3.6-35B-A3B-4bit/vocab.json" ] }, { @@ -156,9 +237,9 @@ "category": "chat", "runtime": "mlx", "platform": "iOS/macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", "size_bytes": 3613530663, "files": [ ".gitattributes", @@ -171,6 +252,19 @@ "processor_config.json", "tokenizer.json", "tokenizer_config.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/generation_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e2b-it-4bit/tokenizer_config.json" ] }, { @@ -181,9 +275,9 @@ "category": "chat", "runtime": "mlx", "platform": "iOS/macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", "size_bytes": 5249811602, "files": [ ".gitattributes", @@ -196,6 +290,19 @@ "processor_config.json", "tokenizer.json", "tokenizer_config.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/generation_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-e4b-it-4bit/tokenizer_config.json" ] }, { @@ -206,9 +313,9 @@ "category": "chat", "runtime": "mlx", "platform": "macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-12B-it-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-12B-it-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-12B-it-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit", "size_bytes": 6773372848, "files": [ ".gitattributes", @@ -222,6 +329,20 @@ "processor_config.json", "tokenizer.json", "tokenizer_config.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/generation_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/model-00001-of-00002.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/model-00002-of-00002.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-12B-it-4bit/tokenizer_config.json" ] }, { @@ -232,9 +353,9 @@ "category": "chat", "runtime": "mlx", "platform": "macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", "size_bytes": 15641241224, "files": [ ".gitattributes", @@ -249,6 +370,21 @@ "processor_config.json", "tokenizer.json", "tokenizer_config.json" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/generation_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/model-00001-of-00003.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/model-00002-of-00003.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/model-00003-of-00003.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/processor_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/mlx/mlx-community/gemma-4-26b-a4b-it-4bit/tokenizer_config.json" ] }, { @@ -259,14 +395,20 @@ "category": "chat", "runtime": "gguf", "platform": "Android/Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", "size_bytes": 737567302, "files": [ "Qwen3.5-0.8B-Q4_K_M.gguf", "README.md", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF/Qwen3.5-0.8B-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-0.8B-GGUF/mmproj-F16.gguf" ] }, { @@ -277,14 +419,20 @@ "category": "chat", "runtime": "gguf", "platform": "Android/Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-2B-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-2B-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-2B-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF", "size_bytes": 1949127163, "files": [ "Qwen3.5-2B-Q4_K_M.gguf", "README.md", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF/Qwen3.5-2B-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-2B-GGUF/mmproj-F16.gguf" ] }, { @@ -295,14 +443,20 @@ "category": "chat", "runtime": "gguf", "platform": "Android/Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-4B-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-4B-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-4B-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF", "size_bytes": 3413440410, "files": [ "Qwen3.5-4B-Q4_K_M.gguf", "README.md", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF/Qwen3.5-4B-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-4B-GGUF/mmproj-F16.gguf" ] }, { @@ -313,14 +467,20 @@ "category": "chat", "runtime": "gguf", "platform": "Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-9B-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-9B-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.5-9B-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF", "size_bytes": 6598767432, "files": [ "Qwen3.5-9B-Q4_K_M.gguf", "README.md", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF/Qwen3.5-9B-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.5-9B-GGUF/mmproj-F16.gguf" ] }, { @@ -331,14 +491,20 @@ "category": "chat", "runtime": "gguf", "platform": "Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", "size_bytes": 23033879240, "files": [ "Qwen3.6-35B-A3B-UD-Q4_K_M.gguf", "README.md", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF/Qwen3.6-35B-A3B-UD-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/Qwen3.6-35B-A3B-GGUF/mmproj-F16.gguf" ] }, { @@ -349,15 +515,22 @@ "category": "chat", "runtime": "gguf", "platform": "Android", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", "size_bytes": 3171874814, "files": [ "README.md", "config.json", "gemma-4-E2B-it-qat-UD-Q2_K_XL.gguf", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF/gemma-4-E2B-it-qat-UD-Q2_K_XL.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E2B-it-qat-mobile-GGUF/mmproj-F16.gguf" ] }, { @@ -368,15 +541,22 @@ "category": "chat", "runtime": "gguf", "platform": "Android", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", "size_bytes": 4209939006, "files": [ "README.md", "config.json", "gemma-4-E4B-it-qat-UD-Q2_K_XL.gguf", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF/gemma-4-E4B-it-qat-UD-Q2_K_XL.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-qat-mobile-GGUF/mmproj-F16.gguf" ] }, { @@ -387,15 +567,22 @@ "category": "chat", "runtime": "gguf", "platform": "Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", "size_bytes": 5967575975, "files": [ "README.md", "config.json", "gemma-4-E4B-it-Q4_K_M.gguf", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF/gemma-4-E4B-it-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-E4B-it-GGUF/mmproj-F16.gguf" ] }, { @@ -406,14 +593,20 @@ "category": "chat", "runtime": "gguf", "platform": "Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-12b-it-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-12b-it-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-12b-it-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF", "size_bytes": 7297007490, "files": [ "README.md", "gemma-4-12b-it-Q4_K_M.gguf", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF/gemma-4-12b-it-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-12b-it-GGUF/mmproj-F16.gguf" ] }, { @@ -424,15 +617,22 @@ "category": "chat", "runtime": "gguf", "platform": "Linux/Windows", - "target_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", - "base_url": "https://llm.flsk.cloud/local/local-llm/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", "size_bytes": 18140630905, "files": [ "README.md", "config.json", "gemma-4-26B-A4B-it-UD-Q4_K_M.gguf", "mmproj-F16.gguf" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF/gemma-4-26B-A4B-it-UD-Q4_K_M.gguf", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/chat/gguf/unsloth/gemma-4-26B-A4B-it-GGUF/mmproj-F16.gguf" ] }, { @@ -443,9 +643,9 @@ "category": "image", "runtime": "mlx", "platform": "macOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", "size_bytes": 3888281402, "files": [ ".gitattributes", @@ -477,6 +677,38 @@ "transformer-packed-mflux/quantization_config.json", "vae/config.json", "vae/diffusion_pytorch_model.safetensors" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/LICENSE", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/NOTICE.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/assets/bonsai-logo.svg", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/manifest.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/model_index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/scheduler/scheduler_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/added_tokens.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/merges.txt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/special_tokens_map.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/text_encoder-mlx-4bit/vocab.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/added_tokens.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/merges.txt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/special_tokens_map.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/tokenizer/vocab.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/transformer-packed-mflux/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/transformer-packed-mflux/diffusion_pytorch_model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/transformer-packed-mflux/quantization_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/vae/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-ternary-4B-mlx-2bit/vae/diffusion_pytorch_model.safetensors" ] }, { @@ -487,9 +719,9 @@ "category": "image", "runtime": "mlx", "platform": "iOS", - "target_path": "https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", "size_bytes": 3428217617, "files": [ ".gitattributes", @@ -521,6 +753,38 @@ "transformer-packed-mflux/quantization_config.json", "vae/config.json", "vae/diffusion_pytorch_model.safetensors" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/LICENSE", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/NOTICE.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/assets/bonsai-logo.svg", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/manifest.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/model_index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/scheduler/scheduler_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/added_tokens.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/merges.txt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/model.safetensors.index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/special_tokens_map.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/text_encoder-mlx-4bit/vocab.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/added_tokens.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/merges.txt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/special_tokens_map.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/tokenizer/vocab.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/transformer-packed-mflux/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/transformer-packed-mflux/diffusion_pytorch_model.safetensors", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/transformer-packed-mflux/quantization_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/vae/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/mlx/prism-ml/bonsai-image-binary-4B-mlx-1bit/vae/diffusion_pytorch_model.safetensors" ] }, { @@ -531,9 +795,9 @@ "category": "image", "runtime": "gemlite", "platform": "Linux/Windows (NVIDIA)", - "target_path": "https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", "size_bytes": 4547310100, "files": [ ".gitattributes", @@ -558,6 +822,31 @@ "transformer-gemlite-int2/state_dict.pt", "vae/config.json", "vae/diffusion_pytorch_model.safetensors" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/LICENSE", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/NOTICE.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/assets/bonsai-logo.svg", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/manifest.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/model_index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/qmodel.pt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/added_tokens.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/merges.txt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/special_tokens_map.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/text_encoder-hqq-4bit/tokenizer/vocab.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/transformer-gemlite-int2/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/transformer-gemlite-int2/gemlite_autotune.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/transformer-gemlite-int2/quantization_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/transformer-gemlite-int2/state_dict.pt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/vae/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-ternary-4B-gemlite-2bit/vae/diffusion_pytorch_model.safetensors" ] }, { @@ -568,9 +857,9 @@ "category": "image", "runtime": "gemlite", "platform": "Linux/Windows (NVIDIA)", - "target_path": "https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", - "snapshot_path": "https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", - "base_url": "https://llm.flsk.cloud/local/local-llm/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", + "target_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", + "snapshot_path": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", + "base_url": "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", "size_bytes": 4087247163, "files": [ ".gitattributes", @@ -595,7 +884,34 @@ "transformer-gemlite-int1/state_dict.pt", "vae/config.json", "vae/diffusion_pytorch_model.safetensors" + ], + "browse_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit", + "file_urls": [ + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/.gitattributes", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/LICENSE", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/NOTICE.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/README.md", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/assets/bonsai-logo.svg", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/manifest.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/model_index.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/qmodel.pt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/added_tokens.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/chat_template.jinja", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/merges.txt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/special_tokens_map.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/tokenizer.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/tokenizer_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/text_encoder-hqq-4bit/tokenizer/vocab.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/transformer-gemlite-int1/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/transformer-gemlite-int1/gemlite_autotune.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/transformer-gemlite-int1/quantization_config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/transformer-gemlite-int1/state_dict.pt", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/vae/config.json", + "https://git.flsk.cloud/hackit/mate-local-models/media/branch/main/image/gemlite/prism-ml/bonsai-image-binary-4B-gemlite-1bit/vae/diffusion_pytorch_model.safetensors" ] } - ] + ], + "repo": "https://git.flsk.cloud/hackit/mate-local-models", + "browse_base_url": "https://git.flsk.cloud/hackit/mate-local-models/src/branch/main" } \ No newline at end of file