chore: add log to get data on testing
This commit is contained in:
parent
a0f6f00806
commit
5a9b0cf8b8
@ -125,6 +125,7 @@ async function runModel(
|
|||||||
// This is critical and requires real CPU physical core count (or performance core)
|
// This is critical and requires real CPU physical core count (or performance core)
|
||||||
cpu_threads: Math.max(1, nitroResourceProbe.numCpuPhysicalCore),
|
cpu_threads: Math.max(1, nitroResourceProbe.numCpuPhysicalCore),
|
||||||
};
|
};
|
||||||
|
console.log(currentSettings);
|
||||||
return runNitroAndLoadModel();
|
return runNitroAndLoadModel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user