pub async fn activate_vault_gguf(
gguf_path: &Path,
) -> Result<ActiveModelRecord, ModelError>Expand description
Map and activate a vault weight file (.p64 preferred, or .gguf) without catalog install.
pub async fn activate_vault_gguf(
gguf_path: &Path,
) -> Result<ActiveModelRecord, ModelError>Map and activate a vault weight file (.p64 preferred, or .gguf) without catalog install.