From 12fffe3a697ae82b7c74932bbb60a13d986983e8 Mon Sep 17 00:00:00 2001 From: kourosh hakhamaneshi <31483498+kouroshHakha@users.noreply.github.com> Date: Sun, 20 Nov 2022 00:08:59 -0800 Subject: [PATCH] [RLlib] Downgrade CUDA to 10.2 only for RLlib release tests (ML Docker remains at 11.6). (#30512) Signed-off-by: Weichen Xu --- release/rllib_tests/app_config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/rllib_tests/app_config.yaml b/release/rllib_tests/app_config.yaml index b8c9b4adcaba..872f4601fbd9 100755 --- a/release/rllib_tests/app_config.yaml +++ b/release/rllib_tests/app_config.yaml @@ -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