Skip to content

Commit 82bd2df

Browse files
authored
Update main.py
1 parent 08f1914 commit 82bd2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eagle/traineagle3/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __call__(self, features: List[Dict[str, Any]]) -> Dict[str, Any]:
223223
if global_rank == 0:
224224
import wandb
225225

226-
wandb.login(key="0e62d8630ec46675d4065debb15119367581e674")
226+
wandb.login(key="")
227227
wandb.init(project="l382", entity="yuhui-li", config=ds_config)
228228

229229
os.makedirs(args.savedir, exist_ok=True)

0 commit comments

Comments
 (0)