Skip to content

Commit 9f06b2c

Browse files
not-lainjulien-c
andauthored
Update packages/tasks/src/local-apps.ts
Co-authored-by: Julien Chaumond <[email protected]>
1 parent 904599f commit 9f06b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function isLlamaCppGgufModel(model: ModelData) {
9090
return !!model.gguf?.context_length;
9191
}
9292

93-
function isLlamaFileModel(model: ModelData){
93+
function isLlamaFileModel(model: ModelData) {
9494
return model.tags.includes("llamafile")
9595
}
9696

0 commit comments

Comments
 (0)