mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-15 04:52:20 +00:00
fix building cuda wheels
This commit is contained in:
parent
b75abef4c0
commit
27c184e89a
9
.github/workflows/ubuntu-cuda-wheels.yml
vendored
9
.github/workflows/ubuntu-cuda-wheels.yml
vendored
@ -44,6 +44,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Free space
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
rm -rf /opt/hostedtoolcache
|
||||||
|
df -h
|
||||||
|
echo "pwd: $PWD"
|
||||||
|
echo "github.workspace ${{ github.workspace }}"
|
||||||
|
|
||||||
# see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py
|
# see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py
|
||||||
# https://github.com/pytorch/builder/tree/main/manywheel
|
# https://github.com/pytorch/builder/tree/main/manywheel
|
||||||
# https://github.com/pytorch/builder/pull/476
|
# https://github.com/pytorch/builder/pull/476
|
||||||
|
@ -53,10 +53,10 @@ def generate_build_matrix(enable_cuda, for_windows, for_macos, test_only_latest_
|
|||||||
# "python-version": ["3.6", "3.7", "3.8"],
|
# "python-version": ["3.6", "3.7", "3.8"],
|
||||||
# "cuda": ["10.1", "10.2"],
|
# "cuda": ["10.1", "10.2"],
|
||||||
# },
|
# },
|
||||||
"1.6.0": {
|
# "1.6.0": {
|
||||||
"python-version": ["3.6", "3.7", "3.8"],
|
# "python-version": ["3.6", "3.7", "3.8"],
|
||||||
"cuda": ["10.1", "10.2"] if not for_windows else ["10.1.243", "10.2.89"],
|
# "cuda": ["10.1", "10.2"] if not for_windows else ["10.1.243", "10.2.89"],
|
||||||
},
|
# },
|
||||||
"1.7.0": {
|
"1.7.0": {
|
||||||
"python-version": ["3.6", "3.7", "3.8"],
|
"python-version": ["3.6", "3.7", "3.8"],
|
||||||
"cuda": ["10.1", "10.2", "11.0"]
|
"cuda": ["10.1", "10.2", "11.0"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user