From 22e2f1366650942182b11c89c607625cdbb9960e Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 5 Mar 2024 05:24:04 -0800 Subject: [PATCH] Reapply "Use CUDA 12.2 for latest tag" (#116) --- latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest.yaml b/latest.yaml index 18c6b90..dbcb915 100644 --- a/latest.yaml +++ b/latest.yaml @@ -1,9 +1,9 @@ # Define the values used for the "latest" tag conda: - CUDA_VER: "12.0.1" + CUDA_VER: "12.2.2" PYTHON_VER: "3.11" LINUX_VER: "ubuntu22.04" wheels: - CUDA_VER: "12.0.1" + CUDA_VER: "12.2.2" PYTHON_VER: "3.11" LINUX_VER: "ubuntu20.04"