File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ sphinx:
2222python :
2323 install :
2424 # Install PyTorch CPU version first
25+ - requirements : requirements/requirements_cpu.txt
2526 - requirements : docs/requirements.txt
2627 - requirements : requirements/requirements.txt
Original file line number Diff line number Diff line change 1-
2- --index-url https://download.pytorch.org/whl/cpu
31furo >= 2022.12.7
42myst-nb >= 0.17.1
53myst-parser >= 0.18.1
64sphinx-copybutton >= 0.5.1
75sphinx-design >= 0.3.0
86sphinx-toolbox >= 3.2.0
9- torch
10- torchvision
Original file line number Diff line number Diff line change 1- # torch installation
2- --index-url https://download.pytorch.org/whl/cu126; sys_platform != "darwin"
31aiohttp >= 3.8.1
42albumentations >= 1.3.0
53bokeh >= 3.1.1 , < 3.6.0
Original file line number Diff line number Diff line change 1+ --index-url https://download.pytorch.org/whl/cpu
2+ torch
3+ torchvision
You can’t perform that action at this time.
0 commit comments