Skip to content

Commit

Permalink
Update packages/tasks/src/local-apps.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Chaumond <[email protected]>
  • Loading branch information
not-lain and julien-c authored Jan 7, 2025
1 parent 904599f commit 9f06b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function isLlamaCppGgufModel(model: ModelData) {
return !!model.gguf?.context_length;
}

function isLlamaFileModel(model: ModelData){
function isLlamaFileModel(model: ModelData) {
return model.tags.includes("llamafile")
}

Expand Down

0 comments on commit 9f06b2c

Please sign in to comment.