Skip to content

Commit d10777b

Browse files
committed
update version and windows install isntructions
1 parent b0d618b commit d10777b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/windows_11_trainer_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note: This tutorial assume you have a suitable GPU and CUDA already setup.
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
15-
10. pip install root-painter-trainer
15+
10. pip install root-painter-trainer==0.2.27.4
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.
1818
13. 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).

trainer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "root_painter_trainer"
3-
version = "0.2.27.3"
3+
version = "0.2.27.4"
44
description = "Trainer (server component) for RootPainter"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)