Skip to content

Commit 21aab18

Browse files
authored
Update ctc-segmentation (#14991) (#14998)
* Update ctc-segmentation * Move ctc_segmentation to asr requirements * Update to ctc_segmentation 1.7.4 --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
1 parent 566283c commit 21aab18

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/common/install_dep.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ extra() {
303303
local mode="$1"
304304
DEPS=(
305305
"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
307306
"nemo_run"
308307
"nvidia-modelopt==0.37.0" # We want a specific version of nvidia-modelopt
309308
)

requirements/requirements_asr.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
braceexpand
2+
ctc_segmentation==1.7.4
23
editdistance
34
einops
45
jiwer>=3.1.0,<4.0.0

0 commit comments

Comments
 (0)