Repository Issue Activity (beta)

google-ai-edge/LiteRT-LM

Current issue state, recent activity, and per-issue timelines from the indexed issue data.

Open Issues
219
New in 7 Days
15
Closed in 7 Days
6
Average Open Age
100 days
Stale 30+ Days
147
Stale 90+ Days
33
Last 2 Weeks
DateOpenedClosedCommentsEventsOpen Backlog
2026-09-0700000
2026-09-0611455
2026-09-0510447
2026-09-0415374
2026-09-03204229
2026-09-022013219
2026-09-0160000
2026-08-3120000
2026-08-3010000
2026-08-2910000
2026-08-2801000
2026-08-2700000
2026-08-2610000
2026-08-2513000
This Week

Opened: 13

Closed: 6

Comments: 16

Events: 41

Top Labels
type :bug (90)
status:awaiting LiteRT-LM developer (49)
type: feature request (31)
type:support (23)
status:awaiting user response (20)
status:stale (18)
type:docs-bug (5)
status:awaiting PR review (3)
Issue Explorer
IssueAuthorStateLabelsCommentsReactionsUpdated

#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
0018 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
1019 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
1019 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
2019 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
2019 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
001 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
602 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
302 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
202 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
612 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
602 days ago

#3495 README: Gemma4-E4B command points to the Gemma4-E2B Hugging Face repository

Opened 2 days ago
jarrodcolburn
closed - completed
No labels
002 days ago

#2424 Feature request: Support thinking budget for reasoning models

Opened 3 months ago
MeirKlemp
closed - completed
type: feature request
202 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
202 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
332 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
402 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
202 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
303 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
403 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
003 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
303 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
303 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
004 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
104 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
104 days ago

Rows per page:

1–25 of 375