mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 01:52:39 +00:00
support torch 2.7.1 (#119)
This commit is contained in:
parent
6edd6a8370
commit
8cda08e0c5
4
.github/workflows/macos-cpu-wheels.yml
vendored
4
.github/workflows/macos-cpu-wheels.yml
vendored
@ -3,8 +3,8 @@ name: build-wheels-cpu-macos
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- wheel
|
||||
# - torch-2.7.0
|
||||
# - wheel
|
||||
- torch-2.7.1
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
@ -3,8 +3,8 @@ name: build-wheels-cpu-arm64-ubuntu
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- wheel
|
||||
# - torch-2.7.0
|
||||
# - wheel
|
||||
- torch-2.7.1
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
4
.github/workflows/ubuntu-cpu-wheels.yml
vendored
4
.github/workflows/ubuntu-cpu-wheels.yml
vendored
@ -3,8 +3,8 @@ name: build-wheels-cpu-ubuntu
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- wheel
|
||||
# - torch-2.7.0
|
||||
# - wheel
|
||||
- torch-2.7.1
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/ubuntu-cuda-wheels.yml
vendored
2
.github/workflows/ubuntu-cuda-wheels.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- wheel
|
||||
- torch-2.7.0
|
||||
# - torch-2.7.1
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
4
.github/workflows/windows-x64-cpu-wheels.yml
vendored
4
.github/workflows/windows-x64-cpu-wheels.yml
vendored
@ -3,8 +3,8 @@ name: build-wheels-cpu-win64
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- wheel
|
||||
# - torch-2.7.0
|
||||
# - wheel
|
||||
- torch-2.7.1
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
@ -311,10 +311,18 @@ def generate_build_matrix(
|
||||
else ["11.8.0", "12.6.2", "12.8.1"]
|
||||
),
|
||||
},
|
||||
"2.7.1": {
|
||||
"python-version": ["3.9", "3.10", "3.11", "3.12", "3.13"],
|
||||
"cuda": (
|
||||
["11.8", "12.6", "12.8"] # default 12.6
|
||||
if not for_windows
|
||||
else ["11.8.0", "12.6.2", "12.8.1"]
|
||||
),
|
||||
},
|
||||
# https://github.com/Jimver/cuda-toolkit/blob/master/src/links/windows-links.ts
|
||||
}
|
||||
if test_only_latest_torch:
|
||||
latest = "2.7.0"
|
||||
latest = "2.7.1"
|
||||
matrix = {latest: matrix[latest]}
|
||||
|
||||
if for_windows or for_macos:
|
||||
|
Loading…
x
Reference in New Issue
Block a user