Skip to content

Commit

Permalink
update mcli config
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 25, 2023
1 parent 27dd512 commit aec449c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions configs/mcli/v1-mix-medium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ integrations:
pip_install: -e .[all]
ssh_clone: true
command: |-
export OMP_NUM_THREADS=8
export PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:128
cd LLM
torchrun \
--master_addr $MASTER_ADDR \
Expand All @@ -19,11 +21,3 @@ command: |-
--nproc_per_node 8 \
scripts/train.py configs/v1-mix-medium-mcli.yaml \
--run_name=v1-mix-medium
env_variables:
- name: omp_num_threads
key: OMP_NUM_THREADS
value: '8'
env_variables:
- name: pytorch_cuda_alloc_conf
key: PYTORCH_CUDA_ALLOC_CONF
value: max_split_size_mb:128

0 comments on commit aec449c

Please sign in to comment.