Skip to content

Commit

Permalink
Merge pull request #13 from regro-cf-autotick-bot/rebuild-pytorch20-0…
Browse files Browse the repository at this point in the history
…-1_h769cfb

Rebuild for pytorch20
  • Loading branch information
hadim authored Apr 22, 2023
2 parents d599360 + 98837b6 commit 72c362f
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.9.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.9.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- linux-64
zip_keys:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/pytorch20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
migrator_ts: 1680651766.97899
pytorch:
- '2.0'
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- osx-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- osx-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pin_run_as_build:
python:
- 3.9.* *_cpython
pytorch:
- '1.13'
- '2.0'
target_platform:
- osx-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: 3c486a72a421b4769cd1ca114522eedf25d4115ca529091db06c10264a406ac4

build:
number: 1
number: 2
string: cuda{{ cuda_compiler_version | replace('.', '') }}py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
string: cpu_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
# Only build for CUDA >=11.2
Expand Down

0 comments on commit 72c362f

Please sign in to comment.