"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "fdb05f54ef61007a8f77ad8537b292176d13fafb"
Unverified Commit 9e174d31 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

install torchdata from nightly releases in CI (#5672)

parent 52ba090f
...@@ -146,7 +146,7 @@ commands: ...@@ -146,7 +146,7 @@ commands:
default: true default: true
steps: steps:
- pip_install: - pip_install:
args: --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html args: --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu
descr: Install PyTorch from nightly releases descr: Install PyTorch from nightly releases
- pip_install: - pip_install:
args: --no-build-isolation <<# parameters.editable >> --editable <</ parameters.editable >> . args: --no-build-isolation <<# parameters.editable >> --editable <</ parameters.editable >> .
...@@ -158,11 +158,8 @@ commands: ...@@ -158,11 +158,8 @@ commands:
args: iopath args: iopath
descr: Install third-party dependencies descr: Install third-party dependencies
- pip_install: - pip_install:
args: -r https://raw.githubusercontent.com/pytorch/data/main/requirements.txt args: --pre torchdata --extra-index-url https://download.pytorch.org/whl/nightly/cpu
descr: Install torchdata build dependencies descr: Install torchdata from nightly releases
- pip_install:
args: --no-build-isolation git+https://github.com/pytorch/data
descr: Install torchdata from source
# Most of the test suite is handled by the `unittest` jobs, with completely different workflow and setup. # Most of the test suite is handled by the `unittest` jobs, with completely different workflow and setup.
# This command can be used if only a selection of tests need to be run, for ad-hoc files. # This command can be used if only a selection of tests need to be run, for ad-hoc files.
......
...@@ -146,7 +146,7 @@ commands: ...@@ -146,7 +146,7 @@ commands:
default: true default: true
steps: steps:
- pip_install: - pip_install:
args: --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html args: --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu
descr: Install PyTorch from nightly releases descr: Install PyTorch from nightly releases
- pip_install: - pip_install:
args: --no-build-isolation <<# parameters.editable >> --editable <</ parameters.editable >> . args: --no-build-isolation <<# parameters.editable >> --editable <</ parameters.editable >> .
...@@ -158,11 +158,8 @@ commands: ...@@ -158,11 +158,8 @@ commands:
args: iopath args: iopath
descr: Install third-party dependencies descr: Install third-party dependencies
- pip_install: - pip_install:
args: -r https://raw.githubusercontent.com/pytorch/data/main/requirements.txt args: --pre torchdata --extra-index-url https://download.pytorch.org/whl/nightly/cpu
descr: Install torchdata build dependencies descr: Install torchdata from nightly releases
- pip_install:
args: --no-build-isolation git+https://github.com/pytorch/data
descr: Install torchdata from source
# Most of the test suite is handled by the `unittest` jobs, with completely different workflow and setup. # Most of the test suite is handled by the `unittest` jobs, with completely different workflow and setup.
# This command can be used if only a selection of tests need to be run, for ad-hoc files. # This command can be used if only a selection of tests need to be run, for ad-hoc files.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment