From ae42aaf0fbc8e2c7e0d1bf58fd9fda1177f64e77 Mon Sep 17 00:00:00 2001 From: Rizwaan Salim <86794565+argenspin@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:07:40 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159e2cd..0e67533 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ conda create -n Rope python=3.10.13 conda activate Rope # install the dependencies -conda install conda-forge::cuda-runtime=11.8.0 cudnn=8.9.2.26 conda-forge::gputil=1.4.0 +conda install nvidia/label/cuda-11.8.0::cuda-runtime cudnn=8.9.2.26 conda-forge::gputil=1.4.0 python -m pip install -r requirements.txt ```