Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update import 'pytorch_lightning' -> 'lightning.pytorch' #11252

Merged
merged 47 commits into from
Nov 18, 2024
Merged

Conversation

maanug-nv
Copy link
Collaborator

@maanug-nv maanug-nv commented Nov 11, 2024

What does this PR do ?

Use lightning.pytorch and lightning.fabric

Currently, if trying to install from source (pip install -e ./pytorch-lightning), only lightning package will be installed, not pytorch_lightning. Nemo will therefore use the unchanged pytorch_lightning package instead of lightning.
This PR will enable installing lightning from source to test updates to lightning through Nemo.

Collection: [Note which collection this PR will affect]

Changelog

  • Add specific line by line info of high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

@maanug-nv maanug-nv marked this pull request as ready for review November 13, 2024 18:53
Copy link
Contributor

beep boop 🤖: 🙏 The following files have warnings. In case you are familiar with these, please try helping us to improve the code base.


Your code was analyzed with PyLint. The following annotations have been identified:

************* Module nemo.collections.asr.data.audio_to_text_dataset
nemo/collections/asr/data/audio_to_text_dataset.py:252:0: C0301: Line too long (148/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:339:0: C0301: Line too long (175/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:433:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:505:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:556:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:904:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:916:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:924:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:938:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:950:0: C0301: Line too long (152/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:976:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:405:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:845:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:852:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:888:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:893:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:911:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:942:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.aed_multitask_models
nemo/collections/asr/models/aed_multitask_models.py:694:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:726:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:768:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:776:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:1048:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:1114:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.classification_models
nemo/collections/asr/models/classification_models.py:380:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:525:0: C0301: Line too long (157/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:526:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:532:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:533:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:539:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:540:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:546:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:547:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:553:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:554:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:560:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:561:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:567:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:568:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:574:0: C0301: Line too long (174/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:575:0: C0301: Line too long (211/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:581:0: C0301: Line too long (174/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:582:0: C0301: Line too long (211/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:695:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:922:0: C0301: Line too long (163/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:923:0: C0301: Line too long (165/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1134:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1135:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1136:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1137:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1138:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1230:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:48:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/classification_models.py:56:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/classification_models.py:160:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:592:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:612:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:630:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:809:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:827:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:836:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:904:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/classification_models.py:1014:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.clustering_diarizer
nemo/collections/asr/models/clustering_diarizer.py:238:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:242:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:328:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:475:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:545:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.confidence_ensemble
nemo/collections/asr/models/confidence_ensemble.py:42:0: C0115: Missing class docstring (missing-class-docstring)
************* Module nemo.collections.asr.models.ctc_models
nemo/collections/asr/models/ctc_models.py:195:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:196:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:812:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:818:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:819:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:825:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:826:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:832:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:833:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:839:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:840:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:846:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:847:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:853:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:854:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:860:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:861:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:867:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:868:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:874:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:875:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:881:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:882:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:888:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:889:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:896:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:897:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:903:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:904:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:544:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:601:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:619:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:661:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:679:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:915:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.hybrid_asr_tts_models
nemo/collections/asr/models/hybrid_asr_tts_models.py:107:8: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/hybrid_asr_tts_models.py:116:8: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.hybrid_rnnt_ctc_bpe_models
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:263:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:267:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:277:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:526:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:527:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:533:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:534:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:540:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:541:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:547:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:548:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:554:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:555:0: C0301: Line too long (190/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:561:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:562:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:568:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:569:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:575:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:576:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:582:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:583:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:589:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:590:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:596:0: C0301: Line too long (175/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:597:0: C0301: Line too long (211/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:603:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:604:0: C0301: Line too long (193/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:610:0: C0301: Line too long (168/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:611:0: C0301: Line too long (197/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:617:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:618:0: C0301: Line too long (199/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:624:0: C0301: Line too long (170/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:625:0: C0301: Line too long (201/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:631:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:632:0: C0301: Line too long (199/119) (line-too-long)
************* Module nemo.collections.asr.models.hybrid_rnnt_ctc_models
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:717:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:718:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:16:0: W0611: Unused import json (unused-import)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:17:0: W0611: Unused import os (unused-import)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:18:0: W0611: Unused import tempfile (unused-import)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:24:0: W0611: Unused tqdm imported from tqdm.auto (unused-import)
************* Module nemo.collections.asr.models.k2_sequence_models
nemo/collections/asr/models/k2_sequence_models.py:51:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:52:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:140:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:229:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:230:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:284:0: C0301: Line too long (120/119) (line-too-long)
************* Module nemo.collections.asr.models.label_models
nemo/collections/asr/models/label_models.py:82:0: C0301: Line too long (161/119) (line-too-long)
nemo/collections/asr/models/label_models.py:83:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/label_models.py:89:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/label_models.py:90:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/models/label_models.py:97:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/label_models.py:103:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/label_models.py:104:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/label_models.py:110:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/label_models.py:111:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/asr/models/label_models.py:141:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/asr/models/label_models.py:285:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/label_models.py:523:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/label_models.py:182:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:362:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:385:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:412:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:445:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:484:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:519:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:555:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:561:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:50:0: W0611: Unused typecheck imported from nemo.core.classes.common (unused-import)
************* Module nemo.collections.asr.models.msdd_models
nemo/collections/asr/models/msdd_models.py:81:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:102:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:103:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:110:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:176:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:177:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:344:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:369:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:391:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:423:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:651:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:662:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:711:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:712:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:713:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:774:0: C0301: Line too long (159/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:781:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:783:0: C0301: Line too long (131/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:796:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:833:0: C0301: Line too long (128/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:834:0: C0301: Line too long (134/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:849:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:977:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:978:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1032:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1056:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1107:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1108:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1109:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1113:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1155:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1180:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1181:0: C0301: Line too long (163/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1182:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1195:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1196:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1197:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1198:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1210:0: C0301: Line too long (137/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1240:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1266:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1267:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1271:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1273:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1308:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1309:0: C0301: Line too long (132/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1310:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1315:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1317:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1356:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1408:0: C0301: Line too long (131/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:72:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/msdd_models.py:545:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/msdd_models.py:579:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/msdd_models.py:601:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.rnnt_bpe_models
nemo/collections/asr/models/rnnt_bpe_models.py:53:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:54:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:60:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:61:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:67:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:68:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:74:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:75:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:81:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:82:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:88:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:89:0: C0301: Line too long (152/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:95:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:96:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:102:0: C0301: Line too long (154/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:103:0: C0301: Line too long (168/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:109:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:110:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:116:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:117:0: C0301: Line too long (172/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:123:0: C0301: Line too long (154/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:124:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:130:0: C0301: Line too long (155/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:131:0: C0301: Line too long (170/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:137:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:138:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:144:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:145:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:151:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:152:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:158:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:159:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:165:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:166:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:172:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:173:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:179:0: C0301: Line too long (155/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:180:0: C0301: Line too long (170/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:186:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:187:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:193:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:194:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:200:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:201:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:207:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:208:0: C0301: Line too long (184/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:214:0: C0301: Line too long (154/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:215:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:221:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:222:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:228:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:229:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:235:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:236:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:242:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:243:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:249:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:250:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:256:0: C0301: Line too long (157/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:257:0: C0301: Line too long (174/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:263:0: C0301: Line too long (160/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:264:0: C0301: Line too long (180/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:270:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:271:0: C0301: Line too long (177/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:277:0: C0301: Line too long (159/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:278:0: C0301: Line too long (179/119) (line-too-long)
************* Module nemo.collections.asr.models.rnnt_models
nemo/collections/asr/models/rnnt_models.py:1084:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/rnnt_models.py:1085:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_models.py:230:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:705:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:803:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:820:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:888:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:896:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:1061:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:1092:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.ssl_models
nemo/collections/asr/models/ssl_models.py:64:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:65:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:71:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:72:0: C0301: Line too long (147/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:614:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:521:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:564:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:597:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:611:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/ssl_models.py:749:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:772:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:808:0: C0115: Missing class docstring (missing-class-docstring)
************* Module nemo.collections.asr.models.transformer_bpe_models
nemo/collections/asr/models/transformer_bpe_models.py:198:0: C0301: Line too long (240/119) (line-too-long)
nemo/collections/asr/models/transformer_bpe_models.py:202:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/transformer_bpe_models.py:64:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:420:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:440:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:451:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:486:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:16:0: W0611: Unused import json (unused-import)
nemo/collections/asr/models/transformer_bpe_models.py:18:0: W0611: Unused import tempfile (unused-import)
nemo/collections/asr/models/transformer_bpe_models.py:29:0: W0611: Unused tqdm imported from tqdm.auto (unused-import)
************* Module nemo.collections.asr.parts.utils.wfst_utils
nemo/collections/asr/parts/utils/wfst_utils.py:1305:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/parts/utils/wfst_utils.py:116:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:993:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1009:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1079:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1084:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1088:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1092:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.api
nemo/collections/llm/api.py:64:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/llm/api.py:220:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/llm/api.py:351:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/api.py:252:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/api.py:312:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/api.py:324:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/api.py:486:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.api
nemo/collections/llm/gpt/data/api.py:26:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/api.py:32:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/api.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/api.py:44:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.fine_tuning
nemo/collections/llm/gpt/data/fine_tuning.py:37:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:43:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:47:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:49:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:51:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:52:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:99:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:100:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:101:0: C0301: Line too long (157/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:92:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:104:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:117:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:130:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:139:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:148:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:181:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:185:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:197:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:201:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:26:0: W0611: Unused logging imported from nemo.utils (unused-import)
************* Module nemo.collections.llm.gpt.data.hf_dataset
nemo/collections/llm/gpt/data/hf_dataset.py:20:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/data/hf_dataset.py:48:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/hf_dataset.py:73:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.mock
nemo/collections/llm/gpt/data/mock.py:33:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/data/mock.py:73:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/mock.py:84:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/mock.py:89:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/mock.py:94:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.pre_training
nemo/collections/llm/gpt/data/pre_training.py:136:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:137:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:138:0: C0301: Line too long (137/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:388:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:395:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:49:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:60:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:219:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:282:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:311:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:314:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:317:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:335:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:385:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.model.base
nemo/collections/llm/gpt/model/base.py:226:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/llm/gpt/model/base.py:51:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:94:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:115:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:123:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:131:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:139:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:149:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:159:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:182:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:252:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:264:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:276:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:288:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:300:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:312:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:326:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:344:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:348:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:371:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:374:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:377:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:381:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:386:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:407:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:414:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:421:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:449:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:43:4: W0611: Unused import fused_weight_gradient_mlp_cuda (unused-import)
************* Module nemo.collections.llm.gpt.model.hf_auto_model_for_causal_lm
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:26:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:34:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:54:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:65:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:68:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:79:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:91:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:105:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:116:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.model.mistral
nemo/collections/llm/gpt/model/mistral.py:40:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:96:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:110:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:130:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:144:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:150:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:189:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:212:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:229:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:233:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:19:0: W0611: Unused lightning.pytorch imported as pl (unused-import)
************* Module nemo.collections.llm.recipes.baichuan2_7b
nemo/collections/llm/recipes/baichuan2_7b.py:257:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/baichuan2_7b.py:258:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.chatglm3_6b
nemo/collections/llm/recipes/chatglm3_6b.py:257:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/chatglm3_6b.py:258:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.finetune_default
nemo/collections/llm/recipes/finetune_default.py:128:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/llm/recipes/finetune_default.py:82:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.gemma2_27b
nemo/collections/llm/recipes/gemma2_27b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma2_27b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma2_2b
nemo/collections/llm/recipes/gemma2_2b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma2_2b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma2_9b
nemo/collections/llm/recipes/gemma2_9b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma2_9b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma_2b
nemo/collections/llm/recipes/gemma_2b.py:256:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma_2b.py:257:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma_7b
nemo/collections/llm/recipes/gemma_7b.py:259:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma_7b.py:260:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.hf_auto_model_for_causal_lm
nemo/collections/llm/recipes/hf_auto_model_for_causal_lm.py:103:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/llm/recipes/hf_auto_model_for_causal_lm.py:154:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/llm/recipes/hf_auto_model_for_causal_lm.py:193:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.llama31_405b
nemo/collections/llm/recipes/llama31_405b.py:264:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.llama3_70b
nemo/collections/llm/recipes/llama3_70b.py:266:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/llama3_70b.py:268:0: C0301: Line too long (206/119) (line-too-long)
************* Module nemo.collections.llm.recipes.llama3_70b_16k
nemo/collections/llm/recipes/llama3_70b_16k.py:76:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/llm/recipes/llama3_70b_16k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/llama3_70b_16k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.llama3_70b_64k
nemo/collections/llm/recipes/llama3_70b_64k.py:76:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/llm/recipes/llama3_70b_64k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
************* Module nemo.collections.llm.recipes.llama3_8b
nemo/collections/llm/recipes/llama3_8b.py:254:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/llama3_8b.py:256:0: C0301: Line too long (206/119) (line-too-long)
nemo/collections/llm/recipes/llama3_8b.py:28:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.llama3_8b_16k
nemo/collections/llm/recipes/llama3_8b_16k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/llama3_8b_16k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.llama3_8b_64k
nemo/collections/llm/recipes/llama3_8b_64k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/llama3_8b_64k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.log.default
nemo/collections/llm/recipes/log/default.py:25:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/recipes/log/default.py:29:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/recipes/log/default.py:44:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/recipes/log/default.py:69:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_130m
nemo/collections/llm/recipes/mamba2_130m.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_1_3b
nemo/collections/llm/recipes/mamba2_1_3b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_2_7b
nemo/collections/llm/recipes/mamba2_2_7b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_370m
nemo/collections/llm/recipes/mamba2_370m.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_780m
nemo/collections/llm/recipes/mamba2_780m.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_8b
nemo/collections/llm/recipes/mamba2_8b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_hybrid_8b
nemo/collections/llm/recipes/mamba2_hybrid_8b.py:258:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/llm/recipes/mamba2_hybrid_8b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mistral_7b
nemo/collections/llm/recipes/mistral_7b.py:210:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mistral_7b.py:211:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mistral_7b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mistral_nemo_12b
nemo/collections/llm/recipes/mistral_nemo_12b.py:258:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mistral_nemo_12b.py:259:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mistral_nemo_12b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x22b
nemo/collections/llm/recipes/mixtral_8x22b.py:230:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x22b.py:262:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x22b.py:263:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x22b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x7b
nemo/collections/llm/recipes/mixtral_8x7b.py:225:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x7b.py:257:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x7b.py:258:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x7b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x7b_16k
nemo/collections/llm/recipes/mixtral_8x7b_16k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/mixtral_8x7b_16k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x7b_64k
nemo/collections/llm/recipes/mixtral_8x7b_64k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
************* Module nemo.collections.llm.recipes.nemotron3_22b
nemo/collections/llm/recipes/nemotron3_22b.py:242:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_22b.py:243:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_22b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
************* Module nemo.collections.llm.recipes.nemotron3_4b
nemo/collections/llm/recipes/nemotron3_4b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_4b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.nemotron3_8b
nemo/collections/llm/recipes/nemotron3_8b.py:259:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_8b.py:260:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_8b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
nemo/collections/llm/recipes/nemotron3_8b.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.nemotron4_15b
nemo/collections/llm/recipes/nemotron4_15b.py:231:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_15b.py:232:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_15b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
************* Module nemo.collections.llm.recipes.nemotron4_340b
nemo/collections/llm/recipes/nemotron4_340b.py:243:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_340b.py:244:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_340b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
nemo/collections/llm/recipes/nemotron4_340b.py:21:0: W0611: Unused lightning imported from nemo as nl (unused-import)
************* Module nemo.collections.llm.recipes.qwen2_1p5b
nemo/collections/llm/recipes/qwen2_1p5b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_1p5b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.qwen2_500m
nemo/collections/llm/recipes/qwen2_500m.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_500m.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.qwen2_72b
nemo/collections/llm/recipes/qwen2_72b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_72b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.qwen2_7b
nemo/collections/llm/recipes/qwen2_7b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_7b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder2_15b
nemo/collections/llm/recipes/starcoder2_15b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/starcoder2_15b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder2_3b
nemo/collections/llm/recipes/starcoder2_3b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/starcoder2_3b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder2_7b
nemo/collections/llm/recipes/starcoder2_7b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/starcoder2_7b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder_15b
nemo/collections/llm/recipes/starcoder_15b.py:283:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.t5_11b
nemo/collections/llm/recipes/t5_11b.py:232:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.t5_220m
nemo/collections/llm/recipes/t5_220m.py:230:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.t5_3b
nemo/collections/llm/recipes/t5_3b.py:232:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.t5.data.fine_tuning
nemo/collections/llm/t5/data/fine_tuning.py:34:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:40:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:44:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:46:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:48:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:49:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:50:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:97:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:110:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:118:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:126:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:158:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:162:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:166:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.t5.data.mock
nemo/collections/llm/t5/data/mock.py:33:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/t5/data/mock.py:71:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/mock.py:82:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/mock.py:87:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/mock.py:92:4: C0116: Missing function or method docstr...*[Comment body truncated]*

1 similar comment
Copy link
Contributor

beep boop 🤖: 🙏 The following files have warnings. In case you are familiar with these, please try helping us to improve the code base.


Your code was analyzed with PyLint. The following annotations have been identified:

************* Module nemo.collections.asr.data.audio_to_text_dataset
nemo/collections/asr/data/audio_to_text_dataset.py:252:0: C0301: Line too long (148/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:339:0: C0301: Line too long (175/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:433:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:505:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:556:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:904:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:916:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:924:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:938:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:950:0: C0301: Line too long (152/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:976:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/asr/data/audio_to_text_dataset.py:405:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:845:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:852:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:888:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:893:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:911:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/data/audio_to_text_dataset.py:942:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.aed_multitask_models
nemo/collections/asr/models/aed_multitask_models.py:694:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:726:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:768:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:776:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:1048:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/aed_multitask_models.py:1114:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.classification_models
nemo/collections/asr/models/classification_models.py:380:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:525:0: C0301: Line too long (157/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:526:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:532:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:533:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:539:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:540:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:546:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:547:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:553:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:554:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:560:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:561:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:567:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:568:0: C0301: Line too long (187/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:574:0: C0301: Line too long (174/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:575:0: C0301: Line too long (211/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:581:0: C0301: Line too long (174/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:582:0: C0301: Line too long (211/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:695:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:922:0: C0301: Line too long (163/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:923:0: C0301: Line too long (165/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1134:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1135:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1136:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1137:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1138:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:1230:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/classification_models.py:48:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/classification_models.py:56:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/classification_models.py:160:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:592:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:612:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:630:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:809:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:827:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:836:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/classification_models.py:904:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/classification_models.py:1014:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.clustering_diarizer
nemo/collections/asr/models/clustering_diarizer.py:238:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:242:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:328:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:475:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/clustering_diarizer.py:545:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.confidence_ensemble
nemo/collections/asr/models/confidence_ensemble.py:42:0: C0115: Missing class docstring (missing-class-docstring)
************* Module nemo.collections.asr.models.ctc_models
nemo/collections/asr/models/ctc_models.py:195:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:196:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:812:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:818:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:819:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:825:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:826:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:832:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:833:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:839:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:840:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:846:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:847:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:853:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:854:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:860:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:861:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:867:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:868:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:874:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:875:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:881:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:882:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:888:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:889:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:896:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:897:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:903:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:904:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/ctc_models.py:544:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:601:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:619:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:661:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:679:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ctc_models.py:915:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.hybrid_asr_tts_models
nemo/collections/asr/models/hybrid_asr_tts_models.py:107:8: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/hybrid_asr_tts_models.py:116:8: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.hybrid_rnnt_ctc_bpe_models
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:263:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:267:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:277:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:526:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:527:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:533:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:534:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:540:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:541:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:547:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:548:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:554:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:555:0: C0301: Line too long (190/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:561:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:562:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:568:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:569:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:575:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:576:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:582:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:583:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:589:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:590:0: C0301: Line too long (173/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:596:0: C0301: Line too long (175/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:597:0: C0301: Line too long (211/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:603:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:604:0: C0301: Line too long (193/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:610:0: C0301: Line too long (168/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:611:0: C0301: Line too long (197/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:617:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:618:0: C0301: Line too long (199/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:624:0: C0301: Line too long (170/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:625:0: C0301: Line too long (201/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:631:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py:632:0: C0301: Line too long (199/119) (line-too-long)
************* Module nemo.collections.asr.models.hybrid_rnnt_ctc_models
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:717:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:718:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:16:0: W0611: Unused import json (unused-import)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:17:0: W0611: Unused import os (unused-import)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:18:0: W0611: Unused import tempfile (unused-import)
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py:24:0: W0611: Unused tqdm imported from tqdm.auto (unused-import)
************* Module nemo.collections.asr.models.k2_sequence_models
nemo/collections/asr/models/k2_sequence_models.py:51:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:52:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:140:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:229:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:230:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/k2_sequence_models.py:284:0: C0301: Line too long (120/119) (line-too-long)
************* Module nemo.collections.asr.models.label_models
nemo/collections/asr/models/label_models.py:82:0: C0301: Line too long (161/119) (line-too-long)
nemo/collections/asr/models/label_models.py:83:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/label_models.py:89:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/label_models.py:90:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/models/label_models.py:97:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/label_models.py:103:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/label_models.py:104:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/label_models.py:110:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/label_models.py:111:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/asr/models/label_models.py:141:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/asr/models/label_models.py:285:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/label_models.py:523:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/label_models.py:182:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:362:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:385:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:412:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:445:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:484:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:519:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:555:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:561:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/label_models.py:50:0: W0611: Unused typecheck imported from nemo.core.classes.common (unused-import)
************* Module nemo.collections.asr.models.msdd_models
nemo/collections/asr/models/msdd_models.py:81:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:102:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:103:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:110:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:176:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:177:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:344:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:369:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:391:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:423:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:651:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:662:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:711:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:712:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:713:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:774:0: C0301: Line too long (159/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:781:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:783:0: C0301: Line too long (131/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:796:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:833:0: C0301: Line too long (128/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:834:0: C0301: Line too long (134/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:849:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:977:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:978:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1032:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1056:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1107:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1108:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1109:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1113:0: C0301: Line too long (125/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1155:0: C0301: Line too long (139/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1180:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1181:0: C0301: Line too long (163/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1182:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1195:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1196:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1197:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1198:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1210:0: C0301: Line too long (137/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1240:0: C0301: Line too long (136/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1266:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1267:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1271:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1273:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1308:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1309:0: C0301: Line too long (132/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1310:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1315:0: C0301: Line too long (151/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1317:0: C0301: Line too long (149/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1356:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:1408:0: C0301: Line too long (131/119) (line-too-long)
nemo/collections/asr/models/msdd_models.py:72:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/msdd_models.py:545:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/msdd_models.py:579:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/msdd_models.py:601:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.rnnt_bpe_models
nemo/collections/asr/models/rnnt_bpe_models.py:53:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:54:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:60:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:61:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:67:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:68:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:74:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:75:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:81:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:82:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:88:0: C0301: Line too long (146/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:89:0: C0301: Line too long (152/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:95:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:96:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:102:0: C0301: Line too long (154/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:103:0: C0301: Line too long (168/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:109:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:110:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:116:0: C0301: Line too long (156/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:117:0: C0301: Line too long (172/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:123:0: C0301: Line too long (154/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:124:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:130:0: C0301: Line too long (155/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:131:0: C0301: Line too long (170/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:137:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:138:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:144:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:145:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:151:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:152:0: C0301: Line too long (144/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:158:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:159:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:165:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:166:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:172:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:173:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:179:0: C0301: Line too long (155/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:180:0: C0301: Line too long (170/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:186:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:187:0: C0301: Line too long (150/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:193:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:194:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:200:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:201:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:207:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:208:0: C0301: Line too long (184/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:214:0: C0301: Line too long (154/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:215:0: C0301: Line too long (169/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:221:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:222:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:228:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:229:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:235:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:236:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:242:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:243:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:249:0: C0301: Line too long (153/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:250:0: C0301: Line too long (167/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:256:0: C0301: Line too long (157/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:257:0: C0301: Line too long (174/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:263:0: C0301: Line too long (160/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:264:0: C0301: Line too long (180/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:270:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:271:0: C0301: Line too long (177/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:277:0: C0301: Line too long (159/119) (line-too-long)
nemo/collections/asr/models/rnnt_bpe_models.py:278:0: C0301: Line too long (179/119) (line-too-long)
************* Module nemo.collections.asr.models.rnnt_models
nemo/collections/asr/models/rnnt_models.py:1084:0: C0301: Line too long (164/119) (line-too-long)
nemo/collections/asr/models/rnnt_models.py:1085:0: C0301: Line too long (166/119) (line-too-long)
nemo/collections/asr/models/rnnt_models.py:230:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:705:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:803:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:820:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:888:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:896:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:1061:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/rnnt_models.py:1092:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.asr.models.ssl_models
nemo/collections/asr/models/ssl_models.py:64:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:65:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:71:0: C0301: Line too long (143/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:72:0: C0301: Line too long (147/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:614:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/ssl_models.py:521:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:564:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:597:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:611:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/models/ssl_models.py:749:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:772:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/ssl_models.py:808:0: C0115: Missing class docstring (missing-class-docstring)
************* Module nemo.collections.asr.models.transformer_bpe_models
nemo/collections/asr/models/transformer_bpe_models.py:198:0: C0301: Line too long (240/119) (line-too-long)
nemo/collections/asr/models/transformer_bpe_models.py:202:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/asr/models/transformer_bpe_models.py:64:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:420:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:440:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:451:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:486:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/models/transformer_bpe_models.py:16:0: W0611: Unused import json (unused-import)
nemo/collections/asr/models/transformer_bpe_models.py:18:0: W0611: Unused import tempfile (unused-import)
nemo/collections/asr/models/transformer_bpe_models.py:29:0: W0611: Unused tqdm imported from tqdm.auto (unused-import)
************* Module nemo.collections.asr.parts.utils.wfst_utils
nemo/collections/asr/parts/utils/wfst_utils.py:1305:0: C0301: Line too long (142/119) (line-too-long)
nemo/collections/asr/parts/utils/wfst_utils.py:116:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:993:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1009:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1079:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1084:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1088:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/asr/parts/utils/wfst_utils.py:1092:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.api
nemo/collections/llm/api.py:64:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/llm/api.py:220:0: C0301: Line too long (135/119) (line-too-long)
nemo/collections/llm/api.py:351:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/api.py:252:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/api.py:312:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/api.py:324:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/api.py:486:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.api
nemo/collections/llm/gpt/data/api.py:26:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/api.py:32:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/api.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/api.py:44:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.fine_tuning
nemo/collections/llm/gpt/data/fine_tuning.py:37:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:43:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:47:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:49:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:51:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:52:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:99:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:100:0: C0301: Line too long (141/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:101:0: C0301: Line too long (157/119) (line-too-long)
nemo/collections/llm/gpt/data/fine_tuning.py:92:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:104:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:117:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:130:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:139:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:148:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:181:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:185:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:197:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:201:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/fine_tuning.py:26:0: W0611: Unused logging imported from nemo.utils (unused-import)
************* Module nemo.collections.llm.gpt.data.hf_dataset
nemo/collections/llm/gpt/data/hf_dataset.py:20:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/data/hf_dataset.py:48:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/hf_dataset.py:73:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.mock
nemo/collections/llm/gpt/data/mock.py:33:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/data/mock.py:73:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/mock.py:84:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/mock.py:89:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/mock.py:94:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.data.pre_training
nemo/collections/llm/gpt/data/pre_training.py:136:0: C0301: Line too long (140/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:137:0: C0301: Line too long (145/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:138:0: C0301: Line too long (137/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:388:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:395:0: C0301: Line too long (133/119) (line-too-long)
nemo/collections/llm/gpt/data/pre_training.py:49:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:60:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:219:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:282:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:311:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:314:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:317:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:335:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/data/pre_training.py:385:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.model.base
nemo/collections/llm/gpt/model/base.py:226:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/llm/gpt/model/base.py:51:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:94:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:115:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:123:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:131:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:139:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:149:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:159:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:182:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:252:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:264:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:276:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:288:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:300:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:312:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:326:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/base.py:344:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:348:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:371:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:374:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:377:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:381:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:386:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:407:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:414:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:421:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:449:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/base.py:43:4: W0611: Unused import fused_weight_gradient_mlp_cuda (unused-import)
************* Module nemo.collections.llm.gpt.model.hf_auto_model_for_causal_lm
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:26:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:34:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:54:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:65:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:68:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:79:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:91:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:105:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/hf_auto_model_for_causal_lm.py:116:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.gpt.model.mistral
nemo/collections/llm/gpt/model/mistral.py:40:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:96:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:110:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:130:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:144:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:150:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:189:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/gpt/model/mistral.py:212:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:229:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:233:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/gpt/model/mistral.py:19:0: W0611: Unused lightning.pytorch imported as pl (unused-import)
************* Module nemo.collections.llm.recipes.baichuan2_7b
nemo/collections/llm/recipes/baichuan2_7b.py:257:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/baichuan2_7b.py:258:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.chatglm3_6b
nemo/collections/llm/recipes/chatglm3_6b.py:257:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/chatglm3_6b.py:258:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.finetune_default
nemo/collections/llm/recipes/finetune_default.py:128:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/llm/recipes/finetune_default.py:82:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.gemma2_27b
nemo/collections/llm/recipes/gemma2_27b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma2_27b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma2_2b
nemo/collections/llm/recipes/gemma2_2b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma2_2b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma2_9b
nemo/collections/llm/recipes/gemma2_9b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma2_9b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma_2b
nemo/collections/llm/recipes/gemma_2b.py:256:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma_2b.py:257:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.gemma_7b
nemo/collections/llm/recipes/gemma_7b.py:259:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/gemma_7b.py:260:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.hf_auto_model_for_causal_lm
nemo/collections/llm/recipes/hf_auto_model_for_causal_lm.py:103:0: C0301: Line too long (162/119) (line-too-long)
nemo/collections/llm/recipes/hf_auto_model_for_causal_lm.py:154:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/llm/recipes/hf_auto_model_for_causal_lm.py:193:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.llama31_405b
nemo/collections/llm/recipes/llama31_405b.py:264:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.llama3_70b
nemo/collections/llm/recipes/llama3_70b.py:266:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/llama3_70b.py:268:0: C0301: Line too long (206/119) (line-too-long)
************* Module nemo.collections.llm.recipes.llama3_70b_16k
nemo/collections/llm/recipes/llama3_70b_16k.py:76:0: C0301: Line too long (124/119) (line-too-long)
nemo/collections/llm/recipes/llama3_70b_16k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/llama3_70b_16k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.llama3_70b_64k
nemo/collections/llm/recipes/llama3_70b_64k.py:76:0: C0301: Line too long (122/119) (line-too-long)
nemo/collections/llm/recipes/llama3_70b_64k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
************* Module nemo.collections.llm.recipes.llama3_8b
nemo/collections/llm/recipes/llama3_8b.py:254:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/llama3_8b.py:256:0: C0301: Line too long (206/119) (line-too-long)
nemo/collections/llm/recipes/llama3_8b.py:28:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.llama3_8b_16k
nemo/collections/llm/recipes/llama3_8b_16k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/llama3_8b_16k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.llama3_8b_64k
nemo/collections/llm/recipes/llama3_8b_64k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/llama3_8b_64k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.log.default
nemo/collections/llm/recipes/log/default.py:25:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/recipes/log/default.py:29:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/recipes/log/default.py:44:0: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/recipes/log/default.py:69:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_130m
nemo/collections/llm/recipes/mamba2_130m.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_1_3b
nemo/collections/llm/recipes/mamba2_1_3b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_2_7b
nemo/collections/llm/recipes/mamba2_2_7b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_370m
nemo/collections/llm/recipes/mamba2_370m.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_780m
nemo/collections/llm/recipes/mamba2_780m.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_8b
nemo/collections/llm/recipes/mamba2_8b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mamba2_hybrid_8b
nemo/collections/llm/recipes/mamba2_hybrid_8b.py:258:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/llm/recipes/mamba2_hybrid_8b.py:38:0: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.recipes.mistral_7b
nemo/collections/llm/recipes/mistral_7b.py:210:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mistral_7b.py:211:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mistral_7b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mistral_nemo_12b
nemo/collections/llm/recipes/mistral_nemo_12b.py:258:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mistral_nemo_12b.py:259:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mistral_nemo_12b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x22b
nemo/collections/llm/recipes/mixtral_8x22b.py:230:0: C0301: Line too long (120/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x22b.py:262:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x22b.py:263:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x22b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x7b
nemo/collections/llm/recipes/mixtral_8x7b.py:225:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x7b.py:257:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x7b.py:258:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/mixtral_8x7b.py:27:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x7b_16k
nemo/collections/llm/recipes/mixtral_8x7b_16k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
nemo/collections/llm/recipes/mixtral_8x7b_16k.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.mixtral_8x7b_64k
nemo/collections/llm/recipes/mixtral_8x7b_64k.py:22:0: W0611: Unused finetune imported from nemo.collections.llm.api (unused-import)
************* Module nemo.collections.llm.recipes.nemotron3_22b
nemo/collections/llm/recipes/nemotron3_22b.py:242:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_22b.py:243:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_22b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
************* Module nemo.collections.llm.recipes.nemotron3_4b
nemo/collections/llm/recipes/nemotron3_4b.py:194:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_4b.py:195:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.nemotron3_8b
nemo/collections/llm/recipes/nemotron3_8b.py:259:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_8b.py:260:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron3_8b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
nemo/collections/llm/recipes/nemotron3_8b.py:24:0: W0611: Unused SquadDataModule imported from nemo.collections.llm.gpt.data.squad (unused-import)
************* Module nemo.collections.llm.recipes.nemotron4_15b
nemo/collections/llm/recipes/nemotron4_15b.py:231:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_15b.py:232:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_15b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
************* Module nemo.collections.llm.recipes.nemotron4_340b
nemo/collections/llm/recipes/nemotron4_340b.py:243:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_340b.py:244:0: C0301: Line too long (158/119) (line-too-long)
nemo/collections/llm/recipes/nemotron4_340b.py:15:0: W0611: Unused Callable imported from typing (unused-import)
nemo/collections/llm/recipes/nemotron4_340b.py:21:0: W0611: Unused lightning imported from nemo as nl (unused-import)
************* Module nemo.collections.llm.recipes.qwen2_1p5b
nemo/collections/llm/recipes/qwen2_1p5b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_1p5b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.qwen2_500m
nemo/collections/llm/recipes/qwen2_500m.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_500m.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.qwen2_72b
nemo/collections/llm/recipes/qwen2_72b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_72b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.qwen2_7b
nemo/collections/llm/recipes/qwen2_7b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/qwen2_7b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder2_15b
nemo/collections/llm/recipes/starcoder2_15b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/starcoder2_15b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder2_3b
nemo/collections/llm/recipes/starcoder2_3b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/starcoder2_3b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder2_7b
nemo/collections/llm/recipes/starcoder2_7b.py:197:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/recipes/starcoder2_7b.py:198:0: C0301: Line too long (158/119) (line-too-long)
************* Module nemo.collections.llm.recipes.starcoder_15b
nemo/collections/llm/recipes/starcoder_15b.py:283:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.t5_11b
nemo/collections/llm/recipes/t5_11b.py:232:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.t5_220m
nemo/collections/llm/recipes/t5_220m.py:230:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.recipes.t5_3b
nemo/collections/llm/recipes/t5_3b.py:232:0: C0301: Line too long (121/119) (line-too-long)
************* Module nemo.collections.llm.t5.data.fine_tuning
nemo/collections/llm/t5/data/fine_tuning.py:34:0: C0301: Line too long (123/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:40:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:44:0: C0301: Line too long (130/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:46:0: C0301: Line too long (127/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:48:0: C0301: Line too long (121/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:49:0: C0301: Line too long (126/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:50:0: C0301: Line too long (129/119) (line-too-long)
nemo/collections/llm/t5/data/fine_tuning.py:97:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:110:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:118:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:126:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:158:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:162:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/fine_tuning.py:166:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module nemo.collections.llm.t5.data.mock
nemo/collections/llm/t5/data/mock.py:33:0: C0115: Missing class docstring (missing-class-docstring)
nemo/collections/llm/t5/data/mock.py:71:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/mock.py:82:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/mock.py:87:4: C0116: Missing function or method docstring (missing-function-docstring)
nemo/collections/llm/t5/data/mock.py:92:4: C0116: Missing function or method docstr...*[Comment body truncated]*

Signed-off-by: Maanu Grover <[email protected]>
@maanug-nv maanug-nv changed the title Update import 'pytorch_lightning' -> 'lightning.pytorch' Update import 'pytorch_lightning' -> 'lightning.pytorch' (llm, tts, asr) Nov 13, 2024
Signed-off-by: Maanu Grover <[email protected]>
@github-actions github-actions bot added core Changes to NeMo Core NLP labels Nov 13, 2024
import torch
import torch._dynamo.config as dynamo_config
from lightning.pytorch import Trainer

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Trainer' is not used.
@@ -17,14 +17,14 @@
from typing import Any, Dict, List, Tuple, Union

import hydra
import pytorch_lightning as pl
import lightning.pytorch as pl

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'pl' is not used.
maanug-nv and others added 3 commits November 14, 2024 01:36
Signed-off-by: Maanu Grover <[email protected]>
Signed-off-by: maanug-nv <[email protected]>
Signed-off-by: Maanu Grover <[email protected]>
Copy link
Contributor

[🤖]: Hi @maanug-nv 👋,

We wanted to let you know that a CICD pipeline for this PR just finished successfully

So it might be time to merge this PR or get some approvals

I'm just a bot so I'll leave it you what to do next.

//cc @pablo-garay @ko3n1g

@maanug-nv
Copy link
Collaborator Author

I will apply the same change to docs and tutorials in a future PR. At that point, all references to pytorch_lightning should be removed, so I'll remove it from requirements as well.

Copy link
Collaborator

@titu1994 titu1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only skimmed the changes, overall looks fine.

Copy link
Collaborator

@nithinraok nithinraok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maanug-nv maanug-nv mentioned this pull request Nov 16, 2024
8 tasks
@maanug-nv maanug-nv merged commit 2544592 into main Nov 18, 2024
168 of 169 checks passed
@maanug-nv maanug-nv deleted the maanug/pl-to-l branch November 18, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants