Skip to content

Commit

Permalink
Remove the remaining two hanging wandb config fields (#1287)
Browse files Browse the repository at this point in the history
* Make monitor sections consistent. Separate wandb config from local_setup.

* remove wandb as default from remaining configs

* remove wandb as default from remaining configs
  • Loading branch information
Quentin-Anthony authored Sep 18, 2024
1 parent 55b7512 commit 54af72a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions configs/slurm_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
"save": "checkpoints",
"checkpoint_validation_with_forward_pass": false,
"tensorboard-dir": "tensorboard",
"log-dir": "logs",
"use_wandb": true,
"wandb_host": "https://api.wandb.ai",
"wandb_project": "neox"
"log-dir": "logs"
}
3 changes: 0 additions & 3 deletions configs/slurm_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
"checkpoint_validation_with_forward_pass": false,
"tensorboard_dir": "tensorboard",
"log_dir": "logs",
"use_wandb": true,
"wandb_host": "https://api.wandb.ai",
"wandb_project": "neox"
}

0 comments on commit 54af72a

Please sign in to comment.