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 13811381 " display_name=\" weather-forecasting\" ,\n " ,
13821382 " python_package_gcs_uri=f\" gs://{bucket}/weather/weather-model-1.0.0.tar.gz\" ,\n " ,
13831383 " 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 " ,
13851385 " )\n " ,
13861386 " job.run(\n " ,
13871387 " machine_type=\" n1-highmem-8\" ,\n " ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ name = "weather-model"
1818version = " 1.0.0"
1919dependencies = [
2020 " 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`
2222 " transformers==4.48.0" ,
2323]
2424
You can’t perform that action at this time.
0 commit comments