Skip to content

Commit

Permalink
Translate PyTorch installation guide on Windows system.
Browse files Browse the repository at this point in the history
  • Loading branch information
YunjinJo committed Dec 21, 2022
1 parent 3d893d4 commit 7b230bb
Showing 1 changed file with 47 additions and 48 deletions.
95 changes: 47 additions & 48 deletions _get_started/installation/windows.md
Original file line number Diff line number Diff line change
@@ -1,107 +1,106 @@
# Installing on Windows
# Windows์— ์„ค์น˜ํ•˜๊ธฐ
{:.no_toc}

PyTorch๋Š” ์—ฌ๋Ÿฌ ๋ฒ„์ „์˜ Windows์— ์„ค์น˜ํ•˜๊ณ  ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์‹œ์Šคํ…œ๊ณผ ์ปดํ“จํ„ฐ์˜ ์‚ฌ์–‘์— ์˜ํ•ด Windows์—์„œ PyTorch๋ฅผ ์‚ฌ์šฉํ•˜๋Š” ๊ฒฝํ—˜์ด ์ฒ˜๋ฆฌ ์‹œ๊ฐ„์— ๋”ฐ๋ผ ๊ฐˆ๋ฆด ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ํ•„์ˆ˜๋Š” ์•„๋‹ˆ์ง€๋งŒ, PyTorch์˜ [CUDA](https://developer.nvidia.com/cuda-zone) [์ง€์›](https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html?highlight=cuda#cuda-tensors)์˜ ๋ชจ๋“  ์„ฑ๋Šฅ์„ ์ด์šฉํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” NVIDIA GPU๋ฅผ ์‚ฌ์šฉํ•˜๋Š” Windows ์‹œ์Šคํ…œ์„ ์‚ฌ์šฉํ•˜๋Š”๊ฒƒ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค.

PyTorch can be installed and used on various Windows distributions. Depending on your system and compute requirements, your experience with PyTorch on Windows may vary in terms of processing time. It is recommended, but not required, that your Windows system has an NVIDIA GPU in order to harness the full power of PyTorch's [CUDA](https://developer.nvidia.com/cuda-zone) [support](https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html?highlight=cuda#cuda-tensors).

## Prerequisites
## ์„ ์ˆ˜์‚ฌํ•ญ
{: #windows-prerequisites}

### Supported Windows Distributions
### ์ง€์› Windows ๋ฒ„์ „

PyTorch is supported on the following Windows distributions:
ํŒŒ์ดํ† ์น˜๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™์€ Windows ๋ฒ„์ „์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.

* [Windows](https://www.microsoft.com/en-us/windows) 7 and greater; [Windows 10](https://www.microsoft.com/en-us/software-download/windows10ISO) or greater recommended.
* [Windows Server 2008](https://docs.microsoft.com/en-us/windows-server/windows-server) r2 and greater
* [Windows](https://www.microsoft.com/en-us/windows) 7 ๊ทธ๋ฆฌ๊ณ  ๊ทธ ์ด์ƒ; [Windows 10](https://www.microsoft.com/en-us/software-download/windows10ISO) ๋˜๋Š” ๊ทธ ์ด์ƒ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค.
* [Windows Server 2008](https://docs.microsoft.com/en-us/windows-server/windows-server) r2 ๊ทธ๋ฆฌ๊ณ  ๊ทธ ์ด์ƒ

> The install instructions here will generally apply to all supported Windows distributions. The specific examples shown will be run on a Windows 10 Enterprise machine
> ์—ฌ๊ธฐ ๋‚˜์™€์žˆ๋Š” ์„ค์น˜ ๋ฐฉ๋ฒ•์€ ๋Œ€๋ถ€๋ถ„์˜ Windows ๋ฒ„์ „์— ์ ์šฉ๋ฉ๋‹ˆ๋‹ค. ํ‘œ์‹œ๋œ ํŠน์ • ์˜ˆ์‹œ๋Š” Windows 10 Enterprise ์žฅ์น˜์—์„œ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค.
### Python
{: #windows-python}

Currently, PyTorch on Windows only supports Python 3.7-3.9; Python 2.x is not supported.
ํ˜„์žฌ Windows์—์„œ ๋™์ž‘ํ•˜๋Š” PyTorch๋Š” ์˜ค์ง Python 3.7-3.9 ๋ฒ„์ „์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค. Python 2.x ๋ฒ„์ „์€ ์ง€์›ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.

As it is not installed by default on Windows, there are multiple ways to install Python:
Windows์— ๊ธฐ๋ณธ์ ์œผ๋กœ ์„ค์น˜๋˜์–ด์žˆ์ง€ ์•Š๊ธฐ์—, ์—ฌ๋Ÿฌ ๋ฐฉ์‹์œผ๋กœ Python์„ ์„ค์น˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

* [Chocolatey](https://chocolatey.org/)
* [Python website](https://www.python.org/downloads/windows/)
* [Anaconda](#anaconda)

> If you use Anaconda to install PyTorch, it will install a sandboxed version of Python that will be used for running PyTorch applications.
> ๋งŒ์•ฝ PyTorch๋ฅผ ์„ค์น˜ํ•˜๊ธฐ ์œ„ํ•ด Anaconda๋ฅผ ์‚ฌ์šฉํ•œ๋‹ค๋ฉด, PyTorch ์–ดํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ์‹คํ–‰ํ•˜๊ธฐ ์œ„ํ•œ ์ƒŒ๋“œ๋ฐ•์Šค ๋ฒ„์ „์˜ Python์ด ์„ค์น˜๋ฉ๋‹ˆ๋‹ค.
> If you decide to use Chocolatey, and haven't installed Chocolatey yet, ensure that you are [running your command prompt as an administrator](https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/).
> ๋งŒ์•ฝ Chocolatey๋ฅผ ์‚ฌ์šฉํ•œ๋‹ค๋ฉด, ๊ทธ๋ฆฌ๊ณ  ์ด์ „์— Chocolatey๋ฅผ ์„ค์น˜ํ•˜์ง€ ์•Š์•˜๋‹ค๋ฉด, [๋ช…๋ น์–ด ํ”„๋กฌํ”„ํŠธ๋ฅผ ๊ด€๋ฆฌ์ž ๊ถŒํ•œ์œผ๋กœ ์‹คํ–‰](https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/)ํ–ˆ๋Š”์ง€ ํ™•์ธํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
For a Chocolatey-based install, run the following command in an [administrative command prompt](https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/):
Chocolatey ๊ธฐ๋ฐ˜์˜ ์„ค์น˜๋ฅผ ์œ„ํ•ด, ๋‹ค์Œ ๋ช…๋ น์–ด๋ฅผ [๊ด€๋ฆฌ์ž ๊ถŒํ•œ ํ”„๋กฌํ”„ํŠธ](https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/)์—์„œ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค:

```bash
choco install python
```

### Package Manager
### ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €
{: #windows-package-manager}

To install the PyTorch binaries, you will need to use at least one of two supported package managers: [Anaconda](https://www.anaconda.com/download/#windows) and [pip](https://pypi.org/project/pip/). Anaconda is the recommended package manager as it will provide you all of the PyTorch dependencies in one, sandboxed install, including Python and `pip.`
PyTorch ๋ฐ”์ด๋„ˆ๋ฆฌ๋ฅผ ์„ค์น˜ํ•˜๊ธฐ ์œ„ํ•ด, ์ ์–ด๋„ ๋‘˜ ์ค‘ ํ•˜๋‚˜ ์ด์ƒ์˜ ์ง€์›๋˜๋Š” ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. [Anaconda](https://www.anaconda.com/download/#windows) ๊ทธ๋ฆฌ๊ณ  [pip](https://pypi.org/project/pip/) ์ž…๋‹ˆ๋‹ค. ๊ถŒ์žฅ๋˜๋Š” ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๋Š” Anaconda์ด๋ฉฐ, Python๊ณผ `pip`๋ฅผ ํฌํ•จํ•œ PyTorch์˜ ๋ชจ๋“  ์˜์กด์„ฑ์„ ํ•œ๋ฒˆ์—, ์ƒŒ๋“œ๋ฐ•์Šค๋กœ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.

#### Anaconda

To install Anaconda, you will use the [64-bit graphical installer](https://www.anaconda.com/download/#windows) for PyTorch 3.x. Click on the installer link and select `Run`. Anaconda will download and the installer prompt will be presented to you. The default options are generally sane.
Anaconda๋ฅผ ์„ค์น˜ํ•˜๊ธฐ ์œ„ํ•ด, PyTorch3.x ์˜ [64-bit GUI ์„ค์น˜๊ธฐ](https://www.anaconda.com/download/#windows)๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ์„ค์น˜๊ธฐ ๋งํฌ๋ฅผ ํด๋ฆญํ•œ ํ›„ `์‹คํ–‰`์„ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค. Anaconda๋ฅผ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ์„ค์น˜๊ธฐ ํ”„๋กฌํ”„ํŠธ๊ฐ€ ๋‚˜ํƒ€๋‚ฉ๋‹ˆ๋‹ค. ๊ธฐ๋ณธ ์˜ต์…˜์€ ์ผ๋ฐ˜์ ์œผ๋กœ ๊ฐ™์Šต๋‹ˆ๋‹ค.

#### pip

If you installed Python by any of the recommended ways [above](#windows-python), [pip](https://pypi.org/project/pip/) will have already been installed for you.
๋งŒ์•ฝ [์œ„์˜](#windows-python) ๊ถŒ์žฅ ์„ค์น˜ ๋ฐฉ๋ฒ•์œผ๋กœ Python์„ ์„ค์น˜ํ–ˆ๋‹ค๋ฉด, [pip](https://pypi.org/project/pip/) ๋Š” ์ด๋ฏธ ์„ค์น˜๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.

## Installation
## ์„ค์น˜
{: #windows-installation}

### Anaconda
{: #windows-anaconda}

To install PyTorch with Anaconda, you will need to open an Anaconda prompt via `Start | Anaconda3 | Anaconda Prompt`.

#### No CUDA
Anaconda๋ฅผ ์ด์šฉํ•ด PyTorch๋ฅผ ์„ค์น˜ํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š”, `Start | Anaconda3 | Anaconda Prompt` ๋ฅผ ํ†ตํ•ด Anaconda ํ”„๋กฌํ”„ํŠธ๋ฅผ ์—ด์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

To install PyTorch via Anaconda, and do not have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system or do not require CUDA, in the above selector, choose OS: Windows, Package: Conda and CUDA: None.
Then, run the command that is presented to you.
#### CUDA์—†์ด ์„ค์น˜

#### With CUDA
Acaconda๋ฅผ ํ†ตํ•ด PyTorch๋ฅผ ์„ค์น˜ํ•˜๊ณ , [CUDA๋ฅผ ์ง€์›ํ•˜๋Š”](https://developer.nvidia.com/cuda-zone) ์‹œ์Šคํ…œ์ด ์—†๊ฑฐ๋‚˜ CUDA๊ฐ€ ํ•„์š”ํ•˜์ง€ ์•Š๋‹ค๋ฉด, ์œ„์˜ ์„ ํƒ๊ธฐ์—์„œ OS: Windows, ํŒจํ‚ค์ง€: Conda, CUDA: None์„ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.
๊ทธ ํ›„ ๋‚˜ํƒ€๋‚˜๋Š” ๋ช…๋ น์–ด๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค.

To install PyTorch via Anaconda, and you do have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system, in the above selector, choose OS: Windows, Package: Conda and the CUDA version suited to your machine. Often, the latest CUDA version is better.
Then, run the command that is presented to you.
#### CUDAํฌํ•จ ์„ค์น˜

Anaconda๋ฅผ ํ†ตํ•ด PyTorch๋ฅผ ์„ค์น˜ํ•˜๊ณ , [CUDA๋ฅผ ์ง€์›ํ•˜๋Š”](https://developer.nvidia.com/cuda-zone) ์‹œ์Šคํ…œ์„ ๊ฐ–๊ณ  ์žˆ๋‹ค๋ฉด, ์œ„์˜ ์„ ํƒ๊ธฐ์—์„œ, OS: Windows, ํŒจํ‚ค์ง€: Conda, ์žฅ์น˜์— ์ ํ•ฉํ•œ CUDA ๋ฒ„์ „์„ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค. ์ฃผ๋กœ ์ตœ์‹  CUDA ๋ฒ„์ „์ด ๋” ์ข‹์Šต๋‹ˆ๋‹ค.
๊ทธ ํ›„ ๋‚˜ํƒ€๋‚˜๋Š” ๋ช…๋ น์–ด๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค.

### pip
{: #windows-pip}

#### No CUDA
#### CUDA์—†์ด ์„ค์น˜

To install PyTorch via pip, and do not have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system or do not require CUDA, in the above selector, choose OS: Windows, Package: Pip and CUDA: None.
Then, run the command that is presented to you.
pip๋ฅผ ํ†ตํ•ด PyTorch๋ฅผ ์„ค์น˜ํ•˜๊ณ , [CUDA๋ฅผ ์ง€์›ํ•˜๋Š”](https://developer.nvidia.com/cuda-zone) ์‹œ์Šคํ…œ์ด ์—†๊ฑฐ๋‚˜ CUDA๊ฐ€ ํ•„์š”ํ•˜์ง€ ์•Š๋‹ค๋ฉด, ์œ„์˜ ์„ ํƒ๊ธฐ์—์„œ OS: Windows, ํŒจํ‚ค์ง€: Pip, CUDA: None์„ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.
๊ทธ ํ›„ ๋‚˜ํƒ€๋‚˜๋Š” ๋ช…๋ น์–ด๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค.

#### With CUDA
#### CUDAํฌํ•จ ์„ค์น˜

To install PyTorch via pip, and do have a [CUDA-capable](https://developer.nvidia.com/cuda-zone) system, in the above selector, choose OS: Windows, Package: Pip and the CUDA version suited to your machine. Often, the latest CUDA version is better.
Then, run the command that is presented to you.
pip ํ†ตํ•ด PyTorch๋ฅผ ์„ค์น˜ํ•˜๊ณ , [CUDA๋ฅผ ์ง€์›ํ•˜๋Š”](https://developer.nvidia.com/cuda-zone) ์‹œ์Šคํ…œ์„ ๊ฐ–๊ณ  ์žˆ๋‹ค๋ฉด, ์œ„์˜ ์„ ํƒ๊ธฐ์—์„œ, OS: Windows, ํŒจํ‚ค์ง€: Pip, ์žฅ์น˜์— ์ ํ•ฉํ•œ CUDA ๋ฒ„์ „์„ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค. ์ฃผ๋กœ ์ตœ์‹  CUDA ๋ฒ„์ „์ด ๋” ์ข‹์Šต๋‹ˆ๋‹ค.
๊ทธ ํ›„ ๋‚˜ํƒ€๋‚˜๋Š” ๋ช…๋ น์–ด๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค.


## Verification
## ํ™•์ธ
{: #windows-verification}

To ensure that PyTorch was installed correctly, we can verify the installation by running sample PyTorch code. Here we will construct a randomly initialized tensor.
PyTorch๊ฐ€ ์ •์ƒ์ ์œผ๋กœ ์„ค์น˜๋˜์—ˆ๋Š”์ง€ ํ™•์ธํ•˜๊ธฐ ์œ„ํ•ด, ์˜ˆ์ œ PyTorch ์ฝ”๋“œ๋ฅผ ์‹คํ–‰์‹œ์ผœ ์„ค์น˜๋ฅผ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์•„๋ž˜ ์ฝ”๋“œ๋กœ ๋ฌด์ž‘์œ„๋กœ ์ดˆ๊ธฐํ™”๋˜๋Š” ํ…์„œ๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค.

๋ช…๋ น์ค„์— ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

From the command line, type:

```bash
python
```

then enter the following code:
์ดํ›„ ๋‹ค์Œ์˜ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•ฉ๋‹ˆ๋‹ค.

```python
import torch
x = torch.rand(5, 3)
print(x)
```

The output should be something similar to:
์ถœ๋ ฅ์€ ๋‹ค์Œ๊ณผ ๋น„์Šทํ•˜๊ฒŒ ๋‚˜์˜ต๋‹ˆ๋‹ค.

```
tensor([[0.3380, 0.3845, 0.3217],
Expand All @@ -111,24 +110,24 @@ tensor([[0.3380, 0.3845, 0.3217],
[0.4675, 0.3947, 0.1426]])
```

Additionally, to check if your GPU driver and CUDA is enabled and accessible by PyTorch, run the following commands to return whether or not the CUDA driver is enabled:
์ถ”๊ฐ€๋กœ, PyTorch๋กœ GPU ๋“œ๋ผ์ด๋ฒ„์™€ CUDA๋ฅผ ํ™œ์„ฑํ™” ๋ฐ ์ ‘๊ทผ ๊ฐ€๋Šฅํ•œ์ง€ ํ™•์ธํ•˜๊ธฐ ์œ„ํ•ด, ์•„๋ž˜ ๋ช…๋ น์–ด๋ฅผ ์‹คํ–‰ํ•˜์—ฌ CUDA ๋“œ๋ผ์ด๋ฒ„๊ฐ€ ํ™œ์„ฑํ™”๋˜๋Š”์ง€ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.

```python
import torch
torch.cuda.is_available()
```

## Building from source
## ์†Œ์Šค์—์„œ ๋นŒ๋“œํ•˜๊ธฐ
{: #windows-from-source}

For the majority of PyTorch users, installing from a pre-built binary via a package manager will provide the best experience. However, there are times when you may want to install the bleeding edge PyTorch code, whether for testing or actual development on the PyTorch core. To install the latest PyTorch code, you will need to [build PyTorch from source](https://github.com/pytorch/pytorch#from-source).
๋Œ€๋‹ค์ˆ˜์˜ PyTorch ์‚ฌ์šฉ์ž๋ฅผ ์œ„ํ•ด, ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๋ฅผ ํ†ตํ•œ ๋ฏธ๋ฆฌ ๋นŒ๋“œ๋œ ๋ฐ”์ด๋„ˆ๋ฆฌ๋ฅผ ์„ค์น˜ํ•˜๋Š”๊ฒƒ์ด ์ตœ๊ณ ์˜ ๊ฒฝํ—˜์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ํ•˜์ง€๋งŒ, ๊ฐ€์žฅ ์ตœ์‹ (bleeding edge)์˜ PyTorch ์ฝ”๋“œ๋ฅผ ์„ค์น˜ํ•˜๊ธฐ ์›ํ•˜๊ฑฐ๋‚˜, ํ…Œ์ŠคํŠธ ๋˜๋Š” PyTorch์˜ ์ฝ”์–ด์˜ ์‹ค์ œ ๊ฐœ๋ฐœ์ด ํ•„์š”ํ•  ๋•Œ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค. ์ตœ์‹  PyTorch ์ฝ”๋“œ๋ฅผ ์„ค์น˜ํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š”, [์†Œ์Šค์—์„œ PyTorch๋ฅผ ๋นŒ๋“œ](https://github.com/pytorch/pytorch#from-source)ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

### Prerequisites
### ์„ ์ˆ˜์‚ฌํ•ญ
{: #windows-prerequisites-2}

1. Install [Anaconda](#anaconda)
2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus).
3. If you want to build on Windows, Visual Studio with MSVC toolset, and NVTX are also needed. The exact requirements of those dependencies could be found out [here](https://github.com/pytorch/pytorch#from-source).
4. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source)
1. [Anaconda](#anaconda)๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.
2. ๋งŒ์•ฝ [CUDA๋ฅผ ์ง€์›ํ•˜๋Š” GPU](https://developer.nvidia.com/cuda-gpus)๋ฅผ ๊ฐ€์ง„ ์‹œ์Šคํ…œ์ด๋ฉด, [CUDA](https://developer.nvidia.com/cuda-downloads)๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.
3. ๋งŒ์•ฝ Windows์—์„œ ๋นŒ๋“œํ•œ๋‹ค๋ฉด, MSVC ํˆด์…‹์„ ํฌํ•จํ•œ Visual Studio์™€ NVTX๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. ์˜์กด์„ฑ์— ๋Œ€ํ•œ ์ž์„ธํ•œ ์ค€๋น„์‚ฌํ•ญ์€ [์—ฌ๊ธฐ](https://github.com/pytorch/pytorch#from-source)์—์„œ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
4. ๋‹ค์Œ ๋งํฌ์˜ ์ง€์‹œ ์‚ฌํ•ญ์„ ๋”ฐ๋ฆ…๋‹ˆ๋‹ค: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source)

You can verify the installation as described [above](#windows-verification).
[์œ„์—](#windows-verification) ์„ค๋ช…ํ•œ๋Œ€๋กœ ์ œ๋Œ€๋กœ ์„ค์น˜๊ฐ€ ๋˜์—ˆ๋Š”์ง€ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

0 comments on commit 7b230bb

Please sign in to comment.