We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5928e0 commit 3e460fcCopy full SHA for 3e460fc
script/benchmark-program/run-ubuntu.sh
@@ -2,7 +2,7 @@
2
3
MLC_TMP_CURRENT_SCRIPT_PATH=${MLC_TMP_CURRENT_SCRIPT_PATH:-$PWD}
4
5
-cd ${MLC_TMP_CURRENT_SCRIPT_PATH}
+cd "${MLC_TMP_CURRENT_SCRIPT_PATH}"
6
if [ ${MLC_ENABLE_NUMACTL} == "1" ]; then
7
sudo apt-get install numactl
8
fi
0 commit comments