Skip to content

Commit 87960bf

Browse files
czxttklfacebook-github-bot
authored andcommitted
Torchrec gpu stable (facebookresearch#660)
Summary: Pull Request resolved: facebookresearch#660 use this Differential Revision: D38185498 fbshipit-source-id: 409aa190e0a0af00d6e99fce2852b8087623216b
1 parent 1002d12 commit 87960bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ commands:
172172
# "-e" option will activate the development mode (a symlink to the code in ReAgent
173173
# will be created in site-packages directory)
174174
command: |
175-
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
175+
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
176176
- unless:
177177
condition: << parameters.is_ubuntu_gpu >>
178178
steps:

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ ax = ax-platform
5353

5454
lite = nevergrad>=0.4.3
5555

56-
torchrec_gpu = torchrec-nightly
56+
torchrec_gpu = torchrec
5757

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

6061

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extras =
3939
test
4040
torchrec_gpu
4141
install_command =
42-
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
42+
pip install --pre --extra-index-url https://download.pytorch.org/whl/cu113 -f https://download.pytorch.org/whl/torchrec/ {opts} {packages} --progress-bar off
4343

4444

4545
[testenv:circleci_misc_unittest]

0 commit comments

Comments
 (0)