Skip to content

Commit a74c7cd

Browse files
authored
fix(ppai): update accelorator, eol (#13234)
1 parent 8eeae80 commit a74c7cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

people-and-planet-ai/geospatial-classification/README.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@
977977
"outputs": [],
978978
"source": [
979979
"model = job.run(\n",
980-
" accelerator_type=\"NVIDIA_TESLA_K80\",\n",
980+
" accelerator_type=\"NVIDIA_TESLA_T4\",\n",
981981
" accelerator_count=1,\n",
982982
" args=[f\"--bucket={cloud_storage_bucket}\"],\n",
983983
")"

people-and-planet-ai/geospatial-classification/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def train_model(bucket_name: str) -> str:
293293
)
294294

295295
job.run(
296-
accelerator_type="NVIDIA_TESLA_K80",
296+
accelerator_type="NVIDIA_TESLA_T4",
297297
accelerator_count=1,
298298
args=[f"--bucket={bucket_name}"],
299299
)

0 commit comments

Comments
 (0)