Skip to content

Commit ea96776

Browse files
authored
Refactor run.sh to simplify execution flow
Removed unnecessary directory creation and file copy for NVIDIA system.
1 parent 8d29a38 commit ea96776

File tree

1 file changed

+0
-3
lines changed
  • script/add-custom-nvidia-system

1 file changed

+0
-3
lines changed

script/add-custom-nvidia-system/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ if [ "${MLC_CUSTOM_CONFIG}" != "yes" ]; then
55
"${MLC_PYTHON_BIN_WITH_PATH}" scripts/custom_systems/add_custom_system.py
66
test $? -eq 0 || exit $?
77
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}/"
118
fi

0 commit comments

Comments
 (0)