Skip to main content

Module omnicoder

Module omnicoder 

Source

Structs§

OmniCoderRunner
OmniCoderRunnerBuilder
Qwen3Runner
Resolved Qwen3 runner — call Qwen3Runner::generate for streaming decode (F32 path), or Qwen3Runner::predict_logits for a single forward pass (works in both F32 and packed modes).
Qwen3RunnerBuilder
Builder for Qwen3Runner. See the module docs for usage.

Constants§

FAMILY
PLAN_MILESTONE

Functions§

cli_run

Type Aliases§

Qwen3ConfigSource
Source for the qwen3 config. Alias of the shared rlx_runtime::ConfigSource<T>: