From 29fa9dde9b7cde802e1a6ef9cef6b8847c9bfc10 Mon Sep 17 00:00:00 2001 From: qqiao Date: Fri, 15 Dec 2023 07:55:11 -0800 Subject: [PATCH] Fix SOK test script path --- ci/container_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/container_software.sh b/ci/container_software.sh index e561780bd..eb33bf6b6 100755 --- a/ci/container_software.sh +++ b/ci/container_software.sh @@ -42,7 +42,7 @@ if [ "$container" == "merlin-tensorflow" ]; then # TODO: remove this block once # https://github.com/NVIDIA-Merlin/HugeCTR/pull/328 # is in the hugectr release - pushd /hugectr/sparse_operation_kit/sparse_operation_kit/experiment/test/function_test && \ + pushd /hugectr/sparse_operation_kit/sparse_operation_kit/test/function_test && \ bash run_function_test.sh && \ popd || exit_code=1 fi