Skip to content

Commit ba2d789

Browse files
committed
update install instructions on windows to use new torch version
1 parent e989938 commit ba2d789

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==1.13.1+cu117 torchvision==0.14.1+cu117 --index-url https://download.pytorch.org/whl/cu117
14+
9. pip install torch==2.3.0 torchvision==0.18.0 --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)