From 8caba808681192d5df0f9a1a92a4727c6d8f7ab1 Mon Sep 17 00:00:00 2001 From: Alberto Alvarez Date: Thu, 7 Apr 2022 13:28:40 -0700 Subject: [PATCH] Typo --- ci/test_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_container.sh b/ci/test_container.sh index bc9d09d23..52e5b00d4 100755 --- a/ci/test_container.sh +++ b/ci/test_container.sh @@ -17,7 +17,7 @@ fi if [ "$container" == "merlin-training" ]; then echo "Check HugeCTR for ctr-training container" - python -c "import hugectr; print(hugectr.__version.__)" + python -c "import hugectr; print(hugectr.__version__)" fi if [ "$container" == "merlin-tensorflow-training" ]; then