We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e989938 commit ba2d789Copy full SHA for ba2d789
docs/windows_11_trainer_install.md
@@ -11,7 +11,7 @@ Note: This tutorial assume you have a suitable GPU and CUDA already setup.
11
6. pyenv global 3.10.11
12
7. pyenv version
13
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
+9. pip install torch==2.3.0 torchvision==0.18.0 --index-url https://download.pytorch.org/whl/cu124
15
10. pip install root-painter-trainer
16
11. start-trainer
17
12. You will be prompted to input the RootPainter Sync directory. You can just type root_painter_sync and press enter.
0 commit comments