forked from usnistgov/dioptra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev-pytorch.in
10 lines (10 loc) · 1.28 KB
/
requirements-dev-pytorch.in
1
2
3
4
5
6
7
8
9
10
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
detectron2==0.6; sys_platform == 'linux' and python_version == '3.9' and platform_machine == 'x86_64'
pytorch-lightning; python_version == '3.9'
torch==1.10.2+cpu; (sys_platform == 'win32' or sys_platform == 'linux') and python_version == '3.9' and (platform_machine == 'x86_64' or platform_machine == 'amd64' or platform_machine == 'AMD64')
torchaudio==0.10.2+cpu; (sys_platform == 'win32' or sys_platform == 'linux') and python_version == '3.9' and (platform_machine == 'x86_64' or platform_machine == 'amd64' or platform_machine == 'AMD64')
torchvision==0.11.3+cpu; (sys_platform == 'win32' or sys_platform == 'linux') and python_version == '3.9' and (platform_machine == 'x86_64' or platform_machine == 'amd64' or platform_machine == 'AMD64')
torch==1.10.2; python_version == '3.9' and (sys_platform == 'darwin' or (sys_platform == 'linux' and platform_machine == 'aarch64'))
torchaudio==0.10.2; python_version == '3.9' and (sys_platform == 'darwin' or (sys_platform == 'linux' and platform_machine == 'aarch64'))
torchvision==0.11.3; python_version == '3.9' and (sys_platform == 'darwin' or (sys_platform == 'linux' and platform_machine == 'aarch64'))