Skip to content

Commit 499a970

Browse files
authored
workaround oneapi incorrect version installed issue (#5395)
1 parent 72fe418 commit 499a970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/gpu/llm/tools/env_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ if [ $((${MODE} & 0x02)) -ne 0 ]; then
159159
echo "rm -rf wheels" >> ${AUX_INSTALL_SCRIPT}
160160
fi
161161
echo "python -m pip install -r ./requirements.txt" >> ${AUX_INSTALL_SCRIPT}
162+
echo "python -m pip install dpcpp-cpp-rt==2025.0.4" >> ${AUX_INSTALL_SCRIPT}
162163

163164
# Return back to llm directory
164165
cd ${BASEFOLDER}/..

0 commit comments

Comments
 (0)