Skip to content

Commit

Permalink
MP-1215 Use prebuilt pytorch for cpu images
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurDaukaevMoonvision committed Nov 26, 2024
1 parent d4fbda4 commit 2307864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
additional_buildargs: |-
pytorch_tag=v2.0.1
torchvision_tag=v0.15.2
prebuilt=false
prebuilt=true
build-pytorch-311:
needs:
- docker-python-base
Expand All @@ -141,7 +141,7 @@ jobs:
additional_buildargs: |-
pytorch_tag=v2.0.1
torchvision_tag=v0.15.2
prebuilt=false
prebuilt=true
build-pytorch-cuda:
needs:
- docker-python-base
Expand Down

0 comments on commit 2307864

Please sign in to comment.