Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1005 Bytes

install.md

File metadata and controls

25 lines (19 loc) · 1005 Bytes

Preparation

  • OS에 따라서 Python 환경을 준비하자.
    • Windows: winget
    • Macos: brew
  • Torch 웹사이트에서 적합한 설치 방법을 선택하자.
    • Start Locally | PyTorch
    • cuda 버전이 궁금한 경우 터미널에 nvidia-smi 를 실행하자.
    • torch도 conda로 깔 수 있으나, 버전 등에서 불리하다. 그냥 pip로 깔자.
  • Jupyter 환경
    • 주피터 설치 Jupyter :: Anaconda.org
    • VS Code 세팅
      • 커널 선택만 잘 해주면 된다. F1 > "Python 인터프리터 선택" > 해당 커널 선택

Testing

Calculating device

anarinsk/test_pytorch-install: testing installing pytorch (github.com)

Testing torch with MNIST

Quickstart — PyTorch Tutorials 2.0.0+cu117 documentation

  • m1 + macos
  • x86 + windows 11