Add GLM 5.2 Metal execution

This commit is contained in:
Georg Bauer
2026-07-26 12:16:30 +02:00
parent 1de954b579
commit 65c9cbfc45
6 changed files with 1819 additions and 20 deletions

View File

@@ -543,9 +543,6 @@ fn compatible_completion(
fn installed_endpoint_models(models_path: &std::path::Path) -> Vec<ModelChoice> {
model::installed_models(models_path)
.into_iter()
.filter(|model| *model != ModelChoice::Glm52)
.collect()
}
fn models_json(state: &State) -> Value {