Skip to content

Commit b9df7fa

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

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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)