Skip to content
1 min read · 94 words

@nhtio/adk/batteries/llm/chat_common/exceptions

Shared, wire-shape-agnostic exceptions for the on-device LLM batteries.

Remarks

INTERNAL to the bundled LLM batteries (no public subpath of its own) — re-exported from each on-device battery's public barrel. Holds exceptions that are NOT specific to one battery's wire shape; today, the WebGPU out-of-memory signal that both transformers.js and LiteRT-LM can hit on the ONNX Runtime Web / WebGPU execution provider.

Variables

VariableDescription
E_LLM_GPU_OUT_OF_MEMORYRaised when the WebGPU execution provider exhausts the device's GPU memory budget during generation.