ykzhang721 commited on
Commit
d437286
·
verified ·
1 Parent(s): e78f4d1

Upload train4.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train4.py +1 -1
train4.py CHANGED
@@ -219,7 +219,7 @@ def fsdp_main(args):
219
  rank = int(os.environ['RANK'])
220
  world_size = int(os.environ['WORLD_SIZE'])
221
  if args.use_wandb and rank == 0:
222
- wandb.init(entity="SemiNAT", project="SemiNAT-Debug", name=args.run_name)
223
 
224
  local_rank = int(os.environ['LOCAL_RANK'])
225
  device = f"cuda:{local_rank}"
 
219
  rank = int(os.environ['RANK'])
220
  world_size = int(os.environ['WORLD_SIZE'])
221
  if args.use_wandb and rank == 0:
222
+ wandb.init(entity="SemiNAT", project="SemiNAT-SFT", name=args.run_name)
223
 
224
  local_rank = int(os.environ['LOCAL_RANK'])
225
  device = f"cuda:{local_rank}"