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 72fe418 commit 499a970Copy full SHA for 499a970
examples/gpu/llm/tools/env_setup.sh
@@ -159,6 +159,7 @@ if [ $((${MODE} & 0x02)) -ne 0 ]; then
159
echo "rm -rf wheels" >> ${AUX_INSTALL_SCRIPT}
160
fi
161
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}
163
164
# Return back to llm directory
165
cd ${BASEFOLDER}/..
0 commit comments