Skip to content

Commit 79fd1ae

Browse files
authored
use 3 latest pytorch version (#835)
suggest to use 3 latest pytorch versions to release the wheel. --------- Signed-off-by: youkaichao <[email protected]>
1 parent 6805c64 commit 79fd1ae

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .github/workflows/release_wheel.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
cuda: ["11.8", "12.1", "12.4"]
29-
torch: ["2.3", "2.4", "2.5"]
30-
exclude: # for cuda 12.4, we only support torch 2.4+
31-
- cuda: "12.4"
32-
torch: "2.2"
33-
- cuda: "12.4"
34-
torch: "2.3"
29+
torch: ["2.4", "2.5", "2.6"]
30+
exclude: # We use release_wheel_sglang.yml for faster release and verification. If everything is okay, then we trigger release_wheel.yml. This combination (cuda 12.4 + torch 2.5) is already handled in release_wheel_sglang.yml
3531
- cuda: "12.4"
3632
torch: "2.5"
3733

0 commit comments

Comments
 (0)