Skip to content

Commit

Permalink
Correct distributed_type in the accelerate test. (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Cromar <[email protected]>
  • Loading branch information
vanbasten23 and will-cromar authored Feb 16, 2024
1 parent 7475e2a commit 17f33c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/legacy_test/tests/pytorch/nightly/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ local volumes = import 'templates/volumes.libsonnet';
mkdir -p ~/.cache/huggingface/accelerate/
cat > ~/.cache/huggingface/accelerate/default_config.yaml << 'HF_CONFIG_EOF'
compute_environment: LOCAL_MACHINE
distributed_type: TPU
distributed_type: XLA
downcast_bf16: 'no'
machine_rank: 0
main_training_function: main
Expand Down

0 comments on commit 17f33c0

Please sign in to comment.