We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e495df + 8330745 commit a75f494Copy full SHA for a75f494
docs/windows_11_trainer_install.md
@@ -7,8 +7,8 @@ Note: This tutorial assume you have a suitable GPU and CUDA already setup.
7
2. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
8
3. Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win/master/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; &"./install-pyenv-win.ps1"
9
4. Close and reopen powershell as administrator.
10
-5. pyenv install 3.10.11
11
-6. pyenv global 3.10.11
+5. pyenv install 3.11.9
+6. pyenv global 3.11.9
12
7. pyenv version
13
8. python -c "import sys; print(sys.executable)"
14
9. pip install torch==2.6.0+cu124 torchvision==0.21.0+cu124 --index-url https://download.pytorch.org/whl/cu124
0 commit comments