File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -461,11 +461,11 @@ def check_torch():
461
461
install (os .environ .get ('MKL_PACKAGE' , 'mkl==2024.0.0' ), 'mkl' )
462
462
install (os .environ .get ('DPCPP_PACKAGE' , 'mkl-dpcpp==2024.0.0' ), 'mkl-dpcpp' )
463
463
else :
464
- if sys .version_info [ 1 ] == 11 :
464
+ if sys .version_info . minor == 11 :
465
465
pytorch_pip = 'https://github.com/Nuullll/intel-extension-for-pytorch/releases/download/v2.1.10%2Bxpu/torch-2.1.0a0+cxx11.abi-cp311-cp311-win_amd64.whl'
466
466
torchvision_pip = 'https://github.com/Nuullll/intel-extension-for-pytorch/releases/download/v2.1.10%2Bxpu/torchvision-0.16.0a0+cxx11.abi-cp311-cp311-win_amd64.whl'
467
467
ipex_pip = 'https://github.com/Nuullll/intel-extension-for-pytorch/releases/download/v2.1.10%2Bxpu/intel_extension_for_pytorch-2.1.10+xpu-cp311-cp311-win_amd64.whl'
468
- elif sys .version_info [ 1 ] == 10 :
468
+ elif sys .version_info . minor == 10 :
469
469
pytorch_pip = 'https://github.com/Nuullll/intel-extension-for-pytorch/releases/download/v2.1.10%2Bxpu/torch-2.1.0a0+cxx11.abi-cp310-cp310-win_amd64.whl'
470
470
torchvision_pip = 'https://github.com/Nuullll/intel-extension-for-pytorch/releases/download/v2.1.10%2Bxpu/torchvision-0.16.0a0+cxx11.abi-cp310-cp310-win_amd64.whl'
471
471
ipex_pip = 'https://github.com/Nuullll/intel-extension-for-pytorch/releases/download/v2.1.10%2Bxpu/intel_extension_for_pytorch-2.1.10+xpu-cp310-cp310-win_amd64.whl'
Original file line number Diff line number Diff line change 34
34
safetensors
35
35
scipy
36
36
tb_nightly
37
- tensordict
37
+ tensordict == 0.2.1
38
38
toml
39
39
torchdiffeq
40
40
voluptuous
You can’t perform that action at this time.
0 commit comments