Skip to content

Commit b0d618b

Browse files
committed
fix torch version in windows install
1 parent ba2d789 commit b0d618b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/windows_11_trainer_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note: This tutorial assume you have a suitable GPU and CUDA already setup.
1111
6. pyenv global 3.10.11
1212
7. pyenv version
1313
8. python -c "import sys; print(sys.executable)"
14-
9. pip install torch==2.3.0 torchvision==0.18.0 --index-url https://download.pytorch.org/whl/cu124
14+
9. pip install torch==2.6.0+cu124 torchvision==0.21.0+cu124 --index-url https://download.pytorch.org/whl/cu124
1515
10. pip install root-painter-trainer
1616
11. start-trainer
1717
12. You will be prompted to input the RootPainter Sync directory. You can just type root_painter_sync and press enter.

0 commit comments

Comments
 (0)