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
fairscale
Commits
8634280c
Commit
8634280c
authored
Jul 22, 2020
by
msbaines
Committed by
Mandeep Singh Baines
Jul 31, 2020
Browse files
[test] Use PyTorch v1.5 for ci (#7)
parent
63b5b166
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.circleci/config.yml
.circleci/config.yml
+1
-0
requirements-test.txt
requirements-test.txt
+2
-2
No files found.
.circleci/config.yml
View file @
8634280c
...
...
@@ -42,6 +42,7 @@ install_dep: &install_dep
-
run
:
name
:
Install Dependencies
command
:
|
pip install --progress-bar off torch==1.5.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html
pip install --progress-bar off -r requirements-test.txt
python -c 'import torch; print("Torch version:", torch.__version__)'
python -m torch.utils.collect_env
...
...
requirements-test.txt
View file @
8634280c
...
...
@@ -4,6 +4,6 @@ isort == 4.3.21
mypy == 0.770
pytest == 5.4.1
torchtext == 0.6.0
torch == 1.
4.0
# NOTE(msb) not a dependency but needed by torch
== 1.4.0
torch == 1.
5.1
# NOTE(msb) not a dependency but needed by torch
numpy == 1.17.4
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