Skip to content

Commit

Permalink
remove device train grad accum
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed Apr 22, 2024
1 parent adfa165 commit 2c1f4d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ class TrainConfig:
# Resumption
autoresume: bool = False

# Gradient accumulation
device_train_grad_accum: Optional[int] = None

# Profiling
profiler: Optional[Dict[str, Any]] = None

Expand Down

0 comments on commit 2c1f4d6

Please sign in to comment.