Skip to content

Commit

Permalink
fix: rectifies issue with testing
Browse files Browse the repository at this point in the history
  • Loading branch information
k-root committed Jul 4, 2024
1 parent a18d7c6 commit e8024e4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
"outputs": [],
"source": [
"PROJECT_ID = \"[your-project-id]\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"vertexai-service-project\" # @param {type:\"string\"}\n",
"LOCATION = \"us-west1\" # @param {type: \"string\"}"
]
},
Expand All @@ -260,8 +259,7 @@
},
"outputs": [],
"source": [
"BUCKET_URI = f\"gs://your-bucket-name-{PROJECT_ID}-unique\" # @param {type:\"string\"}\n",
"BUCKET_URI = f\"gs://k-bucket-{PROJECT_ID}-tpu5e\" # @param {type:\"string\"}"
"BUCKET_URI = f\"gs://your-bucket-name-{PROJECT_ID}-unique\" # @param {type:\"string\"}"
]
},
{
Expand Down

0 comments on commit e8024e4

Please sign in to comment.