mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-05 12:31:15 +02:00
music lowvram indicator
This commit is contained in:
@@ -53,6 +53,10 @@ bool musictype_load_model(const music_load_model_inputs inputs)
|
||||
std::string musicdiffusion_filename = inputs.musicdiffusion_filename;
|
||||
std::string musicvae_filename = inputs.musicvae_filename;
|
||||
bool lowvram = inputs.lowvram;
|
||||
if(lowvram)
|
||||
{
|
||||
printf("\nMusicGen LowVRAM mode, will swap models at runtime");
|
||||
}
|
||||
printf("\nLoading Music Gen LLM Model: %s\nLoading Music Gen Embed Model: %s\nLoading Music Gen Diffusion Model: %s\nLoading Music Gen VAE Model: %s\n",
|
||||
musicllm_filename.c_str(),musicembedding_filename.c_str(),musicdiffusion_filename.c_str(),musicvae_filename.c_str());
|
||||
musicdebugmode = inputs.debugmode;
|
||||
|
||||
Reference in New Issue
Block a user