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 8d29a38 commit ea96776Copy full SHA for ea96776
script/add-custom-nvidia-system/run.sh
@@ -5,7 +5,4 @@ if [ "${MLC_CUSTOM_CONFIG}" != "yes" ]; then
5
"${MLC_PYTHON_BIN_WITH_PATH}" scripts/custom_systems/add_custom_system.py
6
test $? -eq 0 || exit $?
7
cd "$CUR"
8
-else
9
- mkdir -p "${MLC_MLPERF_INFERENCE_NVIDIA_CODE_PATH}/configs/${MLC_NVIDIA_SYSTEM_NAME}"
10
- cp "${MLC_TMP_CURRENT_SCRIPT_PATH}/dummy_config.py" "${MLC_MLPERF_INFERENCE_NVIDIA_CODE_PATH}/configs/${MLC_NVIDIA_SYSTEM_NAME}/"
11
fi
0 commit comments