Skip to content

Commit

Permalink
Fix tf model by upgrading driver version (#1557)
Browse files Browse the repository at this point in the history
* change dependencies to use CUDA 11.8

* temp commit

* upgrade ubuntu image as old is deprecated

* reduce sleep

* upgrade driver version

* revert to newer version

* Revert "reduce sleep"

This reverts commit 69828ba.

* Revert "temp commit"

This reverts commit d1cce7f.
  • Loading branch information
ashmeenkaur committed Dec 21, 2023
1 parent 0c3a5c6 commit 90a4927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -82,7 +82,7 @@ function delete_existing_vm_and_create_new () {
--service-account=927584127901-compute@developer.gserviceaccount.com \
--scopes=https://www.googleapis.com/auth/cloud-platform \
--accelerator=$ACCELERATOR \
--create-disk=auto-delete=yes,boot=yes,device-name=$VM_NAME,image=projects/ubuntu-os-cloud/global/images/ubuntu-2004-focal-v20230616,mode=rw,size=150,type=projects/$GCP_PROJECT/zones/$ZONE_NAME/diskTypes/pd-balanced \
--create-disk=auto-delete=yes,boot=yes,device-name=$VM_NAME,image=projects/ubuntu-os-cloud/global/images/ubuntu-2004-focal-v20231213,mode=rw,size=150,type=projects/$GCP_PROJECT/zones/$ZONE_NAME/diskTypes/pd-balanced \
--no-shielded-secure-boot \
--shielded-vtpm \
--shielded-integrity-monitoring \
Expand Down
Expand Up @@ -6,7 +6,7 @@ set -e
cd "$HOME/github/gcsfuse/perfmetrics/scripts"

echo "Setting up the machine with Docker and Nvidia Driver..."
DRIVER_VERSION="450.172.01"
DRIVER_VERSION="520.61.05"
source ml_tests/setup_host.sh $DRIVER_VERSION

cd "$HOME/github/gcsfuse/"
Expand Down
@@ -1,7 +1,7 @@
#!/bin/bash

# Installs go1.21 on the container, builds gcsfuse using log_rotation file
# and installs tf-models-official v2.13.0, makes update to include clear_kernel_cache
# and installs tf-models-official v2.13.2, makes update to include clear_kernel_cache
# and epochs functionality, and runs the model

# Install go lang
Expand Down

0 comments on commit 90a4927

Please sign in to comment.