accelerate: leave value as part of the command (#11948)

This commit is contained in:
Vitor Henrique
2023-12-31 04:14:34 -03:00
committed by GitHub
parent dc1569dca1
commit 8810d911fe
4 changed files with 4 additions and 4 deletions

View File

@@ -25,4 +25,4 @@
- Run a model on multi-GPU with Accelerate, with 2 machines:
`accelerate launch {{path/to/script.py}} --multi_gpu --num_machines {{2}}`
`accelerate launch {{path/to/script.py}} --multi_gpu --num_machines 2`