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 f4563dc commit f823e41Copy full SHA for f823e41
scripts/compile_bundle.bat
@@ -94,6 +94,7 @@ cd ..\pytorch
94
git stash
95
git clean -f
96
for %%f in ("..\intel-extension-for-pytorch\torch_patches\*.patch") do git apply "%%f"
97
+python -m pip install -r requirements.txt
98
rem Ensure cmake can find python packages when using conda or virtualenv
99
if defined CONDA_PREFIX (
100
set "CMAKE_PREFIX_PATH=%CONDA_PREFIX:~1,-1%"
0 commit comments