From 04da1598e8abfb5319a9c2bb14045c82a5a20d02 Mon Sep 17 00:00:00 2001 From: Tulsi Shah Date: Wed, 21 Aug 2024 07:28:29 +0000 Subject: [PATCH] remove checkout --- perfmetrics/scripts/ml_tests/pytorch/run_model.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/perfmetrics/scripts/ml_tests/pytorch/run_model.sh b/perfmetrics/scripts/ml_tests/pytorch/run_model.sh index 58db326f0c..058367f1fa 100755 --- a/perfmetrics/scripts/ml_tests/pytorch/run_model.sh +++ b/perfmetrics/scripts/ml_tests/pytorch/run_model.sh @@ -26,7 +26,6 @@ export PATH=$PATH:/usr/local/go/bin # Clone and build the gcsfuse master branch. git clone https://github.com/GoogleCloudPlatform/gcsfuse.git cd gcsfuse -git checkout ai_ml_tests_on_hns_bucket CGO_ENABLED=0 go build . cd -