Change GPUS to GPUs (#36945)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
湛露先生
2025-03-26 00:25:39 +08:00
committed by GitHub
parent 69632aadb7
commit ebd2029483
8 changed files with 9 additions and 9 deletions

View File

@@ -209,7 +209,7 @@ th 56 \
```
### Multi-GPU Evaluation
here is a command to run xsum evaluation on 8 GPUS. It is more than linearly faster than run_eval.py in some cases
here is a command to run xsum evaluation on 8 GPUs. It is more than linearly faster than run_eval.py in some cases
because it uses SortishSampler to minimize padding. You can also use it on 1 GPU. `data_dir` must have
`{type_path}.source` and `{type_path}.target`. Run `./run_distributed_eval.py --help` for all clargs.