Unverified Commit 75c09e1f authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

[Fix] Fix cu130 sgl-kernel wheel renaming (#12173)

parent 09af0a7b
...@@ -20,6 +20,8 @@ for wheel in "${wheel_files[@]}"; do ...@@ -20,6 +20,8 @@ for wheel in "${wheel_files[@]}"; do
new_wheel="${intermediate_wheel/-cp${cp_version}/+cu124-cp${cp_version}}" new_wheel="${intermediate_wheel/-cp${cp_version}/+cu124-cp${cp_version}}"
elif ls /usr/local/ | grep -q "12.8"; then elif ls /usr/local/ | grep -q "12.8"; then
new_wheel="${intermediate_wheel/-cp${cp_version}/+cu128-cp${cp_version}}" new_wheel="${intermediate_wheel/-cp${cp_version}/+cu128-cp${cp_version}}"
elif ls /usr/local/ | grep -q "13.0"; then
new_wheel="${intermediate_wheel/-cp${cp_version}/+cu130-cp${cp_version}}"
else else
new_wheel="$intermediate_wheel" new_wheel="$intermediate_wheel"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment