Skip to content

Commit

Permalink
chore: add log prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Aug 21, 2024
1 parent 96f393a commit c9490d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/model-extension/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export const retrieveGGUFMetadata = async (ggufPath: string) => {
parsed_chat_template: renderedTemplate,
}
} catch (e) {
console.log(e)
console.log('[MODEL_EXT]', e)
}
}

0 comments on commit c9490d4

Please sign in to comment.