Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-07 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-06 | 1 | 1 | 4 | 5 | 5 |
| 2026-09-05 | 1 | 0 | 4 | 4 | 7 |
| 2026-09-04 | 1 | 5 | 3 | 7 | 4 |
| 2026-09-03 | 2 | 0 | 4 | 22 | 9 |
| 2026-09-02 | 2 | 0 | 1 | 3 | 219 |
| 2026-09-01 | 6 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 2 | 0 | 0 | 0 | 0 |
| 2026-08-30 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 1 | 0 | 0 | 0 |
| 2026-08-27 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-26 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-25 | 1 | 3 | 0 | 0 | 0 |
Opened: 13
Closed: 6
Comments: 16
Events: 41
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#3508 [Qualcomm NPU] Only the first prefill chunk survives: prompts longer than the prefill signature (128) lose everything after token 128 Opened 18 hours ago | DenisovAV | open | No labels | 0 | 0 | 18 hours ago |
#3444 Conversation fails mid-flight with "Chosen prefill work group size exceeds available state entries" when remaining context < smallest prefill signature; EngineConfig accepts maxNumTokens above what the bundle serves, and an app has no way to query the effective ceiling Opened 6 days ago | john-rocky | open | type :bug | 1 | 0 | 19 hours ago |
#3418 README: the top gemma-4 command pairs the E4B file with the E2B repo, so it fails with 404 as published Opened 7 days ago | john-rocky | closed - completed | type:docs-bug | 1 | 0 | 19 hours ago |
#3334 litertlm-android 0.16.1 crashes at runtime: NoSuchMethodError SendChannel.close$default (no public kotlinx-coroutines release carries that synthetic) Opened 14 days ago | paoloantinori | open | type :bug status:awaiting LiteRT-LM developer | 2 | 0 | 19 hours ago |
#3364 npm @litert-lm/[email protected] package contains only package.json Opened 12 days ago | leehack | open | type :bug status:awaiting LiteRT-LM developer | 2 | 0 | 19 hours ago |
#3507 Android GPU: rearranged weights are copied to the GPU instead of mmap'd (iOS keeps mmap) — +780 MB resident vs iOS at the same 8192 window Opened 1 day ago | zzimme | open | No labels | 0 | 0 | 1 day ago |
#3135 GPU samplers not loading on Android and Windows due to missing symbols in LiteRT-LM v0.15.0 prebuilt (libLiteRtTopKOpenClSampler.so, libLiteRtTopKWebGpuSampler.dll) Opened 1 month ago | Uralstech | open | type :bug status:awaiting LiteRT-LM developer | 6 | 0 | 2 days ago |
#2149 CPU decode crash on Gemma 4 (engine_cpu) — segfault on E4B, silent hang on E2B post-RunPrefillAsync Opened 4 months ago | tosin2013 | open | No labels | 3 | 0 | 2 days ago |
#3443 Qwen3-0.6B bundle: second message on any conversation fails with INTERNAL "rendered template string does not start with the previous" (the bundle's embedded HF template renders the trailing assistant turn differently once the next message is appended) Opened 6 days ago | john-rocky | open | type :bug | 2 | 0 | 2 days ago |
#1748 Custom INT4 .litertlm conversion report for Phi-4-mini and Qwen2.5-1.5B Opened 5 months ago | Shoolife | open | No labels | 6 | 1 | 2 days ago |
#3194 Request: binary-specific SBOM and third-party notices for CLiteRTLM.xcframework v0.15.0 Opened 27 days ago | hkagansimsek | open | type: feature request status:awaiting LiteRT-LM developer | 6 | 0 | 2 days ago |
#3495 README: Gemma4-E4B command points to the Gemma4-E2B Hugging Face repository Opened 2 days ago | jarrodcolburn | closed - completed | No labels | 0 | 0 | 2 days ago |
#2424 Feature request: Support thinking budget for reasoning models Opened 3 months ago | MeirKlemp | closed - completed | type: feature request | 2 | 0 | 2 days ago |
#2815 Package.swift manifests are inconsistent across tags; unsafeFlags prevents version-based dependency Opened 2 months ago | elaverdiere | open | type :bug status:awaiting LiteRT-LM developer | 2 | 0 | 2 days ago |
#2779 [Bug] OpenAI server treats `model_id,gpu` as full model ID in LiteRT-LM 0.14.0 Opened 2 months ago | yuhehao | closed - completed | type :bug | 3 | 3 | 2 days ago |
#2812 litertlm-android 0.14.0: NoSuchMethodError SendChannel.close$default in Conversation.onDone — AAR built against kotlinx-coroutines 1.11.0 but POM declares 1.9.0 Opened 2 months ago | hiroaki-dev | closed - completed | type :bug status:awaiting LiteRT-LM developer | 4 | 0 | 2 days ago |
#3477 macOS arm64 prebuilt libLiteRtTopKWebGpuSampler.dylib exports an older ABI than the engine expects (_UpdateConfig missing) Opened 4 days ago | rumbarum | open | type :bug status:awaiting LiteRT-LM developer | 2 | 0 | 2 days ago |
#3165 Cross-conversation token dedup reuses recurrent state on running-state models (observation from shipping Mamba2 / gated-delta hybrids on v0.15.0) Opened 1 month ago | john-rocky | open | type :bug | 3 | 0 | 3 days ago |
#3348 fast_vlm: prompt text containing added-token specials (e.g. <|im_start|>) appears not to encode them to their token ids Opened 13 days ago | john-rocky | closed - not_planned | type:support status:awaiting user response status:stale | 4 | 0 | 3 days ago |
#3486 # License compliance defect distributed binary carries no valid Apache-2.0 Section 4 grant, and executes a format layout of record predating its release — reproducible verification and preservation request for COMP-26-005779 referral of GAO to the U. S. Department of Justice (DOJ), Office of the Inspector General (OIG ) Opened 3 days ago | nicholascordova01 | open | No labels | 0 | 0 | 3 days ago |
#3417 FastVLM-0.5B: the bundle's jinja template renders history turns only for role 'model' — a conversation created with role 'assistant' (the runtime's own convention) silently loses those turns from the prompt Opened 7 days ago | john-rocky | open | type :bug status:awaiting LiteRT-LM developer | 3 | 0 | 3 days ago |
#3439 Speculative decoding: turn-final stop token is never committed, so multi-turn transcripts lose <|im_end|> after every assistant turn Opened 6 days ago | john-rocky | open | type :bug status:awaiting user response | 3 | 0 | 3 days ago |
#3445 Structured think-prefix history: re-rendered assistant turns keep the pre-opened `<think>` but never close it, so every past answer reads as an unfinished thought — long conversations quietly lose coherence Opened 6 days ago | john-rocky | open | type :bug | 0 | 0 | 4 days ago |
#3446 ~1 MB of phys_footprint retained per conversation create/destroy cycle (197 cycles over 30 min → +198 MB, macOS/Metal, v0.16.0) Opened 6 days ago | john-rocky | open | type :bug status:awaiting LiteRT-LM developer | 1 | 0 | 4 days ago |
#3463 `ThinkingConfig(enableThinking: true, budget: N)` makes every `ResponseFormat` turn fail (llguidance `ff_tokens` assertion at token 0) Opened 5 days ago | john-rocky | open | type :bug status:awaiting LiteRT-LM developer | 1 | 0 | 4 days ago |