Skip to content

Commit

Permalink
Comment out profiler by default. Gotta figure out how to use the conf…
Browse files Browse the repository at this point in the history
…ig files.
  • Loading branch information
Your Name committed Jan 10, 2025
1 parent f79e9ea commit b6083f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeroband/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def train(config: Config):
torch.cuda.set_device(world_info.local_rank)

config = Config(**parse_argv())
config.train.memory_profiler = MemoryProfilerConfig(snapshot_dir="logs/", freq=1)
# config.train.memory_profiler = MemoryProfilerConfig(snapshot_dir="logs/", freq=1)
logger.debug(f"config: {config.model_dump()}")

try:
Expand Down

0 comments on commit b6083f9

Please sign in to comment.