Skip to content

Commit

Permalink
fix cu121 torch2.6 (#867)
Browse files Browse the repository at this point in the history
ref

https://github.com/flashinfer-ai/flashinfer/actions/runs/13376817887/job/37357692946

fix
```
Looking in indexes: https://download.pytorch.org/whl/cu121
  ERROR: Could not find a version that satisfies the requirement torch==2.6.* (from versions: 2.1.0+cu1[21](https://github.com/flashinfer-ai/flashinfer/actions/runs/13376817887/job/37357692946#step:3:22), 2.1.1+cu121, 2.1.2+cu121, 2.2.0+cu121, 2.2.1+cu121, 2.2.2+cu121, 2.3.0+cu121, 2.3.1+cu121, 2.4.0+cu121, 2.4.1+cu121, 2.5.0+cu121, 2.5.1+cu121)
  ERROR: No matching distribution found for torch==2.6.*
```
  • Loading branch information
zhyncs authored Feb 17, 2025
1 parent 8127793 commit 672c211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
torch: "2.5"
- cuda: "11.8"
torch: "2.5"
- cuda: "12.1"
torch: "2.6"

runs-on: [self-hosted]
steps:
Expand Down

0 comments on commit 672c211

Please sign in to comment.