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 714b0d8 commit b102fc2Copy full SHA for b102fc2
scripts/compile_bundle.bat
@@ -95,6 +95,7 @@ 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
+call conda install -q --yes -c conda-forge libuv=1.39
99
rem Ensure cmake can find python packages when using conda or virtualenv
100
if defined CONDA_PREFIX (
101
set "CMAKE_PREFIX_PATH=%CONDA_PREFIX:~1,-1%"
0 commit comments