We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb1bc1 commit d63b7cbCopy full SHA for d63b7cb
packages/tasks/src/local-apps.ts
@@ -59,7 +59,7 @@ export type LocalApp = {
59
);
60
61
function isGgufModel(model: ModelData): boolean {
62
- return model.config?.quantization_config?.quant_method === "gguf" || model.tags.includes("gguf");
+ return model.tags.includes("gguf");
63
}
64
65
function isAwqModel(model: ModelData): boolean {
0 commit comments