mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
fix torchaudio
This commit is contained in:
parent
0979a3eb0f
commit
eb34ed5560
3
.github/scripts/docker/run.sh
vendored
3
.github/scripts/docker/run.sh
vendored
@ -3,6 +3,9 @@ set -ex
|
|||||||
|
|
||||||
cd /icefall
|
cd /icefall
|
||||||
export PYTHONPATH=/icefall:$PYTHONPATH
|
export PYTHONPATH=/icefall:$PYTHONPATH
|
||||||
|
python3 -c "import torch; print(torch.__file__)"
|
||||||
|
python3 -c "import torchaudio; print(torchaudio.__version__)"
|
||||||
|
python3 -c "import icefall; print(icefall.__file__)"
|
||||||
|
|
||||||
cd egs/librispeech/ASR
|
cd egs/librispeech/ASR
|
||||||
|
|
||||||
|
2
.github/workflows/build-cpu-docker.yml
vendored
2
.github/workflows/build-cpu-docker.yml
vendored
@ -2,7 +2,7 @@ name: build-cpu-docker
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- ci-train-2
|
- ci-train-3
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
2
.github/workflows/train-librispeech.yml
vendored
2
.github/workflows/train-librispeech.yml
vendored
@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- ci-train-3
|
- ci-train-2
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user