File size: 4,650 Bytes
3bfe3dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
<!--Copyright 2025 The HuggingFace Team. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
โ ๏ธ Note that this file is in Markdown but contains specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->
# ๊ฐ์๊ธฐ ์ ํ [[accelerator-selection]]
๋ถ์ฐ ํ๋ จ ์ค์ ์ฌ์ฉํ ๊ฐ์๊ธฐ(CUDA, XPU, MPS, HPU ๋ฑ)์ ์์ ์์๋ฅผ ์ง์ ํ ์ ์์ต๋๋ค. ์ด๋ ์๋ก ๋ค๋ฅธ ์ฐ์ฐ ์ฑ๋ฅ์ ๊ฐ์ง ๊ฐ์๊ธฐ๊ฐ ์๊ณ ๋ ๋น ๋ฅธ ๊ฐ์๊ธฐ๋ฅผ ๋จผ์ ์ฌ์ฉํ๊ณ ์ถ์ ๋ ์ ์ฉํ ์ ์์ต๋๋ค. ๋๋ ์ฌ์ฉ ๊ฐ๋ฅํ ๊ฐ์๊ธฐ ์ค ์ผ๋ถ๋ง ์ฌ์ฉํ ์๋ ์์ต๋๋ค. ์ ํ ๊ณผ์ ์ [DistributedDataParallel](https://pytorch.org/docs/stable/generated/torch.nn.parallel.DistributedDataParallel.html)๊ณผ [DataParallel](https://pytorch.org/docs/stable/generated/torch.nn.DataParallel.html) ๋ชจ๋์์ ์๋ํฉ๋๋ค. Accelerate๋ [DeepSpeed integration](./main_classes/deepspeed)์ด ํ์ํ์ง ์์ต๋๋ค.
์ด ๊ฐ์ด๋๋ ์ฌ์ฉํ ๊ฐ์๊ธฐ์ ์์ ์ฌ์ฉ ์์๋ฅผ ์ ํํ๋ ๋ฐฉ๋ฒ์ ๋ณด์ฌ์ค๋๋ค.
## ๊ฐ์๊ธฐ ์ [[number-of-accelerators]]
์๋ฅผ ๋ค์ด, 4๊ฐ์ ๊ฐ์๊ธฐ๊ฐ ์๊ณ ์ฒ์ 2๊ฐ๋ง ์ฌ์ฉํ๊ณ ์ถ๋ค๋ฉด ์๋ ๋ช
๋ น์ ์คํํ์ธ์.
<hfoptions id="select-accelerator">
<hfoption id="torchrun">
`--nproc_per_node`๋ฅผ ์ฌ์ฉํ์ฌ ์ฌ์ฉํ ๊ฐ์๊ธฐ ์๋ฅผ ์ ํํ์ธ์.
```bash
torchrun --nproc_per_node=2 trainer-program.py ...
```
</hfoption>
<hfoption id="Accelerate">
`--num_processes`๋ฅผ ์ฌ์ฉํ์ฌ ์ฌ์ฉํ ๊ฐ์๊ธฐ ์๋ฅผ ์ ํํ์ธ์.
```bash
accelerate launch --num_processes 2 trainer-program.py ...
```
</hfoption>
<hfoption id="DeepSpeed">
`--num_gpus`๋ฅผ ์ฌ์ฉํ์ฌ ์ฌ์ฉํ GPU ์๋ฅผ ์ ํํ์ธ์.
```bash
deepspeed --num_gpus 2 trainer-program.py ...
```
</hfoption>
</hfoptions>
## ๊ฐ์๊ธฐ ์์ [[order-of-accelerators]]
์ฌ์ฉํ ํน์ ๊ฐ์๊ธฐ์ ๊ทธ ์์๋ฅผ ์ ํํ๋ ค๋ฉด ํ๋์จ์ด์ ์ ํฉํ ํ๊ฒฝ ๋ณ์๋ฅผ ์ฌ์ฉํ์ธ์. ์ด๋ ๊ฐ ์คํ๋ง๋ค ๋ช
๋ น์ค์์ ์ค์ ๋๋ ๊ฒฝ์ฐ๊ฐ ๋ง์ง๋ง, `~/.bashrc`๋ ๋ค๋ฅธ ์์ ์ค์ ํ์ผ์ ์ถ๊ฐํ ์๋ ์์ต๋๋ค.
์๋ฅผ ๋ค์ด, 4๊ฐ์ ๊ฐ์๊ธฐ(0, 1, 2, 3)๊ฐ ์๊ณ ๊ฐ์๊ธฐ 0๊ณผ 2๋ง ์คํํ๊ณ ์ถ๋ค๋ฉด:
<hfoptions id="accelerator-type">
<hfoption id="CUDA">
```bash
CUDA_VISIBLE_DEVICES=0,2 torchrun trainer-program.py ...
```
GPU 0๊ณผ 2๋ง PyTorch์ "๋ณด์ด๋ฉฐ" ๊ฐ๊ฐ `cuda:0`๊ณผ `cuda:1`๋ก ๋งคํ๋ฉ๋๋ค.
์์๋ฅผ ๋ฐ๊พธ๋ ค๋ฉด (GPU 2๋ฅผ `cuda:0`์ผ๋ก, GPU 0์ `cuda:1`๋ก ์ฌ์ฉ):
```bash
CUDA_VISIBLE_DEVICES=2,0 torchrun trainer-program.py ...
```
GPU ์์ด ์คํํ๋ ค๋ฉด:
```bash
CUDA_VISIBLE_DEVICES= python trainer-program.py ...
```
`CUDA_DEVICE_ORDER`๋ฅผ ์ฌ์ฉํ์ฌ CUDA ์ฅ์น ์์๋ฅผ ์ ์ดํ ์๋ ์์ต๋๋ค:
- PCIe ๋ฒ์ค ID ์์๋ก ์ ๋ ฌ (`nvidia-smi`์ ์ผ์น):
```bash
$hf_i18n_placeholder21export CUDA_DEVICE_ORDER=PCI_BUS_ID
```
- ์ฐ์ฐ ์ฑ๋ฅ ์์๋ก ์ ๋ ฌ (๊ฐ์ฅ ๋น ๋ฅธ ๊ฒ๋ถํฐ):
```bash
export CUDA_DEVICE_ORDER=FASTEST_FIRST
```
</hfoption>
<hfoption id="Intel XPU">
```bash
ZE_AFFINITY_MASK=0,2 torchrun trainer-program.py ...
```
XPU 0๊ณผ 2๋ง PyTorch์ "๋ณด์ด๋ฉฐ" ๊ฐ๊ฐ `xpu:0`๊ณผ `xpu:1`๋ก ๋งคํ๋ฉ๋๋ค.
์์๋ฅผ ๋ฐ๊พธ๋ ค๋ฉด (XPU 2๋ฅผ `xpu:0`์ผ๋ก, XPU 0์ `xpu:1`๋ก ์ฌ์ฉ):
```bash
ZE_AFFINITY_MASK=2,0 torchrun trainer-program.py ...
```
๋ค์์ผ๋ก Intel XPU ์์๋ฅผ ์ ์ดํ ์๋ ์์ต๋๋ค:
```bash
export ZE_ENABLE_PCI_ID_DEVICE_ORDER=1
```
Intel XPU์ ์ฅ์น ์ด๊ฑฐ ๋ฐ ์ ๋ ฌ์ ๋ํ ์์ธํ ์ ๋ณด๋ [Level Zero](https://github.com/oneapi-src/level-zero/blob/master/README.md?plain=1#L87) ๋ฌธ์๋ฅผ ์ฐธ์กฐํ์ธ์.
</hfoption>
</hfoptions>
> [!WARNING]
> ํ๊ฒฝ ๋ณ์๋ ๋ช
๋ น์ค์ ์ถ๊ฐํ๋ ๋์ exportํ ์ ์์ต๋๋ค. ํ๊ฒฝ ๋ณ์๊ฐ ์ด๋ป๊ฒ ์ค์ ๋์๋์ง ์์ด๋ฒ๋ฆฌ๊ณ ๊ฒฐ๊ตญ ์๋ชป๋ ๊ฐ์๊ธฐ๋ฅผ ์ฌ์ฉํ๊ฒ ๋ ์ ์์ด ํผ๋์ค๋ฌ์ธ ์ ์์ผ๋ฏ๋ก ๊ถ์ฅํ์ง ์์ต๋๋ค. ๋์ , ๋์ผํ ๋ช
๋ น์ค์์ ํน์ ํ๋ จ ์คํ์ ๋ํด ํ๊ฒฝ ๋ณ์๋ฅผ ์ค์ ํ๋ ๊ฒ์ด ์ผ๋ฐ์ ์ธ ๊ด๋ก์
๋๋ค.
``` |