We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81e83 commit a60bc66Copy full SHA for a60bc66
data_juicer/config/schema.py
@@ -511,10 +511,10 @@ class DJConfig(BaseModel):
511
# tracer: tracing and insight mining
512
# --------------------------------------------------------
513
open_monitor: bool = Field(
514
- default=True,
+ default=False,
515
description=(
516
"Whether to open the monitor to trace resource utilization for "
517
- "each OP during data processing. It's True in default."
+ "each OP during data processing. It's False in default."
518
),
519
)
520
open_tracer: bool = Field(
0 commit comments