chore: add log to get data on testing

This commit is contained in:
hiro 2024-01-23 16:15:09 +07:00 committed by hiro
parent a0f6f00806
commit 5a9b0cf8b8

View File

@ -125,6 +125,7 @@ async function runModel(
// This is critical and requires real CPU physical core count (or performance core)
cpu_threads: Math.max(1, nitroResourceProbe.numCpuPhysicalCore),
};
console.log(currentSettings);
return runNitroAndLoadModel();
}
}