Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Feb 1, 2025
1 parent 3811a1c commit 87972de
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 87972de

Please sign in to comment.