From 13c08c60593028c6d206bdce740b333407cc1c88 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 23 Feb 2024 15:26:44 -0600 Subject: [PATCH] Revert "Use CUDA 12.2 for latest tag. (#111)" This reverts commit d18dc4d59a0c2b5c3f251e90036fac9153cb785c. --- latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest.yaml b/latest.yaml index 92d63cf..b8fb9f9 100644 --- a/latest.yaml +++ b/latest.yaml @@ -1,9 +1,9 @@ # Define the values used for the "latest" tag conda: - CUDA_VER: "12.2.2" + CUDA_VER: "12.0.1" PYTHON_VER: "3.10" LINUX_VER: "ubuntu22.04" wheels: - CUDA_VER: "12.2.2" + CUDA_VER: "12.0.1" PYTHON_VER: "3.10" LINUX_VER: "ubuntu20.04"