-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
ONNX export for RadTTS #5880
ONNX export for RadTTS #5880
Commits on Feb 10, 2023
-
Megatron positional encoding alibi fix (NVIDIA#5808) (NVIDIA#5863)
* 1. Debugging. * 1. Debugging. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 1. Debugging. * 1. Debugging. * 1. Fixed initialization. Signed-off-by: Micha Livne <mlivne@nvidia.com> * 1. Debugging. * 1. Debugging. * 1. Debugging. * 1. Debugging. * 1. Debugging. * 1. Debugging. * 1. Debugging. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 1. Debugging. * 1. Removed scale from ALiBi. Signed-off-by: Micha Livne <mlivne@nvidia.com> * 1. Updated yaml and added support to control number of alibi heads. Signed-off-by: Micha Livne <mlivne@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 1. Removed num_attention_heads_alibi from configs. Signed-off-by: Micha Livne <mlivne@nvidia.com> Signed-off-by: Micha Livne <mlivne@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha Livne <mlivne@nvidia.com> Signed-off-by: Micha Livne <mlivne@nvidia.com> Co-authored-by: Micha Livne <michalivne@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha Livne <mlivne@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for f4ebdb2 - Browse repository at this point
Copy the full SHA f4ebdb2View commit details -
Fix segmenting for pcla inference (NVIDIA#5849)
* Fix segmenting for pcla inference Signed-off-by: Matvei Novikov <mattyson.so@gmail.com> * Fix segmenting for pcla inference Signed-off-by: Matvei Novikov <mattyson.so@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Matvei Novikov <mattyson.so@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for c8b9efb - Browse repository at this point
Copy the full SHA c8b9efbView commit details -
indentation fix (NVIDIA#5861) (NVIDIA#5862)
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Co-authored-by: Nithin Rao <nithinrao.koluguri@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for e4c1085 - Browse repository at this point
Copy the full SHA e4c1085View commit details -
add ambernet to readme (NVIDIA#5872) (NVIDIA#5873)
Signed-off-by: fayejf <36722593+fayejf@users.noreply.github.com> Signed-off-by: fayejf <36722593+fayejf@users.noreply.github.com> Signed-off-by: fayejf <36722593+fayejf@users.noreply.github.com> Co-authored-by: fayejf <36722593+fayejf@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for f5ea3b4 - Browse repository at this point
Copy the full SHA f5ea3b4View commit details -
Fix wrong label mapping in batch_inference for label_model (NVIDIA#5767…
…) (NVIDIA#5870) * fix batch inference * add test for batch * fix device Signed-off-by: fayejf <fayejf07@gmail.com> Co-authored-by: fayejf <36722593+fayejf@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 99de963 - Browse repository at this point
Copy the full SHA 99de963View commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 2b2064d - Browse repository at this point
Copy the full SHA 2b2064dView commit details -
Fix memory allocation of NeMo Multi-speaker Data Simulator (NVIDIA#5864)
* fix data simulator Signed-off-by: stevehuang52 <heh@nvidia.com> * update Signed-off-by: stevehuang52 <heh@nvidia.com> * update Signed-off-by: stevehuang52 <heh@nvidia.com> * Adding noise_manifest handling for faster speed Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added multi-gpu feature Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added a parameter for noise source file number Signed-off-by: Taejin Park <tango4j@gmail.com> * Fixed noise_manifest error bug Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: stevehuang52 <heh@nvidia.com> Signed-off-by: Taejin Park <tango4j@gmail.com> Co-authored-by: Taejin Park <tango4j@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 6fdd9f3 - Browse repository at this point
Copy the full SHA 6fdd9f3View commit details -
RETRO model finetuning (NVIDIA#5800)
* add save and load dynmaic index Signed-off-by: Yi Dong <yidong@nvidia.com> * add chunk stride feature Signed-off-by: Yi Dong <yidong@nvidia.com> * add chunk stride feature Signed-off-by: Yi Dong <yidong@nvidia.com> * add no pq index Signed-off-by: Yi Dong <yidong@nvidia.com> * added megatron lm compatible mode Signed-off-by: Yi Dong <yidong@nvidia.com> * addd config Signed-off-by: Yi Dong <yidong@nvidia.com> * fix position embedding Signed-off-by: Yi Dong <yidong@nvidia.com> * added index factory Signed-off-by: Yi Dong <yidong@nvidia.com> * share neighbors and weights amoung strategies Signed-off-by: Yi Dong <yidong@nvidia.com> * fix bug Signed-off-by: Yi Dong <yidong@nvidia.com> * added metric tto faiss index Signed-off-by: Yi Dong <yidong@nvidia.com> * set default to inner product Signed-off-by: Yi Dong <yidong@nvidia.com> * added qa fine tuen dataset Signed-off-by: Yi Dong <yidong@nvidia.com> * added fine tuning code Signed-off-by: Yi Dong <yidong@nvidia.com> * trim it Signed-off-by: Yi Dong <yidong@nvidia.com> * fix data issue Signed-off-by: Yi Dong <yidong@nvidia.com> * fix style Signed-off-by: Yi Dong <yidong@nvidia.com> * added version Signed-off-by: Yi Dong <yidong@nvidia.com> * fix key error Signed-off-by: Yi Dong <yidong@nvidia.com> * make sure to overwrite the cfg Signed-off-by: Yi Dong <yidong@nvidia.com> * make multiple sentence bert available Signed-off-by: Yi Dong <yidong@nvidia.com> * fix the document Signed-off-by: Yi Dong <yidong@nvidia.com> * fix the table Signed-off-by: Yi Dong <yidong@nvidia.com> * fix transformer Signed-off-by: Yi Dong <yidong@nvidia.com> * make sure to turn off the rope in chunked cross attention layer Signed-off-by: Yi Dong <yidong@nvidia.com> * fix the security issue Signed-off-by: Yi Dong <yidong@nvidia.com> * style fix Signed-off-by: Yi Dong <yidong@nvidia.com> * fix codeql issues Signed-off-by: Yi Dong <yidong@nvidia.com> * fix Signed-off-by: Yi Dong <yidong@nvidia.com> * use -1 Signed-off-by: Yi Dong <yidong@nvidia.com> * fix empty index Signed-off-by: Yi Dong <yidong@nvidia.com> * clean up Signed-off-by: Yi Dong <yidong@nvidia.com> * fix the lower bound for repetition penalty Signed-off-by: Yi Dong <yidong@nvidia.com> * add retro qa inference strategy Signed-off-by: Yi Dong <yidong@nvidia.com> * added new inference logic Signed-off-by: Yi Dong <yidong@nvidia.com> * working inference Signed-off-by: Yi Dong <yidong@nvidia.com> * fix TP inference Signed-off-by: Yi Dong <yidong@nvidia.com> * revert requirement Signed-off-by: Yi Dong <yidong@nvidia.com> * added file inference Signed-off-by: Yi Dong <yidong@nvidia.com> * use string to prevent collison Signed-off-by: Yi Dong <yidong@nvidia.com> * use NQ test Signed-off-by: Yi Dong <yidong@nvidia.com> * fix prompt Signed-off-by: Yi Dong <yidong@nvidia.com> * fix inference Signed-off-by: Yi Dong <yidong@nvidia.com> * set good defaults for demo Signed-off-by: Yi Dong <yidong@nvidia.com> * replicate adlr Signed-off-by: Yi Dong <yidong@nvidia.com> * make sure to turn off attention reset for megatron lm compatible model Signed-off-by: Yi Dong <yidong@nvidia.com> * style fix Signed-off-by: Yi Dong <yidong@nvidia.com> * fix typo Signed-off-by: Yi Dong <yidong@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix inference error Signed-off-by: Yi Dong <yidong@nvidia.com> * fix logging Signed-off-by: Yi Dong <yidong@nvidia.com> * address comments Signed-off-by: Yi Dong <yidong@nvidia.com> --------- Signed-off-by: Yi Dong <yidong@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 19d30f9 - Browse repository at this point
Copy the full SHA 19d30f9View commit details -
[TTS] GAN-based spectrogram enhancer (NVIDIA#5565)
* [TTS] add SpectrogramEnhancer based on StyleGAN 2 Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] some tests for spectrogram enhancer Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: a tiny clean up Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: log images during training Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * exp_manager: pass save_on_train_epoch_end to checkpointing callback Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: add training script and config examples Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix comments Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: don't assume FastPitch Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: better input shapes handling Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix porting error Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix logging and .nemo saving Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: clean up scaling Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: formatting Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: update examples Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: shape handling Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: remove LoggerCollection handling Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: copyright notice for tests Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: use process_batch helper Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: return empty list of available models Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: some docs Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: style --fix Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: chan_last -> channel_last Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: remove unused imports Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: remove unused return value Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: losses are nn.Modules now Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: init optimizers from config Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: formatting Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: unused imports Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: typechecking Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: more tests Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix logging images Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: unclutter prepare_batch Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: init generator and discriminator from the config for consistency with other NeMo models Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: update spectrogram range in the example config Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: comment on loss weights in the example config Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: rename Conv2DMod to Conv2DModulated Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: remove unused imports Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix CodeQL import warnings Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: type_as_recursive -> to_device_recursive Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: move to_device_recursive to helpers Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: move losses to a separate module, add comments Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: add optimizers' entries to config Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix test configs Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: support length masking for 3-dim tensors Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: add masking to spectrogram normalization Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix tests Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: add spectrogram normalization tests Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix imports and formatting in tests Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix docstring typo Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: rename G and D to generator and discriminator Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: better argument naming in interfaces (condition -> input_spectograms, target -> target_spectrograms) Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: formatting Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [TTS] SpectrogramEnhancer: fix import warnings in modules Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] add resynthesize_dataset.py script Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] add PairedRealFakeSpectrogramsDataset Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: update example config to reflect new data setup Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] resynthesize_dataset.py: remove unused imports Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] resynthesize_dataset.py: use nemo manifest handling Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] resynthesize_dataset.py: remove unused import Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] resynthesize_dataset.py: underscores for .npy names Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: remove return value from a test Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] add length masking helper Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: use common tts length mask function Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] unused imports in tts helpers Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: fix an import Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: introduce computed upsample_factor to generator Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: clean up and clarify validation data setup Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: remove a hardcoded path in the example config Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] SpectrogramEnhancer: configurize max_spectrogram_length in generator Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [TTS] resynthesize_dataset.py: consistent dashes and underscores in CLI args Signed-off-by: Roman Korostik <rkorostik@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Roman Korostik <rkorostik@nvidia.com> Signed-off-by: Roman Korostik <racoiaws@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 255d804 - Browse repository at this point
Copy the full SHA 255d804View commit details -
Optimizing distributed Adam when running with one work queue (NVIDIA#…
…5560) * Dist Adam constructs a single param bucket for each GPT layer Signed-off-by: Tim Moon <tmoon@nvidia.com> * Synchronize dist Adam reduce-scatters before launching model-parallel all-reduces Signed-off-by: Tim Moon <tmoon@nvidia.com> * Configure per-layer dist Adam buckets for BERT and T5 Signed-off-by: Tim Moon <tmoon@nvidia.com> * Remove unused variables Signed-off-by: Tim Moon <tmoon@nvidia.com> * Configure GPT with one dist Adam bucket per virtual pipeline stage Signed-off-by: Tim Moon <tmoon@nvidia.com> * Configure BERT with one dist Adam bucket per virtual pipeline stage Signed-off-by: Tim Moon <tmoon@nvidia.com> * Update Apex commit in Dockerfile Need recent updates to Apex distributed Adam optimizer. Signed-off-by: Tim Moon <tmoon@nvidia.com> * Remove logic for per-virtual-pipeline distopt buckets from T5 Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 0ffad21 - Browse repository at this point
Copy the full SHA 0ffad21View commit details -
fix(readme): fix typo (NVIDIA#5883)
Signed-off-by: Jean-Louis Queguiner <jean-louis.queguiner@gadz.org> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 3b8b6a5 - Browse repository at this point
Copy the full SHA 3b8b6a5View commit details -
TTS inference with Heteronym classification model, hc model inference…
… refactoring (NVIDIA#5768) * refactor inference, fix span detection Signed-off-by: ekmb <ebakhturina@nvidia.com> * fix merge conflicts Signed-off-by: ekmb <ebakhturina@nvidia.com> * fix merge conflicts Signed-off-by: ekmb <ebakhturina@nvidia.com> * remove unused var Signed-off-by: ekmb <ebakhturina@nvidia.com> * clean up, test update Signed-off-by: ekmb <ebakhturina@nvidia.com> * arg name update Signed-off-by: ekmb <ebakhturina@nvidia.com> * merge wip Signed-off-by: ekmb <ebakhturina@nvidia.com> * revert changes Signed-off-by: ekmb <ebakhturina@nvidia.com> * update docs, move heteronym to baseg2p Signed-off-by: ekmb <ebakhturina@nvidia.com> * change wordid file defaults to none Signed-off-by: ekmb <ebakhturina@nvidia.com> * add manifest check Signed-off-by: ekmb <ebakhturina@nvidia.com> * replace homograph with heteronym, upper case wordid for riva, review feedback Signed-off-by: ekmb <ebakhturina@nvidia.com> * add log message, update comment Signed-off-by: ekmb <ebakhturina@nvidia.com> * rename test manifest field Signed-off-by: ekmb <ebakhturina@nvidia.com> --------- Signed-off-by: ekmb <ebakhturina@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 5eafd2f - Browse repository at this point
Copy the full SHA 5eafd2fView commit details -
take out retro doc (NVIDIA#5885) (NVIDIA#5886)
Signed-off-by: Yi Dong <yidong@nvidia.com> Co-authored-by: Yi Dong <43824965+yidong72@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for df6b8af - Browse repository at this point
Copy the full SHA df6b8afView commit details -
Add option to disable distributed parameters in distributed Adam opti…
…mizer (NVIDIA#5685) * Add option to run dist Adam without distributed params Similar to DDP, but leverages dist Adam's support for overlapping communication with backward compute Signed-off-by: Tim Moon <tmoon@nvidia.com> * Fix bug in grad clipping when dist Adam has redundant params Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 3c02a0e - Browse repository at this point
Copy the full SHA 3c02a0eView commit details -
[ASR] Separate Audio-to-Text (BPE, Char) dataset construction (NVIDIA…
…#5774) * Separate full BPE dataset construction Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Fix the case when the dataset is None Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Fix comment Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Fix typos Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Separate char dataset construction. Fix DALI dataset usage. Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> --------- Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 0f82b5b - Browse repository at this point
Copy the full SHA 0f82b5bView commit details -
transformer duration added and IPA config files added
Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 1492174 - Browse repository at this point
Copy the full SHA 1492174View commit details -
inference issue for pace resolved
Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 68aacb8 - Browse repository at this point
Copy the full SHA 68aacb8View commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 53a4c9c - Browse repository at this point
Copy the full SHA 53a4c9cView commit details -
Remove MCD_DTW tarball (NVIDIA#5889)
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 41b9679 - Browse repository at this point
Copy the full SHA 41b9679View commit details -
Block large files from being merged into NeMo main (NVIDIA#5898)
* Attempt to use large-file pre-commit ci hook Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Set defaults and enforce Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Set to 1000 Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Remove enforcement Signed-off-by: SeanNaren <snarenthiran@nvidia.com> --------- Signed-off-by: SeanNaren <snarenthiran@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 672cbcc - Browse repository at this point
Copy the full SHA 672cbccView commit details -
Reduce memory usage in getMultiScaleCosAffinityMatrix function (NVIDI…
…A#5876) * Updated offline_clustering.py, the getMultiScaleCosAffinityMatrix function, reduced memory usage Signed-off-by: gabitza-tech <gabriel.pirlogeanu@gmail.com> * torch.empty.cache() outside forward_infer() Signed-off-by: Taejin Park <tango4j@gmail.com> * Removed unnecessary lines Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Speed up for non torch.jit.script Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * parallelism is default off Signed-off-by: Taejin Park <tango4j@gmail.com> * nme_mat_size is unified as 512, removing redundant docstring Signed-off-by: Taejin Park <tango4j@gmail.com> --------- Signed-off-by: gabitza-tech <gabriel.pirlogeanu@gmail.com> Signed-off-by: Taejin Park <tango4j@gmail.com> Co-authored-by: Taejin Park <tango4j@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 7bf8d9b - Browse repository at this point
Copy the full SHA 7bf8d9bView commit details -
set max_steps for lr decay through config (NVIDIA#5780)
* set max_steps for lr decay through config * added warning for optim sched max_steps config option * reverted changes to modelPT and updated megatron_base_model * added the experimental cosine annealing scheduler class * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update decay_steps for consine annealing exp class * added copyright --------- Co-authored-by: ANMOL GUPTA <anmolg@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 93e3f3b - Browse repository at this point
Copy the full SHA 93e3f3bView commit details -
Fix transducer and question answering tutorial bugs bugs (NVIDIA#5809) (
NVIDIA#5810) Co-authored-by: Zhilin Wang <wangzhilin12061996@hotmail.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 58ee179 - Browse repository at this point
Copy the full SHA 58ee179View commit details -
update apex install instructions (NVIDIA#5901) (NVIDIA#5902)
Signed-off-by: ericharper <complex451@gmail.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 328ef63 - Browse repository at this point
Copy the full SHA 328ef63View commit details -
Hybrid ASR-TTS models (NVIDIA#5659)
Add hybrid ASR-TTS models and text-to-text dataset Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for feabe97 - Browse repository at this point
Copy the full SHA feabe97View commit details -
Set providers for ORT inference session (NVIDIA#5903)
Signed-off-by: athitten <abhishreetm@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 251e117 - Browse repository at this point
Copy the full SHA 251e117View commit details -
[ASR] Configurable metrics for audio-to-audio + removed experimental …
…decorators (NVIDIA#5827) * Added an option to configure metrics for audio-to-audio models Removed experimental decorators Signed-off-by: Ante Jukić <ajukic@nvidia.com> * Addressed review comments Signed-off-by: Ante Jukić <ajukic@nvidia.com> --------- Signed-off-by: Ante Jukić <ajukic@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 033f036 - Browse repository at this point
Copy the full SHA 033f036View commit details -
Correct doc for RNNT transcribe() function (NVIDIA#5904)
Signed-off-by: smajumdar <titu1994@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for f694dbc - Browse repository at this point
Copy the full SHA f694dbcView commit details -
Add segmentation export to Audacity label file (NVIDIA#5857)
* Save the segmentation as label file for Audacity Audacity is a free open source audio editor that can import label file to quickly assess the segmentation quality. This commit add the export to [Audacity label format](https://manual.audacityteam.org/man/importing_and_exporting_labels.html) so that directly after running the segmentation tool the segmentation quality can be assessed or the segmentation can be shared easily. Signed-off-by: CaraDuf <91517923+Ca-ressemble-a-du-fake@users.noreply.github.com> * Fix styling Signed-off-by: CaraDuf <91517923+Ca-ressemble-a-du-fake@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove unused score in audacity export score is not written in audacity label file so we can safely not load it from segment. Signed-off-by: CaraDuf <91517923+Ca-ressemble-a-du-fake@users.noreply.github.com> --------- Signed-off-by: CaraDuf <91517923+Ca-ressemble-a-du-fake@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 2e3a04c - Browse repository at this point
Copy the full SHA 2e3a04cView commit details -
Cross-Lingual objectives (XLM) and multilingual (many-many) support f…
…or Megatron-NMT (NVIDIA#5026) * Update blendable dataset, and refactor seq2seq data Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Blendable dataset with binarized mmap working Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Pass seed from cfg to dataset Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix multilingual setup Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Add on epoch start reconfiguration Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update tokenizer creation for multilingual Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Tmp Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update NMT script Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Remove unused import Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update training script Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Log consumed samples Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Logging on val epoch end Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Remove redundant print Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Ckpt averaging for non model parallel megatron models Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Empty Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update error message Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Remove check Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Restore fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Remove ipdb Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Move to classmethods Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Initial Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * 1. Debugging. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * Refactor masking to add skip_masking_id and working xlm bert and t5 datasets Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * 1. Debugging. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Testing a simple solution Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed. Seems to work. Need to validate. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Added support in CSV and text memmap toMEgatron encoder-decoder Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Added support in CSV. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed style. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed style. 2. Fixed bugs. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Debugging. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed bugs. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed style. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Updated yaml. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * Minor Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * 1. Fixed warnings. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed style. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed style. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * 1. Fixed a bug. Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> * Tmp Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Updates Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix minor data things Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Lang ids for validation datasets Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * More fixes for lang id code at inference Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Remove pdb Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix prepend ID and bleu logging Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Refactor Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes for many-many NMT Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Reset o2 default Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Restore dataset utils Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Allreduce bleu scores Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * 1. Loading index file into memmap object. Signed-off-by: Micha Livne <mlivne@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 1. Fixed style. Signed-off-by: Micha Livne <mlivne@nvidia.com> * 1. Fixed extentin when loading files. Signed-off-by: Micha Livne <mlivne@nvidia.com> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix redundant building Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * PP > 2 for NMT Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Merge and fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Refactor multilingual again Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactor and verify data formats Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cleanup Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * more fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix passing langs Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * More fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fixes for bart Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> Signed-off-by: Micha Livne <mlivne@nvidia.com> Co-authored-by: Micha Livne <michalivne@users.noreply.github.com> Co-authored-by: Micha Livne <mlivne@cs.toronto.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Micha Livne <mlivne@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for fa29629 - Browse repository at this point
Copy the full SHA fa29629View commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 990b2c8 - Browse repository at this point
Copy the full SHA 990b2c8View commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 85c2954 - Browse repository at this point
Copy the full SHA 85c2954View commit details -
Update isort to the latest version (NVIDIA#5895)
Update isort to the latest version Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> --------- Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for d99ec3d - Browse repository at this point
Copy the full SHA d99ec3dView commit details -
Pin isort version (NVIDIA#5914)
Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 6d49a7b - Browse repository at this point
Copy the full SHA 6d49a7bView commit details -
Moved eval notebook data to aws (NVIDIA#5911)
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for fe6d14f - Browse repository at this point
Copy the full SHA fe6d14fView commit details -
FilterbankFeaturesTA to match FilterbankFeatures (NVIDIA#5913)
Signed-off-by: Mohamed Saad Ibn Seddik <ms.ibnseddik@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for c99a261 - Browse repository at this point
Copy the full SHA c99a261View commit details -
fixed missing long_description_content_type (NVIDIA#5909)
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for dc03d17 - Browse repository at this point
Copy the full SHA dc03d17View commit details -
added TPMLP for T5-based models (NVIDIA#5840) (NVIDIA#5841)
Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com> Co-authored-by: David <amosalla@asu.edu> Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 53636d7 - Browse repository at this point
Copy the full SHA 53636d7View commit details -
Fixing 0-size issue and ONNX BS>1 trace
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 0eca70a - Browse repository at this point
Copy the full SHA 0eca70aView commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 971d5be - Browse repository at this point
Copy the full SHA 971d5beView commit details -
update container (NVIDIA#5917)
Signed-off-by: ericharper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 5268ff0 - Browse repository at this point
Copy the full SHA 5268ff0View commit details -
remove conda pynini install (NVIDIA#5921)
Signed-off-by: ekmb <ebakhturina@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 7d1ff97 - Browse repository at this point
Copy the full SHA 7d1ff97View commit details -
Merge release main (NVIDIA#5916)
* update branch Signed-off-by: ericharper <complex451@gmail.com> * added TPMLP for T5-based models (NVIDIA#5840) Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com> Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com> Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com> * remove notebook (NVIDIA#5859) Signed-off-by: ericharper <complex451@gmail.com> Signed-off-by: ericharper <complex451@gmail.com> * update branch Signed-off-by: ericharper <complex451@gmail.com> --------- Signed-off-by: ericharper <complex451@gmail.com> Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com> Co-authored-by: David <amosalla@asu.edu> Co-authored-by: David Mosallanezhad <dmosallanezh@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 755131a - Browse repository at this point
Copy the full SHA 755131aView commit details -
Dynamic freezing in Nemo (NVIDIA#5879)
* Initial commit for dynamic freezing logic Signed-off-by: Daniel Egert <degert@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated logic to handle lists and updated docs Signed-off-by: Daniel Egert <degert@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Transferred dynamic freezing logic to core from asr Signed-off-by: Daniel Egert <degert@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert asr config to original Signed-off-by: Daniel Egert <degert@nvidia.com> * Fixed tab indent in core.rst Signed-off-by: Daniel Egert <degert@nvidia.com> * Updated modelPT for latest from master Signed-off-by: Daniel Egert <degert@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed indents in docs Signed-off-by: Daniel Egert <degert@nvidia.com> --------- Signed-off-by: Daniel Egert <degert@nvidia.com> Co-authored-by: Daniel Egert <degert@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 5937f93 - Browse repository at this point
Copy the full SHA 5937f93View commit details -
Fix Windows bug with save_restore_connector (NVIDIA#5919)
* Initial commit for Windows bug with save_to Signed-off-by: Daniel Egert <degert@nvidia.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Daniel Egert <degert@nvidia.com> Co-authored-by: Daniel Egert <degert@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 01654a2 - Browse repository at this point
Copy the full SHA 01654a2View commit details -
add new lannguages to doc (NVIDIA#5939)
Signed-off-by: Yang Zhang <yangzhang@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 30cd3b6 - Browse repository at this point
Copy the full SHA 30cd3b6View commit details -
Workarounds for ONNX export with autocast
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 0ba361c - Browse repository at this point
Copy the full SHA 0ba361cView commit details -
fix val loss computation in megatron (NVIDIA#5871)
* fix val loss computation in megatron * Fix NaN handling during validation --------- Co-authored-by: ANMOL GUPTA <anmolg@nvidia.com> Co-authored-by: Mikołaj Błaż <mblaz@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for d8bd89a - Browse repository at this point
Copy the full SHA d8bd89aView commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 44637ab - Browse repository at this point
Copy the full SHA 44637abView commit details -
Add core classes and functions for online clustering diarizer part 2 (N…
…VIDIA#5609) * Add core classes and functions for online clustering diarizer Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add audio to labels code Signed-off-by: Taejin Park <tango4j@gmail.com> * resolve type errors Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added unit=tests for very short audio Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Filled all missing docstrings Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * resolved conflict and added missing docstrings Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed unit-test errors Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix the wrongly added file - megatron_gpt_model.py Signed-off-by: Taejin Park <tango4j@gmail.com> * Fix wrongly included file - megatron_gpt_model.py Signed-off-by: Taejin Park <tango4j@gmail.com> * resolve code quality issue Signed-off-by: Taejin Park <tango4j@gmail.com> * Fixed unit-test errors and bugs Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * changed total_sec for offline_clustering toy_data in unit-tests Signed-off-by: Taejin Park <tango4j@gmail.com> * fixed merging index offset bug Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * only including part 1 files Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed unused function Signed-off-by: Taejin Park <tango4j@gmail.com> * fixed unused imports Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * divided nmesc_clustering.py into two and reflected first-pass comments Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * adding offline/online_clustering.py Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix code QL autocomment Signed-off-by: Taejin Park <tango4j@gmail.com> * Removed unused imports Signed-off-by: Taejin Park <tango4j@gmail.com> * Update nemo/collections/asr/parts/utils/online_clustering.py Co-authored-by: Sean Naren <snarenthiran@nvidia.com> Signed-off-by: Taejin Park <tango4j@gmail.com> * Reflected comments Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * resolved code scanning issue Signed-off-by: Taejin Park <tango4j@gmail.com> * Adding online_diarizer.py Signed-off-by: Taejin Park <tango4j@gmail.com> * updated tests and speaker_utils Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed the wrong test eval Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updating online diarizer for varialbe name change Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reflected comments and some typo fixes in speaker_utils Signed-off-by: Taejin Park <tango4j@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Taejin Park <tango4j@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nithin Rao <nithinrao.koluguri@gmail.com> Co-authored-by: Sean Naren <snarenthiran@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for d307171 - Browse repository at this point
Copy the full SHA d307171View commit details -
Distributed Adam optimizer overlaps param all-gather with forward com…
…pute (NVIDIA#5684) * Add distopt support for overlapping param all-gather with forward compute Signed-off-by: Tim Moon <tmoon@nvidia.com> * Update Apex commit Signed-off-by: Tim Moon <tmoon@nvidia.com> --------- Signed-off-by: Tim Moon <tmoon@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 14a6eb8 - Browse repository at this point
Copy the full SHA 14a6eb8View commit details -
[TTS][ZH] added new NGC model cards with polyphone disambiguation. (N…
…VIDIA#5940) * [TTS][ZH] added new NGC model cards with polyphone disambiguation. Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for b2a8add - Browse repository at this point
Copy the full SHA b2a8addView commit details -
Moved truncation of context higher up
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 62c8415 - Browse repository at this point
Copy the full SHA 62c8415View commit details -
[TN] bugfix file handler is not closed. (NVIDIA#5955)
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 1314234 - Browse repository at this point
Copy the full SHA 1314234View commit details -
Added unit test for regulate_len. Unscripted sort_tensor for TRT
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 750e2c9 - Browse repository at this point
Copy the full SHA 750e2c9View commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for add5f33 - Browse repository at this point
Copy the full SHA add5f33View commit details -
[TTS] deprecate AudioToCharWithPriorAndPitchDataset. (NVIDIA#5959)
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 8e25ef4 - Browse repository at this point
Copy the full SHA 8e25ef4View commit details -
bugfix: file handlers are not closed. (NVIDIA#5956)
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 65080af - Browse repository at this point
Copy the full SHA 65080afView commit details -
[TTS][G2P] deprecate add_symbols (NVIDIA#5961)
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 2c009ca - Browse repository at this point
Copy the full SHA 2c009caView commit details -
Signed-off-by: ericharper <complex451@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for cbfbd7b - Browse repository at this point
Copy the full SHA cbfbd7bView commit details -
Fix hybridasr bug (NVIDIA#5950) (NVIDIA#5957)
Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for f361861 - Browse repository at this point
Copy the full SHA f361861View commit details -
Added list_available_models (NVIDIA#5967)
* Added list_available_models Signed-off-by: Evgeniy Shabalin <36159472+treacker@users.noreply.github.com> * Added to readme Signed-off-by: Evgeniy Shabalin <baah1999@yandex.ru> * added vits to docs Signed-off-by: Evgeniy Shabalin <baah1999@yandex.ru> * added vits to docs Signed-off-by: Evgeniy Shabalin <baah1999@yandex.ru> --------- Signed-off-by: Evgeniy Shabalin <36159472+treacker@users.noreply.github.com> Signed-off-by: Evgeniy Shabalin <baah1999@yandex.ru> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 9339a3f - Browse repository at this point
Copy the full SHA 9339a3fView commit details -
Move settings to
pyproject.toml
. Remove deprecatedpytest-runner
(N……VIDIA#5947) * Move project settings to pyproject.toml Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Remove setup.cfg Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Remove deprecated pytest-runner Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Add comments Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Allow only registered markers for pytest Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> --------- Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 3e342e0 - Browse repository at this point
Copy the full SHA 3e342e0View commit details -
Fix torchaudio installation (NVIDIA#5850)
* Fail if torchaudio not installed Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Fix torchaudio matching version Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> * Warn if Pytorch major version changed Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> --------- Signed-off-by: Vladimir Bataev <vbataev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for aaa4851 - Browse repository at this point
Copy the full SHA aaa4851View commit details -
Update fastpitch.py (NVIDIA#5969)
Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 181bea9 - Browse repository at this point
Copy the full SHA 181bea9View commit details -
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for e801915 - Browse repository at this point
Copy the full SHA e801915View commit details -
per-micro-batch input loader (NVIDIA#5635)
* per-micro-batch input loader * per-micro-batch input loader set arg default val * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * minor fix * apply per-microbatch-loader to only GPT * update docstring on micro-batch input loader * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed the default arg val * fix batch size to 1 at log stat registration * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update container for CI Signed-off-by: ericharper <complex451@gmail.com> * update container in jenkinsfile Signed-off-by: ericharper <complex451@gmail.com> * update container for CI Signed-off-by: ericharper <complex451@gmail.com> fix merge conflict * revert Jenkinsfile * Revert "revert Jenkinsfile" This reverts commit d23b775. * Update nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py Signed-off-by: Tim Moon <4406448+timmoon10@users.noreply.github.com> * add GradScaler * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: ericharper <complex451@gmail.com> Signed-off-by: Tim Moon <4406448+timmoon10@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: ericharper <complex451@gmail.com> Co-authored-by: Tim Moon <4406448+timmoon10@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 1bf8b56 - Browse repository at this point
Copy the full SHA 1bf8b56View commit details -
update container in readme (NVIDIA#5981)
Signed-off-by: fayejf <36722593+fayejf@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 368f57e - Browse repository at this point
Copy the full SHA 368f57eView commit details -
Support Alignment Extraction for all RNNT Beam decoding methods (NVID…
…IA#5925) * Partial impl of ALSD alignment extraction Signed-off-by: smajumdar <titu1994@gmail.com> * Partial impl of ALSD alignment extraction Signed-off-by: smajumdar <titu1994@gmail.com> * Remove everything else Signed-off-by: smajumdar <titu1994@gmail.com> * Support dataclass in AbstractRNNTDecoding Signed-off-by: smajumdar <titu1994@gmail.com> * Add first draft unittest Signed-off-by: smajumdar <titu1994@gmail.com> * Correct the logic to more to the next timestep in the alignment Signed-off-by: smajumdar <titu1994@gmail.com> * Finalize ALSD alignment generation Signed-off-by: smajumdar <titu1994@gmail.com> * Add support for TSD greedy alignment extraction Signed-off-by: smajumdar <titu1994@gmail.com> * Add support for mAES greedy alignment extraction Signed-off-by: smajumdar <titu1994@gmail.com> * Finalize extraction of alignments from all beam algorithms for RNNT Signed-off-by: smajumdar <titu1994@gmail.com> * Style fixes Signed-off-by: smajumdar <titu1994@gmail.com> * Add copyright Signed-off-by: smajumdar <titu1994@gmail.com> * Address comments Signed-off-by: smajumdar <titu1994@gmail.com> --------- Signed-off-by: smajumdar <titu1994@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 8a879c4 - Browse repository at this point
Copy the full SHA 8a879c4View commit details -
Add AWS SageMaker ASR Examples (NVIDIA#5638)
* Base code for AWS SageMaker example Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Remove format Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * wrap Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Add a notebook with the code Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Setup Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Update notebook Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Remove space Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Fix spelling mistake Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Add message to explain usage Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Add CommonVoice esperanto example Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Fix path Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Fixes Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Import sox locally, add documentation Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Address reviews Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Address reviews Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Address reviews Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Add cell to download the SSL model Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Set max epochs to 300 Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Fixes, introduce HF dataset instructions Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Upstream updates from other branch Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Fix warning Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Add README, add image Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Fix warning Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Address feedback Signed-off-by: SeanNaren <snarenthiran@nvidia.com> * Feedback Signed-off-by: SeanNaren <snarenthiran@nvidia.com> --------- Signed-off-by: SeanNaren <snarenthiran@nvidia.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for c319875 - Browse repository at this point
Copy the full SHA c319875View commit details -
Update PUBLICATIONS.md (NVIDIA#5963)
* Add papers from 2022/2022 to PUBLICATIONS.md Signed-off-by: smajumdar <titu1994@gmail.com> * Remove ipynb from being tracked as for nemo code library Signed-off-by: smajumdar <titu1994@gmail.com> * Remove ipynb from being tracked as for nemo code library Signed-off-by: smajumdar <titu1994@gmail.com> * Add additional papers Signed-off-by: smajumdar <titu1994@gmail.com> --------- Signed-off-by: smajumdar <titu1994@gmail.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for ebfad90 - Browse repository at this point
Copy the full SHA ebfad90View commit details -
[G2P] fixed typos and broken import library. (NVIDIA#5978) (NVIDIA#5979)
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Co-authored-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for ce6f6af - Browse repository at this point
Copy the full SHA ce6f6afView commit details -
[G2P] added backward compatibility for english tokenizer and fixed un…
…it tests (NVIDIA#5980) (NVIDIA#5984) Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Co-authored-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: Jason <jasoli@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for b939fb4 - Browse repository at this point
Copy the full SHA b939fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864ab57 - Browse repository at this point
Copy the full SHA 864ab57View commit details