Skip to content

Commit

Permalink
One more time
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Feb 1, 2025
1 parent 8c1222e commit fe0a715
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/patch_yaml/pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ if:

then:
- replace_depends:
old: "pytorch 2.4.1=cuda118_*"
new: "pytorch 2.4.1=cuda118_*${build_number}"
old: "pytorch 2.4.1=cuda118_*"
new: "pytorch 2.4.1=cuda118_*${build_number}"
- replace_depends:
old: "pytorch 2.4.1=cuda120_*"
new: "pytorch 2.4.1=cuda120_*${build_number}"
old: "pytorch 2.4.1=cuda120_*"
new: "pytorch 2.4.1=cuda120_*${build_number}"
- replace_depends:
old: "pytorch 2.4.1=cpu_*"
new: "pytorch 2.4.1=cpu_*${build_number}"
old: "pytorch 2.4.1=cpu_*"
new: "pytorch 2.4.1=cpu_*${build_number}"

0 comments on commit fe0a715

Please sign in to comment.