Skip to content

Commit

Permalink
Torchrec gpu stable (facebookresearch#660)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#660

use this

Differential Revision: D38185498

fbshipit-source-id: 409aa190e0a0af00d6e99fce2852b8087623216b
  • Loading branch information
czxttkl authored and facebook-github-bot committed Jul 27, 2022
1 parent 1002d12 commit 87960bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ commands:
# "-e" option will activate the development mode (a symlink to the code in ReAgent
# will be created in site-packages directory)
command: |
pip install -e .[gym,test,torchrec_gpu] --pre --extra-index-url https://download.pytorch.org/whl/cu113 -f https://download.pytorch.org/whl/nightly/torchrec_nightly/ --progress-bar off
pip install -e .[gym,test,torchrec_gpu] --pre --extra-index-url https://download.pytorch.org/whl/cu113 -f https://download.pytorch.org/whl/torchrec/ --progress-bar off
- unless:
condition: << parameters.is_ubuntu_gpu >>
steps:
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ ax = ax-platform

lite = nevergrad>=0.4.3

torchrec_gpu = torchrec-nightly
torchrec_gpu = torchrec

# July 2022: torchrec-cpu stable (0.1.1) caused test errors
torchrec_cpu = torchrec-nightly-cpu


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extras =
test
torchrec_gpu
install_command =
pip install --pre --extra-index-url https://download.pytorch.org/whl/cu113 -f https://download.pytorch.org/whl/nightly/torchrec_nightly/ {opts} {packages} --progress-bar off
pip install --pre --extra-index-url https://download.pytorch.org/whl/cu113 -f https://download.pytorch.org/whl/torchrec/ {opts} {packages} --progress-bar off


[testenv:circleci_misc_unittest]
Expand Down

0 comments on commit 87960bf

Please sign in to comment.