Skip to content

Commit

Permalink
Update recipe/meta.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
  • Loading branch information
jeongseok-meta and hmaarrfk authored Nov 4, 2024
1 parent 620569f commit 55f61d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ outputs:
- pytorch-cpu # [cuda_compiler_version == "None"]
requirements:
run:
- pytorch {{ version }}=cuda_{{ blas_impl }}*{{ PKG_BUILDNUM }} # [megabuild and cuda_compiler_version != "None"]
- pytorch {{ version }}=cuda*{{ PKG_BUILDNUM }} # [megabuild and cuda_compiler_version != "None"]
- pytorch {{ version }}=cpu_{{ blas_impl }}*{{ PKG_BUILDNUM }} # [megabuild and cuda_compiler_version == "None"]
- {{ pin_subpackage("pytorch", exact=True) }} # [not megabuild]
test:
Expand Down

0 comments on commit 55f61d4

Please sign in to comment.