Skip to content

Commit

Permalink
Merge branch 'main' into packing-resumption
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jun 13, 2024
2 parents 2098118 + c30856f commit 1063a5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: "2.3.0_cu121_flash2_aws"
base_image: mosaicml/pytorch:2.3.0_cu121-python3.11-ubuntu20.04-aws
dep_groups: "[gpu-flash2]"
- name: "2.3.1_cu121"
base_image: mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20.04
dep_groups: "[gpu]"
- name: "2.3.1_cu121_aws"
base_image: mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20.04-aws
dep_groups: "[gpu]"
steps:
- name: Maximize Build Space on Worker
uses: easimon/maximize-build-space@v4
Expand Down
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 1063a5d

Please sign in to comment.