Skip to content

Commit f823e41

Browse files
authored
compile script update (#3046)
1 parent f4563dc commit f823e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compile_bundle.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ cd ..\pytorch
9494
git stash
9595
git clean -f
9696
for %%f in ("..\intel-extension-for-pytorch\torch_patches\*.patch") do git apply "%%f"
97+
python -m pip install -r requirements.txt
9798
rem Ensure cmake can find python packages when using conda or virtualenv
9899
if defined CONDA_PREFIX (
99100
set "CMAKE_PREFIX_PATH=%CONDA_PREFIX:~1,-1%"

0 commit comments

Comments
 (0)