Skip to content

Accept 2–4 states in VLM sequential engine for hybrid decoders (#276) - #282

Draft
stikves wants to merge 2 commits into
apple:mainfrom
stikves:sukru/fix-vlm-engine-state-count-guard
Draft

stikves wants to merge 2 commits into
apple:mainfrom
stikves:sukru/fix-vlm-engine-state-count-guard

Conversation

@stikves

@stikves stikves commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

The LLM decoder guard rejected any function with a state count other than exactly two, blocking hybrid (conv/recurrent) 4-state decoders even though the shared state-handler machinery already supports them. Relax it to accept 2–4 states, matching CoreAISequentialEngine.

stikves and others added 2 commits September 22, 2026 07:16
…#276)

The LLM decoder guard rejected any function with a state count other than
exactly two, blocking hybrid (conv/recurrent) 4-state decoders even though
the shared state-handler machinery already supports them. Relax it to accept
2–4 states, matching CoreAISequentialEngine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant