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
|
||||
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
|
||||
|
||||
|
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:
|
||||
push:
|
||||
branches:
|
||||
- ci-train-2
|
||||
- ci-train-3
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
2
.github/workflows/train-librispeech.yml
vendored
2
.github/workflows/train-librispeech.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- ci-train-3
|
||||
- ci-train-2
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
|
Loading…
x
Reference in New Issue
Block a user