Build CUDA11.8 wheels for release (#1596)

This commit is contained in:
Woosuk Kwon
2023-11-09 03:52:29 -08:00
committed by GitHub
parent 8efe23f150
commit fd58b73a40
2 changed files with 14 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ jobs:
os: ['ubuntu-20.04']
python-version: ['3.8', '3.9', '3.10', '3.11']
pytorch-version: ['2.1.0']
cuda-version: ['12.1']
cuda-version: ['11.8', '12.1']
steps:
- name: Checkout