fix torchaudio

This commit is contained in:
Fangjun Kuang 2023-12-22 23:41:36 +08:00
parent 0979a3eb0f
commit eb34ed5560
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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:

View File

@ -3,7 +3,7 @@ on:
push: push:
branches: branches:
- master - master
- ci-train-3 - ci-train-2
pull_request: pull_request:
branches: branches: