File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
people-and-planet-ai/weather-forecasting Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1381
1381
" display_name=\" weather-forecasting\" ,\n " ,
1382
1382
" python_package_gcs_uri=f\" gs://{bucket}/weather/weather-model-1.0.0.tar.gz\" ,\n " ,
1383
1383
" python_module_name=\" weather.trainer\" ,\n " ,
1384
- " container_uri=\" us-docker.pkg.dev/vertex-ai/training/pytorch-gpu.2-2 .py310:latest\" ,\n " ,
1384
+ " container_uri=\" us-docker.pkg.dev/vertex-ai/training/pytorch-gpu.2-4 .py310:latest\" ,\n " ,
1385
1385
" )\n " ,
1386
1386
" job.run(\n " ,
1387
1387
" machine_type=\" n1-highmem-8\" ,\n " ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ name = "weather-model"
18
18
version = " 1.0.0"
19
19
dependencies = [
20
20
" datasets==3.0.1" ,
21
- " torch==2.2 .0" , # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
21
+ " torch==2.4 .0" , # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
22
22
" transformers==4.48.0" ,
23
23
]
24
24
You can’t perform that action at this time.
0 commit comments