Skip to content

Commit a019d62

Browse files
authored
Update windows_11_trainer_install.md
1 parent b68a6b3 commit a019d62

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/windows_11_trainer_install.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Installing the RootPainter trainer (server) on windows 11.
33

4+
Note: This tutorial assume you have a suitable GPU and CUDA already setup.
5+
46
1. Open powershell as administrator
57
2. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
68
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,9 +11,10 @@
911
6. pyenv global 3.10.11
1012
7. pyenv version
1113
8. python -c "import sys; print(sys.executable)"
12-
9. cd Desktop
13-
10. pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --index-url https://download.pytorch.org/whl/cu117
14-
11. pip install root-painter-trainer
15-
12. start-trainer
16-
13. You will be prompted to input the RootPainter Sync directory. You can just type root_painter_sync and press enter.
17-
14. The trainer should now be running and it should tell you your batch size (should be above 0) and if the GPU is available or not (It should say True).
14+
9. cd $env:USERPROFILE
15+
10. cd Desktop
16+
11. pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --index-url https://download.pytorch.org/whl/cu117
17+
12. pip install root-painter-trainer
18+
13. start-trainer
19+
14. You will be prompted to input the RootPainter Sync directory. You can just type root_painter_sync and press enter.
20+
15. The trainer should now be running and it should tell you your batch size (should be above 0) and if the GPU is available or not (It should say True).

0 commit comments

Comments
 (0)