mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
parent
027302c902
commit
c19b414778
1
.github/scripts/docker/Dockerfile
vendored
1
.github/scripts/docker/Dockerfile
vendored
@ -51,6 +51,7 @@ RUN pip install --no-cache-dir \
|
|||||||
onnxruntime \
|
onnxruntime \
|
||||||
pytest \
|
pytest \
|
||||||
sentencepiece>=0.1.96 \
|
sentencepiece>=0.1.96 \
|
||||||
|
pypinyin==0.50.0 \
|
||||||
six \
|
six \
|
||||||
tensorboard \
|
tensorboard \
|
||||||
typeguard
|
typeguard
|
||||||
|
@ -45,7 +45,7 @@ def get_torchaudio_version(torch_version):
|
|||||||
def get_matrix():
|
def get_matrix():
|
||||||
k2_version = "1.24.4.dev20240218"
|
k2_version = "1.24.4.dev20240218"
|
||||||
kaldifeat_version = "1.25.4.dev20240218"
|
kaldifeat_version = "1.25.4.dev20240218"
|
||||||
version = "1.3"
|
version = "1.4"
|
||||||
python_version = ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
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"]
|
torch_version = ["1.13.0", "1.13.1", "2.0.0", "2.0.1", "2.1.0", "2.1.1", "2.1.2"]
|
||||||
torch_version += ["2.2.0"]
|
torch_version += ["2.2.0"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user