pub fn resolve_models_dir(
explicit: Option<&str>,
) -> Result<ModelsDirResolution, PathError>Expand description
Resolve the models directory from an explicit override, env var, or default.
Resolution order:
- Explicit path provided by caller (highest priority)
GGLIB_MODELS_DIRenvironment variable- Default models directory (
~/.local/share/llama_models)