Skip to content

Commit

Permalink
remove local dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 26, 2024
1 parent 4a93062 commit 26c79ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perfmetrics/scripts/ml_tests/pytorch/run_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

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
2 changes: 2 additions & 0 deletions perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ RUN mkdir -p "gcsfuse_data"
ARG PYTORCH_VERSION
ARG BUCKET_TYPE

RUN echo ${PYTORCH_VERSION}
RUN echo ${BUCKET_TYPE}
ENTRYPOINT ["/bin/bash", "-c", "./run_model.sh ${PYTORCH_VERSION} ${BUCKET_TYPE}"]
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ 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 26c79ad

Please sign in to comment.