Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
9e174d31
Unverified
Commit
9e174d31
authored
Mar 24, 2022
by
Philip Meier
Committed by
GitHub
Mar 24, 2022
Browse files
install torchdata from nightly releases in CI (#5672)
parent
52ba090f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
.circleci/config.yml
.circleci/config.yml
+3
-6
.circleci/config.yml.in
.circleci/config.yml.in
+3
-6
No files found.
.circleci/config.yml
View file @
9e174d31
...
@@ -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.
...
...
.circleci/config.yml.in
View file @
9e174d31
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment