Skip to content

Commit 8330745

Browse files
authored
Update windows_11_trainer_install.md python version.
1 parent d10777b commit 8330745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows_11_trainer_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Note: This tutorial assume you have a suitable GPU and CUDA already setup.
77
2. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
88
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"
99
4. Close and reopen powershell as administrator.
10-
5. pyenv install 3.10.11
11-
6. pyenv global 3.10.11
10+
5. pyenv install 3.11.9
11+
6. pyenv global 3.11.9
1212
7. pyenv version
1313
8. python -c "import sys; print(sys.executable)"
1414
9. pip install torch==2.6.0+cu124 torchvision==0.21.0+cu124 --index-url https://download.pytorch.org/whl/cu124

0 commit comments

Comments
 (0)