Skip to content

Commit

Permalink
Merge branch 'emma/fix_sok_ut_used_in_merlin' into 'main'
Browse files Browse the repository at this point in the history
Correct sok ut path in merlin ci

See merge request dl/hugectr/hugectr!1522
  • Loading branch information
minseokl committed Jan 10, 2024
2 parents 1843775 + 343ffe3 commit 9f85156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ "$container" == "merlin-hugectr" ]; then
# inference_test
### TensorFlow Training container
elif [ "$container" == "merlin-tensorflow" ]; then
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
fi

0 comments on commit 9f85156

Please sign in to comment.