Add GLM 5.2 Metal execution
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user