We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566283c commit 21aab18Copy full SHA for 21aab18
docker/common/install_dep.sh
@@ -303,7 +303,6 @@ extra() {
303
local mode="$1"
304
DEPS=(
305
"llama-index==0.10.43" # incompatible with nvidia-pytriton
306
- "ctc_segmentation==1.7.1 ; (platform_machine == 'x86_64' and platform_system != 'Darwin')" # requires numpy<2.0.0 to be installed before
307
"nemo_run"
308
"nvidia-modelopt==0.37.0" # We want a specific version of nvidia-modelopt
309
)
requirements/requirements_asr.txt
@@ -1,4 +1,5 @@
1
braceexpand
2
+ctc_segmentation==1.7.4
3
editdistance
4
einops
5
jiwer>=3.1.0,<4.0.0
0 commit comments