Skip to content

Commit a57c981

Browse files
committed
fix lint x2.
1 parent 3146b7a commit a57c981

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ export type LocalApp = {
5858
}
5959
);
6060

61-
function isGgufModel(model: ModelData): boolean {
62-
return model.tags.includes("gguf");
63-
}
64-
6561
function isAwqModel(model: ModelData): boolean {
6662
return model.config?.quantization_config?.quant_method === "awq";
6763
}

0 commit comments

Comments
 (0)