Skip to content

Commit

Permalink
Use CPU versions of pyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Dec 24, 2024
1 parent 3fa8ed6 commit 93349d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cerulean_cloud/cloud_run_offset_tiles/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ starlette-cramjam==0.1.0
uvicorn[standard]
rasterio==1.3.0
setuptools==59.5.0
torch==1.11.0
torch==1.11.0+cpu
torchvision==0.12.0
numpy<2.0.0
typing-inspect
Expand Down
2 changes: 1 addition & 1 deletion cerulean_cloud/cloud_run_orchestrator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pygeos
networkx
google-cloud-tasks
protobuf
torch==1.11.0
torch==1.11.0+cpu
torchvision==0.12.0
scipy
scikit-image
Expand Down

0 comments on commit 93349d6

Please sign in to comment.