Skip to content

Commit

Permalink
Merge branch 'main' into add_registry_for_icl
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jun 13, 2024
2 parents 039a9a7 + c30856f commit af6c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class TrainConfig:

# Cuda allocation configuration
max_split_size_mb: Optional[int] = None
expandable_segments: bool = False
expandable_segments: bool = True
cuda_load_lazy: bool = False

# Distributed training parameters
Expand Down

0 comments on commit af6c08c

Please sign in to comment.