Text Generation
MLX
Safetensors
English
Chinese
glm_moe_dsa
quantized
glm
Mixture of Experts
apple-silicon
mixed-precision
2-bit
speculative-decoding
mtp
conversational
4-bit precision
Instructions to use avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw"
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw
Run Hermes
hermes
- OpenClaw new
How to use avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- MLX LM
How to use avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw", "messages": [ {"role": "user", "content": "Hello"} ] }'
main: anchor-guarded clip + DWQ-A45 rework, atomic swap (prior main preserved on dwq-noclip)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +16 -14
- assets/quality.png +2 -2
- assets/quality.svg +6 -6
- config.json +0 -0
- model-00001-of-00047.safetensors +1 -1
- model-00002-of-00047.safetensors +1 -1
- model-00003-of-00047.safetensors +1 -1
- model-00004-of-00047.safetensors +1 -1
- model-00005-of-00047.safetensors +1 -1
- model-00006-of-00047.safetensors +1 -1
- model-00007-of-00047.safetensors +1 -1
- model-00008-of-00047.safetensors +1 -1
- model-00009-of-00047.safetensors +1 -1
- model-00010-of-00047.safetensors +1 -1
- model-00011-of-00047.safetensors +1 -1
- model-00012-of-00047.safetensors +1 -1
- model-00013-of-00047.safetensors +1 -1
- model-00014-of-00047.safetensors +1 -1
- model-00015-of-00047.safetensors +1 -1
- model-00016-of-00047.safetensors +1 -1
- model-00017-of-00047.safetensors +1 -1
- model-00018-of-00047.safetensors +1 -1
- model-00019-of-00047.safetensors +1 -1
- model-00020-of-00047.safetensors +1 -1
- model-00021-of-00047.safetensors +1 -1
- model-00022-of-00047.safetensors +1 -1
- model-00023-of-00047.safetensors +1 -1
- model-00024-of-00047.safetensors +1 -1
- model-00025-of-00047.safetensors +1 -1
- model-00026-of-00047.safetensors +1 -1
- model-00027-of-00047.safetensors +1 -1
- model-00028-of-00047.safetensors +1 -1
- model-00029-of-00047.safetensors +1 -1
- model-00030-of-00047.safetensors +1 -1
- model-00031-of-00047.safetensors +1 -1
- model-00032-of-00047.safetensors +1 -1
- model-00033-of-00047.safetensors +1 -1
- model-00034-of-00047.safetensors +1 -1
- model-00035-of-00047.safetensors +1 -1
- model-00036-of-00047.safetensors +1 -1
- model-00037-of-00047.safetensors +1 -1
- model-00038-of-00047.safetensors +1 -1
- model-00039-of-00047.safetensors +1 -1
- model-00040-of-00047.safetensors +1 -1
- model-00041-of-00047.safetensors +1 -1
- model-00042-of-00047.safetensors +1 -1
- model-00043-of-00047.safetensors +1 -1
- model-00044-of-00047.safetensors +1 -1
- model-00045-of-00047.safetensors +1 -1
- model-00046-of-00047.safetensors +2 -2
README.md
CHANGED
|
@@ -27,16 +27,18 @@ Apple Silicon (MLX) **mixed-precision** quantization of [zai-org/GLM-5.2](https:
|
|
| 27 |
|
| 28 |
**New:** the checkpoint now ships GLM-5.2's **native MTP (nextn) layer** for self-speculative decoding (`--mtp` — see [*Native MTP*](#native-mtp--self-speculative-decoding)). Fully backward-compatible: runtimes without MTP support strip the extra layer and behave exactly as before.
|
| 29 |
|
| 30 |
-
**Update (2026-07):
|
| 31 |
|
| 32 |
-
| KL / top-1 flip vs the 4.5 bpw reference (T=3072) | pre-DWQ | **DWQ (main)** |
|
| 33 |
-
|---|---|---|
|
| 34 |
-
| EN | 0.727 / 24.9% |
|
| 35 |
-
| code | 0.252 / 12.7% |
|
| 36 |
-
| ZH | 0.987 / 35.7% |
|
| 37 |
-
| overall | 0.655 / 24.4% |
|
|
|
|
|
|
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
## Metrics
|
| 42 |
|
|
@@ -44,7 +46,7 @@ The pre-DWQ weights remain available on the [`pre-dwq`](https://huggingface.co/a
|
|
| 44 |
|---|---|
|
| 45 |
| Base model | zai-org/GLM-5.2 (744B total / \~40B active) |
|
| 46 |
| Bits/weight | **\~2.56** (per-tensor mixed) |
|
| 47 |
-
| On-disk size | **
|
| 48 |
| Peak memory | \~242 GB (weights, MTP-attached) · \~249 GB (8K) · \~263 GB (26K) · \~293 GB (64K) · \~344 GB (128K) — **measured** (int8 KV); the DSA prefill activation grows with context |
|
| 49 |
| Format | MLX (Apple Silicon) |
|
| 50 |
| Context | 1M-capable architecture (DSA); **machine-limited in practice** — ≈26–32K prefill on a 256 GiB box (see *Long context & memory*) |
|
|
@@ -58,7 +60,7 @@ GLM-5.2 is a frontier agentic-coding MoE, but at 744B it is \~1.5 TB in bf16 —
|
|
| 58 |
|
| 59 |
## Quality
|
| 60 |
|
| 61 |
-
This is the **≤256 GB** option — the routed experts are 2-bit, so it is deliberately bit-starved. If you have a 512 GB machine, the **[3.5 bpw build](https://huggingface.co/avlp12/GLM-5.2-Alis-MLX-Dynamic-3.5bpw)** is still better on prose/code strided PPL (−25% wikitext, −11% code; the 3.5 bpw sibling
|
| 62 |
|
| 63 |

|
| 64 |
|
|
@@ -70,13 +72,13 @@ Reproduced with `mlx_lm.evaluate` (0-shot) and `mlx_lm.perplexity` (seq 2048, 50
|
|
| 70 |
|
| 71 |
| | GLM-5.1 · 2.7 bpw | **GLM-5.2 · 2.56 bpw (this)** | GLM-5.2 · 3.5 bpw |
|
| 72 |
|---|---|---|---|
|
| 73 |
-
| Perplexity (lower) | 4.165 | **3.
|
| 74 |
-
| HellaSwag (acc_norm) | 0.606 | **0.652** | 0.
|
| 75 |
-
| PIQA (acc) | 0.796 | **0.808** | 0.
|
| 76 |
| WinoGrande (acc) | 0.660 | **0.780** | 0.780 |
|
| 77 |
| Generation (tok/s) | 18.35 | **22.87** | 21.29 |
|
| 78 |
|
| 79 |
-
Perplexity here is on `allenai/tulu-3-sft-mixture` (the `mlx_lm.perplexity` default) — a different corpus and method from the wikitext strided figure above, so values are not comparable across the two. Task accuracies use a 500-sample limit (CI ±0.02–0.04). GLM-5.1 is a different (older) base model, so cross-generation gaps reflect both the newer model and quantization.
|
| 80 |
|
| 81 |
**Quantization recipe**
|
| 82 |
|
|
|
|
| 27 |
|
| 28 |
**New:** the checkpoint now ships GLM-5.2's **native MTP (nextn) layer** for self-speculative decoding (`--mtp` — see [*Native MTP*](#native-mtp--self-speculative-decoding)). Fully backward-compatible: runtimes without MTP support strip the extra layer and behave exactly as before.
|
| 29 |
|
| 30 |
+
**Update 2 (2026-07): anchor-guarded clip + DWQ re-run.** `main` is now rebuilt from a **Q8 source** with an anchor-guarded clip search (per-group outlier clipping at max-err slack 1.1 that preserves the min-max anchor weights; method in [alis-dwq](https://github.com/avlp12/alis-dwq)), then DWQ-retuned with the same recipe as before (4.5 bpw-teacher targets, 45%-ZH calibration, upstream flag [mlx-lm#1499](https://github.com/ml-explore/mlx-lm/pull/1499)). Held-out perplexity improves or holds everywhere vs the previous DWQ main: strided wikitext **3.774 → 3.698 (−2.0%)**, code **2.069 → 2.054**, tulu-3 flat (3.564 → 3.571 ±0.027); the clip alone moves the raw pre-DWQ build 4.34 → 4.17. The checkpoint also sheds 4.5 GB: the MTP layer used to ship twice (a module-named copy inside the base shards plus the standalone MTP shard), and now ships once.
|
| 31 |
|
| 32 |
+
| KL / top-1 flip vs the 4.5 bpw reference (T=3072) | pre-DWQ | first DWQ (`dwq-noclip`) | **clip+DWQ (main)** |
|
| 33 |
+
|---|---|---|---|
|
| 34 |
+
| EN | 0.727 / 24.9% | 0.383 / 15.6% | 0.464 / 17.3% |
|
| 35 |
+
| code | 0.252 / 12.7% | 0.193 / 10.2% | **0.183 / 10.0%** |
|
| 36 |
+
| ZH | 0.987 / 35.7% | 0.562 / 21.9% | 0.610 / 24.8% |
|
| 37 |
+
| overall | 0.655 / 24.4% | 0.379 / 15.9% | 0.419 / 17.4% |
|
| 38 |
+
|
| 39 |
+
*How to read this table: the reference is the 4.5 bpw **quantized** sibling, not ground truth. The first DWQ was derived from the same 4-bit-lattice family as that reference, so it sits unusually close to it; the clip step re-derives every tensor from a Q8 source (removing the lattice-resonance failure mode), which drifts slightly away from this particular reference even as held-out perplexity — the metric that tracks real quality — improves. Judge builds by the PPL numbers.* Greedy loop-probe (256 tok × EN/code/ZH): clean, no cycles.
|
| 40 |
|
| 41 |
+
Weights history: original quant on [`pre-dwq`](https://huggingface.co/avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw/tree/pre-dwq) · first DWQ retune on [`dwq-noclip`](https://huggingface.co/avlp12/GLM-5.2-Alis-MLX-Dynamic-2.56bpw/tree/dwq-noclip) · current `main` = clip + DWQ.
|
| 42 |
|
| 43 |
## Metrics
|
| 44 |
|
|
|
|
| 46 |
|---|---|
|
| 47 |
| Base model | zai-org/GLM-5.2 (744B total / \~40B active) |
|
| 48 |
| Bits/weight | **\~2.56** (per-tensor mixed) |
|
| 49 |
+
| On-disk size | **242.4 GB** (47 shards: 46 base + the 4.5 GB native MTP layer, which no longer ships twice) |
|
| 50 |
| Peak memory | \~242 GB (weights, MTP-attached) · \~249 GB (8K) · \~263 GB (26K) · \~293 GB (64K) · \~344 GB (128K) — **measured** (int8 KV); the DSA prefill activation grows with context |
|
| 51 |
| Format | MLX (Apple Silicon) |
|
| 52 |
| Context | 1M-capable architecture (DSA); **machine-limited in practice** — ≈26–32K prefill on a 256 GiB box (see *Long context & memory*) |
|
|
|
|
| 60 |
|
| 61 |
## Quality
|
| 62 |
|
| 63 |
+
This is the **≤256 GB** option — the routed experts are 2-bit, so it is deliberately bit-starved. If you have a 512 GB machine, the **[3.5 bpw build](https://huggingface.co/avlp12/GLM-5.2-Alis-MLX-Dynamic-3.5bpw)** is still better on prose/code strided PPL (−25% wikitext, −11% code; both builds are clip+DWQ retunes, the 3.5 bpw sibling against an 8-bit teacher) and runs a full 1M context.
|
| 64 |
|
| 65 |

|
| 66 |
|
|
|
|
| 72 |
|
| 73 |
| | GLM-5.1 · 2.7 bpw | **GLM-5.2 · 2.56 bpw (this)** | GLM-5.2 · 3.5 bpw |
|
| 74 |
|---|---|---|---|
|
| 75 |
+
| Perplexity (lower) | 4.165 | **3.571** | 3.644 |
|
| 76 |
+
| HellaSwag (acc_norm) | 0.606 | **0.652** | 0.626 |
|
| 77 |
+
| PIQA (acc) | 0.796 | **0.808** | 0.838 |
|
| 78 |
| WinoGrande (acc) | 0.660 | **0.780** | 0.780 |
|
| 79 |
| Generation (tok/s) | 18.35 | **22.87** | 21.29 |
|
| 80 |
|
| 81 |
+
Perplexity here is on `allenai/tulu-3-sft-mixture` (the `mlx_lm.perplexity` default) — a different corpus and method from the wikitext strided figure above, so values are not comparable across the two. Task accuracies use a 500-sample limit (CI ±0.02–0.04). This column's perplexity is measured on the current `main` (clip+DWQ); its task accuracies were measured on the previous retune (now `dwq-noclip`) — a task-accuracy re-run on the current `main` is queued. The 3.5 bpw column is that build's current `main` (all re-measured). GLM-5.1 is a different (older) base model, so cross-generation gaps reflect both the newer model and quantization.
|
| 82 |
|
| 83 |
**Quantization recipe**
|
| 84 |
|
assets/quality.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/quality.svg
CHANGED
|
|
|
|
config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4720139752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:004fbaeac7db373cb77541d4cc64cfb448893fba19ef935945c51b7270b189ac
|
| 3 |
size 4720139752
|
model-00002-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404363
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:175661504973cffd2872c567a1f347cd28ce86030e9b15b44001f168d27a4111
|
| 3 |
size 5150404363
|
model-00003-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386379
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44e7f0786ba71b2e9089ebefa1106b7f81a22163c26f6c013a1bf556718d09ef
|
| 3 |
size 5286386379
|
model-00004-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267641891
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:951b0790233659e390783fc8928295ee4cdeaad0cbe645b07a9b5c0ca21f3fb4
|
| 3 |
size 5267641891
|
model-00005-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5169148808
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65baa849dba3c6a842d8f86dff809e19e8d9098c3330ed2c9e69f7c754bbf357
|
| 3 |
size 5169148808
|
model-00006-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642066
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b7e75090bf85c987e7e512c1eeb5c61debd67657a2b32ee976b1571980d96d1
|
| 3 |
size 5267642066
|
model-00007-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386413
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07f1feeae8cfb9d8a464f0c9be3479da80f90a7e5e5283a1e6092532c4c99fa8
|
| 3 |
size 5286386413
|
model-00008-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9483a9d597cfab5181f583da7f7c1f38f6220456e6d555f4bf294d3f17d89cf1
|
| 3 |
size 5150404393
|
model-00009-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642054
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01f29bbd0f8bedbcaf75396b724a2aed5465a69083efd2ca1b68ebe6014496f0
|
| 3 |
size 5267642054
|
model-00010-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386433
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:591f4c3f82ff6238b058d99e236f3a81c48b37716a63a97ba3f9b6485e467093
|
| 3 |
size 5286386433
|
model-00011-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404409
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98967e6de2686d7c3a1ec251b9b2505886010779ec406e9f44495305dc06b681
|
| 3 |
size 5150404409
|
model-00012-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386459
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f26da6cd9cb630aec4dbe10d4bc0881899d5f9ce7e249fb517fbaca4a5759d6d
|
| 3 |
size 5286386459
|
model-00013-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed93032925e3d6fb2fd1b066a87d21b30eb3b339f4286b4840f13f7ee46e2c59
|
| 3 |
size 5267642000
|
model-00014-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404409
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9206a05b46e4d387b78dfbf2318dc06a644c7905837b2bec368ef61c97d9c7e3
|
| 3 |
size 5150404409
|
model-00015-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386493
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d562a05059f522f1c72adf43d7b6e0ecf074f26f03d4c1289fc37f81e8bc7afa
|
| 3 |
size 5286386493
|
model-00016-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267641968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00aadafc65250d712bdc9efef751c9c57869fc3a56b58a91192b5eba20214aee
|
| 3 |
size 5267641968
|
model-00017-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5169148832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0bb3ed42952336b68375de98c212e5c6a291534e58d1c9e69411b2359e393f7
|
| 3 |
size 5169148832
|
model-00018-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642050
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb67d4bd91bfa408b5c23e1b4fa8731c961c9c5f85efea6067ec97d9313e53d8
|
| 3 |
size 5267642050
|
model-00019-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386411
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a6288778eadd867b499b60ec39d7dad4d6552e0f144574773b1f6774b21771e
|
| 3 |
size 5286386411
|
model-00020-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404399
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22ed9fc05d50e00986f9681cf0a22a7f6c0f8155e72e2c06f4fbc1d001a6187b
|
| 3 |
size 5150404399
|
model-00021-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642036
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1638dd9480cfdb9dbe4072e01d52ee421fe39c59df2424b562e7743b3d27e8c
|
| 3 |
size 5267642036
|
model-00022-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386421
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abdafa0a5568b06f7f5b0d8aab16dfb04c99bf5f73f7f8a562cab90628224304
|
| 3 |
size 5286386421
|
model-00023-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404381
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e46e54856a010b97aac321f77c18718b78f7dbc955a9ee877e06f8701a70a67
|
| 3 |
size 5150404381
|
model-00024-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386447
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d40fb04b895ea04f703bd132ac3f380cdf3aa336366100b2da0b24be1d0a1e
|
| 3 |
size 5286386447
|
model-00025-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642004
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70a6f9e50b16bb86813f9fd8982398f925d61865dcc5b72b2ac482d6467b3932
|
| 3 |
size 5267642004
|
model-00026-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404401
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3664a3420aafd9f76f357f015c6d1ac899f34a7d36328d6f7a1a734c181db9d
|
| 3 |
size 5150404401
|
model-00027-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386459
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2054385a09f60949885a25f14788aba56148039ea443443967409c4c0e9a9871
|
| 3 |
size 5286386459
|
model-00028-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267641994
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:255510c734a911b453238484633235b319c0e35509c48c68f3f30c647d66e037
|
| 3 |
size 5267641994
|
model-00029-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5169148832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ed4ed5614c8884df5e377db66b52898eefb41834a94226e179db837642e63a3
|
| 3 |
size 5169148832
|
model-00030-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642066
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:213226a26b7928b5f23afc81016cf21699c15e264ee75a73728495c6ec97014a
|
| 3 |
size 5267642066
|
model-00031-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386417
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef5eead9583a6f1c49cc92ca8caa43abc304337ec0c18440a2fcb011fd359ca1
|
| 3 |
size 5286386417
|
model-00032-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404399
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d69193f6abd05ff495f9d1f6ae8dc2daddefcede2369636f0fec1ff19ecf26fd
|
| 3 |
size 5150404399
|
model-00033-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79b6275b85808bb84749ee8b1d3be5853ca1680e0f1433e78b412ee7c0173afd
|
| 3 |
size 5267642052
|
model-00034-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386423
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5959b3d13b7794ee97a68aec73ed1f7e6073126299d032eda534eb0ea988cf1b
|
| 3 |
size 5286386423
|
model-00035-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404411
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c13f8b0e4ca255f0592f06257b2c43cd3b66a318467d9f40cb4c3072d484872c
|
| 3 |
size 5150404411
|
model-00036-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386467
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76831644ce07a658eaf9cf3105a2d4f339633c69321340cb309161a9c1fbd087
|
| 3 |
size 5286386467
|
model-00037-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267641972
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4ff61c9d03f90445c3ae55120105575b774b962ab3fd5cc6b72f51ba752c9c6
|
| 3 |
size 5267641972
|
model-00038-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404397
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d156e5bfeceae466549bfd9635e084a9aae6d9c8e1300b1c645ff1ef7b702ebb
|
| 3 |
size 5150404397
|
model-00039-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386501
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b0f091b53e8a19169eb3dadf3eacd379c5ecd1233af2df9a2593a611a8285ca
|
| 3 |
size 5286386501
|
model-00040-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267641930
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93b9ef8e99d2df0adea7a999ea5a81b6f156637eb949bd9d93423cdf2c125448
|
| 3 |
size 5267641930
|
model-00041-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5169148832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbebcd01a2bd2880f37d10622d7772e9918534033bf7d130815ee9bdc483cf42
|
| 3 |
size 5169148832
|
model-00042-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642050
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3100fe613ad5f6d5b336bc10130d91684d52cbe5fa17eb3b02c0793b7cd2ce5
|
| 3 |
size 5267642050
|
model-00043-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5286386411
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f9a413034dd2d34d9b6e06f638a4ff982b82be693c1701e78452057923a2445
|
| 3 |
size 5286386411
|
model-00044-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5150404411
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b920b7c3b6da779a1966a4a7a3f268842b0eac1995d783cbc3df51f1027fe897
|
| 3 |
size 5150404411
|
model-00045-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5267642038
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:050567bfb45ef6db5acab0ddcf9366604ffce2109d048d50a048cbf1aeac3cc1
|
| 3 |
size 5267642038
|
model-00046-of-00047.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91da2f99bf45232f376d5a32c27c6542a56f234f4dc95d4fe10920d5336d9d0e
|
| 3 |
+
size 2810846901
|