slog.Debug("new model will fit in available VRAM in single GPU, loading","model",req.model.ModelPath,"gpu",g.ID,"available",g.FreeMemory,"required",format.HumanBytes2(estimatedVRAM))
slog.Info("new model will fit in available VRAM in single GPU, loading","model",req.model.ModelPath,"gpu",g.ID,"parallel",p,"available",g.FreeMemory,"required",format.HumanBytes2(estimatedVRAM))
slog.Debug("new model will fit in available VRAM, loading","model",req.model.ModelPath,"library",sgl[0].Library,"required",format.HumanBytes2(estimatedVRAM))
slog.Info("new model will fit in available VRAM, loading","model",req.model.ModelPath,"library",sgl[0].Library,"parallel",p,"required",format.HumanBytes2(estimatedVRAM))