You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(`inspect gpu` command): print device names
* fix: ensure `TokenBias` was created with the current model
* fix: update `ipull` to resolve model download issues
console.info(`${chalk.yellow(`${gpuName} used VRAM:`)}${getPercentageString(vramStatus.used,vramStatus.total)}% ${chalk.gray("("+bytes(vramStatus.used)+"/"+bytes(vramStatus.total)+")")}`);
thrownewError("The LlamaGrammar used by passed to this function was created with a different Llama instance than the one used by this sequence's model. Make sure you use the same Llama instance for both the model and the grammar.");
0 commit comments