We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd4f9 commit 352517aCopy full SHA for 352517a
scripts/compile_bundle.bat
@@ -140,16 +140,19 @@ set "CMAKE_PREFIX_PATH="
140
call conda remove mkl-static mkl-include -y
141
for %%f in ("dist\*.whl") do python -m pip install --force-reinstall --no-deps "%%f"
142
143
+call "%DPCPP_ENV%"
144
+call "%ONEMKL_ENV%"
145
+
146
rem TorchVision
147
cd ..\vision
148
call conda install -y --force-reinstall libpng libjpeg-turbo -c conda-forge
149
+set "DISTUTILS_USE_SDK=1"
150
python setup.py clean
151
python setup.py bdist_wheel
152
153
+set "DISTUTILS_USE_SDK="
154
155
-call "%DPCPP_ENV%"
-call "%ONEMKL_ENV%"
156
157
rem TorchAudio
158
cd ..\audio
0 commit comments