Skip to content

Commit

Permalink
BLD: Use tarball instead of git
Browse files Browse the repository at this point in the history
Closes #230

Bas Zalmstra <bas@prefix.dev>
  • Loading branch information
carterbox authored May 7, 2024
1 parent 5c7da73 commit 0b4f0f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ package:
version: {{ version }}

source:
# for local testing use a tarball including submodules
git_url: https://github.com/pytorch/pytorch.git
git_tag: v{{ version }}
url: https://github.com/pytorch/pytorch/releases/download/v{{ version }}/pytorch-v{{ version }}.tar.gz
sha256: 85effbcce037bffa290aea775c9a4bad5f769cb229583450c40055501ee1acd7
patches:
- patches/nvml.patch # [cuda_compiler_version == "11.2"]
# The patch below is probably OK for other versions too, but it is untested with them
Expand Down

0 comments on commit 0b4f0f8

Please sign in to comment.