Skip to content

Commit

Permalink
[RLlib] Downgrade CUDA to 10.2 only for RLlib release tests (ML Docke…
Browse files Browse the repository at this point in the history
…r remains at 11.6). (ray-project#30512)

Signed-off-by: Weichen Xu <[email protected]>
  • Loading branch information
kouroshHakha authored and WeichenXu123 committed Dec 19, 2022
1 parent fd687dc commit 12fffe3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release/rllib_tests/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ python:

post_build_cmds:
- pip3 uninstall -y ray || true && pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
# TODO(jungong): remove once nightly image gets upgraded.
- pip install -U pybullet==3.2.0
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
# Clone the rl-experiments repo for offline-RL files.
- git clone https://github.com/ray-project/rl-experiments.git
- cp rl-experiments/halfcheetah-sac/2021-09-06/halfcheetah_expert_sac.zip ~/.
# Use torch+CUDA10.2 for our release tests. CUDA11.x has known performance issues in combination with torch+GPU+CNNs
# TODO(sven): remove once nightly image gets upgraded.
- pip3 install torch==1.12.1+cu102 torchvision==0.13.1+cu102 --extra-index-url https://download.pytorch.org/whl/cu102

0 comments on commit 12fffe3

Please sign in to comment.