Skip to content

Commit

Permalink
Merge pull request #233 from ftgreat/gpm_dev
Browse files Browse the repository at this point in the history
disable wandb
  • Loading branch information
ftgreat authored Feb 27, 2023
2 parents f589a8f + 40f65f2 commit acbb969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions flagai/env_trainer_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def __init__(self,

# wandb
self.wandb = env_args.wandb
self.wandb = False

# if model already_fp16, OPT 1.3B
self.already_fp16 = env_args.already_fp16
Expand Down
3 changes: 2 additions & 1 deletion flagai/trainer_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ def __init__(
self.training_script = training_script

# wandb
self.wandb = wandb
self.wandb = env_args.wandb
self.wandb = False

# if model already_fp16, OPT 1.3B
self.already_fp16 = already_fp16
Expand Down

0 comments on commit acbb969

Please sign in to comment.