Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 26, 2024
1 parent aa6fca5 commit e3e632e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions perfmetrics/scripts/ml_tests/pytorch/run_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
PYTORCH_VERSION=$1
BUCKET_TYPE=$2

echo "Pytorch version in run model: " $PYTORCH_VERSION
echo "Bucket typein run model: " $BUCKET_TYPE

NUM_EPOCHS=80
TEST_BUCKET="gcsfuse-ml-data"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ source ml_tests/setup_host.sh $DRIVER_VERSION

PYTORCH_VERSION="v2"
BUCKET_TYPE=$1
echo "Pytorch version: " $PYTORCH_VERSION
echo "Bucket type: " $BUCKET_TYPE

source ml_tests/pytorch/run_container.sh $PYTORCH_VERSION $BUCKET_TYPE

0 comments on commit e3e632e

Please sign in to comment.