minor fixes

This commit is contained in:
Fangjun Kuang 2023-07-27 19:00:22 +08:00
parent e488e67594
commit e8270e6d74

View File

@ -1,5 +1,8 @@
name: Run docker image name: Run docker image
on: on:
push:
branches:
- docker
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
@ -28,7 +31,9 @@ jobs:
uname -a uname -a
python3 --version python3 --version
python3 -m torch.utils.collect_env python3 -m torch.utils.collect_env
python3 -m k2.version # python3 -m k2.version
python3 -c "import lhotse; print(lhotse.__version__)" python3 -c "import lhotse; print(lhotse.__version__)"
python3 -c "import kaldifeat; print(kaldifeat.__version__)" # python3 -c "import kaldifeat; print(kaldifeat.__version__)"
nvcc --version nvcc --version
which nvcc
find /usr/ -name libcuda.so*