Skip to content

Commit

Permalink
torch 2.4.1 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Sep 7, 2024
1 parent 8ad313d commit d3d6bac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def get_matrix():
torch_version += ["2.2.0", "2.2.1", "2.2.2"]
torch_version += ["2.3.0", "2.3.1"]
torch_version += ["2.4.0"]
torch_version += ["2.4.1"]

matrix = []
for p in python_version:
Expand Down Expand Up @@ -82,6 +83,9 @@ def get_matrix():
elif t == "2.4.0":
k2_version_2 = "1.24.4.dev20240725"
kaldifeat_version_2 = "1.25.4.dev20240725"
elif t == "2.4.1":
k2_version_2 = "1.24.4.dev20240905"
kaldifeat_version_2 = "1.25.4.dev20240905"

matrix.append(
{
Expand Down

0 comments on commit d3d6bac

Please sign in to comment.