Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dataset_configs/multilingual/granary/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ documentation: |

``ConvertToTarredAudioDataset`` *(optional, only if tar-sharding is enabled)*::

pip install lhotse "nemo-toolkit[common]==2.2.1"
pip install lhotse "nemo-toolkit[common]==2.3.2"

Quick start
-----------
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.tts_sdp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ RUN pip install -r requirements/tts.txt
RUN pip install flash-attn --no-build-isolation
RUN pip install https://github.com/LahiLuk/YouTokenToMe/archive/master.zip
RUN pip install megatron-core transformer_engine[pytorch]==2.4.0
RUN pip install nemo_toolkit['all']==2.1.0
RUN pip install nemo_toolkit['all']==2.3.2

WORKDIR /src/NeMo-speech-data-processor