Skip to content

Commit

Permalink
Fix cpu docker images for torch 2.2.0 (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Feb 18, 2024
1 parent 1768847 commit 7eb360d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def get_torchaudio_version(torch_version):


def get_matrix():
k2_version = "1.24.4.dev20240211"
kaldifeat_version = "1.25.4.dev20240210"
k2_version = "1.24.4.dev20240218"
kaldifeat_version = "1.25.4.dev20240218"
version = "1.3"
python_version = ["3.8", "3.9", "3.10", "3.11", "3.12"]
torch_version = ["1.13.0", "1.13.1", "2.0.0", "2.0.1", "2.1.0", "2.1.1", "2.1.2"]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/yesno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ jobs:
cd /icefall
git config --global --add safe.directory /icefall
python3 -m torch.utils.collect_env
python3 -m k2.version
.github/scripts/yesno/ASR/run.sh

0 comments on commit 7eb360d

Please sign in to comment.