replace print with algo_log

This commit is contained in:
2026-06-10 16:04:02 +08:00
parent 43adc6fb42
commit ba4ae92647
7 changed files with 33 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ echo "输出目录:${OUT_DIR}"
python -m nuitka \
--standalone \
--msvc=latest \
--windows-console-mode=force \
--windows-console-mode=disable \
--module-parameter=torch-disable-jit=yes \
--enable-plugin=no-qt \
--include-package=numpy \