Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate PyTorch Channel #11

Merged
merged 10 commits into from
Apr 6, 2021
16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

119 changes: 119 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
numpy:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +21,3 @@ target_platform:
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
numpy:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +21,3 @@ target_platform:
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
numpy:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +21,3 @@ target_platform:
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +21,3 @@ target_platform:
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,6 +18,3 @@ python:
- 3.6.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,6 +18,3 @@ python:
- 3.7.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,6 +18,3 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,6 +18,3 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- numpy
14 changes: 14 additions & 0 deletions .ci_support/win_64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2017
channel_sources:
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
target_platform:
- win-64
14 changes: 14 additions & 0 deletions .ci_support/win_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2017
channel_sources:
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- win-64
14 changes: 14 additions & 0 deletions .ci_support/win_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2017
channel_sources:
- pytorch,conda-forge,defaults
channel_targets:
- conda-forge main
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- win-64
Loading