You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compatibility.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,27 @@ model quality, speed, or production readiness.
10
10
| Area | Current evidence | Support boundary |
11
11
|---|---|---|
12
12
| Python | The full MBPP development run used Python `3.11.15`. Packaging CI is configured to smoke-test Python `3.11` and `3.13` on Linux, plus Python `3.11` on Windows. | Python `>=3.11` is declared. Full-model numerical evidence is limited to `3.11.15`. |
13
-
| Transformers |`5.14.1`| The dependency is deliberately constrained to `transformers>=5.14.1,<5.15`. Other minor versions are unsupported until their internal cache contract is tested. |
13
+
| Transformers |`5.14.1`| The alpha dependency is deliberately pinned to `transformers==5.14.1`. Every other release is unsupported until its internal cache contract is tested. |
14
14
| Model |`Qwen/Qwen3.5-0.8B-Base` at revision `dc7cdfe2ee4154fa7e30f5b51ca41bfa40174e68`| No other checkpoint, revision, model family, or recurrent architecture has full-model evidence. |
15
15
| Model execution | BF16 weights, batch size one, evaluation mode, `trust_remote_code=False`, eager attention | Use `attn_implementation="eager"`. Flash, SDPA, and other attention implementations are not validated. |
16
16
| Full-run environment | PyTorch `2.11.0+cu128`, CUDA runtime `12.8`, NVIDIA driver `592.15`, NVIDIA GeForce RTX 5070 Laptop GPU, recorded platform `Windows-10-10.0.26200-SP0`| CPU and other accelerator support is limited to unit or API smoke tests; the public numerical result was not replicated there. |
17
-
| Packed formats | Physical INT4 and INT8 recurrent-state payloads with FP16 scales | The packed cache does not accept other payload widths. |
17
+
| Packed formats | Physical INT4 and INT8 recurrent-state payloads. FP16 scales are the evaluated default. | FP32 scales are supported for experiments but have no full-model fidelity evidence. The packed cache does not accept other payload widths. |
18
18
19
19
The exact model and software provenance is recorded in
0 commit comments