Skip to content

Commit 7af35c1

Browse files
Pin transformers version (#142)
* Pin transformers version Signed-off-by: Sushmitha Deva <[email protected]> * attempt to fix main Signed-off-by: George Zelenfroind <[email protected]> --------- Signed-off-by: Sushmitha Deva <[email protected]> Signed-off-by: George Zelenfroind <[email protected]> Co-authored-by: George Zelenfroind <[email protected]>
1 parent 89e596d commit 7af35c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/Dockerfile.tts_sdp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip install -r requirements/main.txt
4040
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
43-
RUN pip install megatron-core transformer_engine[pytorch]
43+
RUN pip install megatron-core transformer_engine[pytorch]==2.4.0
4444
RUN pip install nemo_toolkit['all']==2.1.0
4545

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

requirements/main.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ pydub
1919
dask
2020
distributed
2121
jiwer>=3.1.0,<4.0.0
22+
pyarrow>=8.0.0,<14.0.0
23+
datasets>=2.14.0,<3.0.0
2224
# toloka-kit # Temporarily disabled due to Toloka's technical pause; keep as reference for past and future API support
2325
# for some processers, additionally https://github.com/NVIDIA/NeMo is required
2426
# for some processers, additionally nemo_text_processing is required

0 commit comments

Comments
 (0)