From 7b95fc40fa77f84f5aedc1c088452522b70e3f4f Mon Sep 17 00:00:00 2001 From: Tulsi Shah Date: Wed, 21 Aug 2024 07:24:26 +0000 Subject: [PATCH] small fix --- perfmetrics/scripts/ml_tests/pytorch/run_model.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfmetrics/scripts/ml_tests/pytorch/run_model.sh b/perfmetrics/scripts/ml_tests/pytorch/run_model.sh index 7fc0a937d5..58db326f0c 100755 --- a/perfmetrics/scripts/ml_tests/pytorch/run_model.sh +++ b/perfmetrics/scripts/ml_tests/pytorch/run_model.sh @@ -55,7 +55,7 @@ metadata-cache: EOF DIR=${PYTORCH_VERSION} -# Set the HNS bucket to run tests on the folder apis and pass the "enable-hns" flag with a value of "true". +# Enable the enable-hns flag to run tests on the folder APIs with an HNS bucket. if [ ${BUCKET_TYPE} == "hns" ]; then TEST_BUCKET="gcsfuse-ml-data-hns-central1"