diff --git a/client/platform/desktop/backend/native/viame.ts b/client/platform/desktop/backend/native/viame.ts index 32bf03cc5..84a1b9bf2 100644 --- a/client/platform/desktop/backend/native/viame.ts +++ b/client/platform/desktop/backend/native/viame.ts @@ -217,6 +217,7 @@ async function train( `--input-truth "${groundTruthFileList}"`, `--config "${configFilePath}"`, '--no-query', + '--no-adv-prints', ]; const job = spawn(command.join(' '), {