Skip to content

Commit 1016f10

Browse files
ZailiWanggujinghui
andauthored
path fix in compile_bundle (#3020) (#3023)
Co-authored-by: Jinghui <jinghui.gu@intel.com>
1 parent ba7f6c1 commit 1016f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/compile_bundle.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,14 @@ cd ../vision
171171
python setup.py clean
172172
python setup.py bdist_wheel 2>&1 | tee build.log
173173
python -m pip install --force-reinstall --no-deps dist/*.whl
174+
cd ..
174175
# don't fail on external scripts
175176
set +uex
176177
source ${DPCPP_ENV}
177178
source ${ONEMKL_ENV}
178179
set -uex
179180
# TorchAudio
180-
cd ../audio
181+
cd audio
181182
python -m pip install -r requirements.txt
182183
python setup.py clean
183184
python setup.py bdist_wheel 2>&1 | tee build.log

0 commit comments

Comments
 (0)