pub type ConfigSource = Qwen3ConfigSource;Expand description
Back-compat alias.
Aliased Type§
pub enum ConfigSource {
Embedded,
JsonFile(PathBuf),
Explicit(Qwen3Config),
}Variants§
Embedded
Read from GGUF metadata.
JsonFile(PathBuf)
Read from a HuggingFace config.json at this path.
Explicit(Qwen3Config)
Use the supplied config object directly.