mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-10 10:32:16 +00:00
support torch 2.7.1
This commit is contained in:
parent
6edd6a8370
commit
7ca4935855
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- wheel
|
# - wheel
|
||||||
# - torch-2.7.0
|
- torch-2.7.1
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -3,8 +3,8 @@ name: build-wheels-cpu-arm64-ubuntu
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- wheel
|
# - wheel
|
||||||
# - torch-2.7.0
|
- torch-2.7.1
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- wheel
|
# - wheel
|
||||||
# - torch-2.7.0
|
- torch-2.7.1
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
2
.github/workflows/ubuntu-cuda-wheels.yml
vendored
2
.github/workflows/ubuntu-cuda-wheels.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- wheel
|
- wheel
|
||||||
- torch-2.7.0
|
# - torch-2.7.1
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- wheel
|
# - wheel
|
||||||
# - torch-2.7.0
|
- torch-2.7.1
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -311,10 +311,18 @@ def generate_build_matrix(
|
|||||||
else ["11.8.0", "12.6.2", "12.8.1"]
|
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
|
# https://github.com/Jimver/cuda-toolkit/blob/master/src/links/windows-links.ts
|
||||||
}
|
}
|
||||||
if test_only_latest_torch:
|
if test_only_latest_torch:
|
||||||
latest = "2.7.0"
|
latest = "2.7.1"
|
||||||
matrix = {latest: matrix[latest]}
|
matrix = {latest: matrix[latest]}
|
||||||
|
|
||||||
if for_windows or for_macos:
|
if for_windows or for_macos:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user