mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
minor fixes
This commit is contained in:
parent
e488e67594
commit
e8270e6d74
9
.github/workflows/run-docker-image.yml
vendored
9
.github/workflows/run-docker-image.yml
vendored
@ -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*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user