Views
No views yet
| File | Size | Cache | Notes |
|---|---|---|---|
experimental_artifacts/Qwen3.5-0.8B-hybrid-exact-c2048.litertlm | 1.08 GB | 2048 | hybrid graph proof |
experimental_artifacts/Qwen3.5-0.8B-hybrid-exact-c32k.litertlm | 1.08 GB | 32768 | long-context hybrid |
experimental_artifacts/Qwen3.5-0.8B-hybrid-exact-c64k.litertlm | 1.08 GB | 65536 | long-context hybrid |
experimental_artifacts/Bonsai-slice-4L-Q1dequant-fixed-c2048.litertlm | 3.81 GB | 2048 | Q1 weights + layout fix |
experimental_artifacts/Bonsai-slice-4L-Q1dequant-fixed-c32k.litertlm | 3.81 GB | 32768 | fixed + long ctx |
experimental_artifacts/Bonsai-slice-4L-Q1dequant-fixed-c64k.litertlm | 3.81 GB | 65536 | fixed + long ctx |
experimental/patch_linear_attention_cache.py)experimental/neumann_gated_delta.py)export_hf + dynamic_wi8_afp32 + external embedderBonsai-27B-Q1_0.gguf (3.80 GB non-ternary 1-bit)experimental/fix_weight_layout.py): transpose Linears + reshape conv1d| Attempt | Result |
|---|---|
| 4L fixed c2048/c32k/c64k | OK |
| 6L / 8L fixed | OOM at LiteRT converter passes |
| Full 64L | needs more RAM/disk strategy |
*-fixed-* artifacts. 4L is a structural milestone (real Bonsai dims + Q1 weights), not full 27B chat. Vision packaging fails on qwen3_5; text+embedder graphs complete.1litert-lm run \
2 --from-huggingface-repo Tdamre/Bonsai-27B-litert-lm \
3 experimental_artifacts/Bonsai-slice-4L-Q1dequant-fixed-c32k.litertlm \
4 --backend=cpu --max-num-tokens=256 --prompt="What is 2+2?"litert-torch-nightly 0.10.0.dev20260714
ai-edge-quantizer-nightly 0.8.0
transformers (qwen3_5)