Skip to content

Commit 490e3bd

Browse files
committed
Fix CVE-2025-33212 Signed-off-by: Loganaden Velvindron <logan@cyberstorm.mu>
1 parent 27c5e63 commit 490e3bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataset_configs/multilingual/granary/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ documentation: |
7171
7272
``ConvertToTarredAudioDataset`` *(optional, only if tar-sharding is enabled)*::
7373
74-
pip install lhotse "nemo-toolkit[common]==2.2.1"
74+
pip install lhotse "nemo-toolkit[common]==2.3.2"
7575
7676
Quick start
7777
-----------

docker/Dockerfile.tts_sdp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ RUN pip install -r requirements/tts.txt
4141
RUN pip install flash-attn --no-build-isolation
4242
RUN pip install https://github.com/LahiLuk/YouTokenToMe/archive/master.zip
4343
RUN pip install megatron-core transformer_engine[pytorch]==2.4.0
44-
RUN pip install nemo_toolkit['all']==2.1.0
44+
RUN pip install nemo_toolkit['all']==2.3.2
4545

4646
WORKDIR /src/NeMo-speech-data-processor

0 commit comments

Comments
 (0)