mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-12 03:22:17 +00:00
more fixes
This commit is contained in:
parent
234bd181fc
commit
66f0bc35b4
2
.github/workflows/build_conda_macos_cpu.yml
vendored
2
.github/workflows/build_conda_macos_cpu.yml
vendored
@ -110,5 +110,5 @@ jobs:
|
|||||||
- name: Upload generated files
|
- name: Upload generated files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
|
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-10.15
|
||||||
path: /usr/local/miniconda/envs/kaldifeat/conda-bld/osx-64/*.tar.bz2
|
path: /usr/local/miniconda/envs/kaldifeat/conda-bld/osx-64/*.tar.bz2
|
||||||
|
2
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
2
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
@ -104,5 +104,5 @@ jobs:
|
|||||||
- name: Upload generated files
|
- name: Upload generated files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
|
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04
|
||||||
path: /usr/share/miniconda/envs/kaldifeat/conda-bld/linux-64/*.tar.bz2
|
path: /usr/share/miniconda/envs/kaldifeat/conda-bld/linux-64/*.tar.bz2
|
||||||
|
@ -128,5 +128,5 @@ jobs:
|
|||||||
- name: Upload generated files
|
- name: Upload generated files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: cuda-${{ matrix.cuda }}-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
|
name: cuda-${{ matrix.cuda }}-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04
|
||||||
path: /usr/share/miniconda/envs/kaldifeat/conda-bld/linux-64/*.tar.bz2
|
path: /usr/share/miniconda/envs/kaldifeat/conda-bld/linux-64/*.tar.bz2
|
||||||
|
@ -110,5 +110,5 @@ jobs:
|
|||||||
- name: Upload generated files
|
- name: Upload generated files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
|
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-2019
|
||||||
path: c:/Miniconda/envs/kaldifeat/conda-bld/win-64/*.tar.bz2
|
path: c:/Miniconda/envs/kaldifeat/conda-bld/win-64/*.tar.bz2
|
||||||
|
@ -22,7 +22,6 @@ requirements:
|
|||||||
- python
|
- python
|
||||||
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
|
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
|
||||||
- cpuonly
|
- cpuonly
|
||||||
- numpy
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user