Skip to content

Commit

Permalink
config: wandb project name -> sora_speedrun
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Oct 11, 2024
1 parent 1a818c7 commit 1cf1b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
if coordinator.is_master():
tb_writer = create_tensorboard_writer(exp_dir)
if cfg.get("wandb", False):
wandb.init(project="Open-Sora", name=exp_name, config=cfg.to_dict(), dir="./outputs/wandb")
wandb.init(project="sora_speedrun", name=exp_name, config=cfg.to_dict(), dir="./outputs/wandb")

# == init ColossalAI booster ==
plugin = create_colossalai_plugin(
Expand Down

0 comments on commit 1cf1b74

Please sign in to comment.