From 052be413d5798d0d176c8523eaa7c2e8cbe58c78 Mon Sep 17 00:00:00 2001 From: Davidqian123 Date: Tue, 18 Feb 2025 22:51:26 +0000 Subject: [PATCH] update release script --- scripts/releases-to-pep-503.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/releases-to-pep-503.sh b/scripts/releases-to-pep-503.sh index e4ddb67e..8da51ed4 100755 --- a/scripts/releases-to-pep-503.sh +++ b/scripts/releases-to-pep-503.sh @@ -122,6 +122,7 @@ if [ "$version" == "cpu" ]; then echo " CUDA 12.4
" >> "$root_dir/index.html" echo " ROCm 6.2.1
" >> "$root_dir/index.html" echo " Vulkan
" >> "$root_dir/index.html" + echo " SYCL
" >> "$root_dir/index.html" echo " " >> "$root_dir/index.html" echo "" >> "$root_dir/index.html" fi