chore: add log prefix
This commit is contained in:
parent
96f393a7a2
commit
c9490d466b
@ -42,6 +42,6 @@ export const retrieveGGUFMetadata = async (ggufPath: string) => {
|
|||||||
parsed_chat_template: renderedTemplate,
|
parsed_chat_template: renderedTemplate,
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log('[MODEL_EXT]', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user