LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
nemo/__init__.py
nemo/constants.py
nemo/package_info.py
nemo/agents/__init__.py
nemo/agents/voice_agent/__init__.py
nemo/agents/voice_agent/pipecat/__init__.py
nemo/agents/voice_agent/pipecat/frames/__init__.py
nemo/agents/voice_agent/pipecat/frames/frames.py
nemo/agents/voice_agent/pipecat/processors/__init__.py
nemo/agents/voice_agent/pipecat/processors/frameworks/__init__.py
nemo/agents/voice_agent/pipecat/processors/frameworks/rtvi.py
nemo/agents/voice_agent/pipecat/services/__init__.py
nemo/agents/voice_agent/pipecat/services/nemo/__init__.py
nemo/agents/voice_agent/pipecat/services/nemo/audio_logger.py
nemo/agents/voice_agent/pipecat/services/nemo/diar.py
nemo/agents/voice_agent/pipecat/services/nemo/llm.py
nemo/agents/voice_agent/pipecat/services/nemo/streaming_asr.py
nemo/agents/voice_agent/pipecat/services/nemo/streaming_diar.py
nemo/agents/voice_agent/pipecat/services/nemo/stt.py
nemo/agents/voice_agent/pipecat/services/nemo/tts.py
nemo/agents/voice_agent/pipecat/services/nemo/turn_taking.py
nemo/agents/voice_agent/pipecat/services/nemo/utils.py
nemo/agents/voice_agent/pipecat/transports/__init__.py
nemo/agents/voice_agent/pipecat/transports/base_input.py
nemo/agents/voice_agent/pipecat/transports/base_transport.py
nemo/agents/voice_agent/pipecat/transports/network/__init__.py
nemo/agents/voice_agent/pipecat/transports/network/websocket_server.py
nemo/agents/voice_agent/pipecat/utils/__init__.py
nemo/agents/voice_agent/pipecat/utils/text/__init__.py
nemo/agents/voice_agent/pipecat/utils/text/simple_text_aggregator.py
nemo/agents/voice_agent/utils/__init__.py
nemo/agents/voice_agent/utils/config_manager.py
nemo/agents/voice_agent/utils/tool_calling/__init__.py
nemo/agents/voice_agent/utils/tool_calling/basic_tools.py
nemo/agents/voice_agent/utils/tool_calling/mixins.py
nemo/collections/__init__.py
nemo/collections/asr/__init__.py
nemo/collections/asr/data/__init__.py
nemo/collections/asr/data/audio_to_ctm_dataset.py
nemo/collections/asr/data/audio_to_diar_label.py
nemo/collections/asr/data/audio_to_diar_label_lhotse.py
nemo/collections/asr/data/audio_to_eou_label_lhotse.py
nemo/collections/asr/data/audio_to_label.py
nemo/collections/asr/data/audio_to_label_dataset.py
nemo/collections/asr/data/audio_to_text.py
nemo/collections/asr/data/audio_to_text_dali.py
nemo/collections/asr/data/audio_to_text_dataset.py
nemo/collections/asr/data/audio_to_text_lhotse.py
nemo/collections/asr/data/audio_to_text_lhotse_prompt.py
nemo/collections/asr/data/audio_to_text_lhotse_prompt_index.py
nemo/collections/asr/data/audio_to_text_lhotse_prompted.py
nemo/collections/asr/data/audio_to_text_lhotse_speaker.py
nemo/collections/asr/data/data_simulation.py
nemo/collections/asr/data/feature_to_label.py
nemo/collections/asr/data/feature_to_label_dataset.py
nemo/collections/asr/data/feature_to_text.py
nemo/collections/asr/data/feature_to_text_dataset.py
nemo/collections/asr/data/ssl_dataset.py
nemo/collections/asr/data/text_to_text.py
nemo/collections/asr/data/huggingface/__init__.py
nemo/collections/asr/data/huggingface/hf_audio_to_text.py
nemo/collections/asr/data/huggingface/hf_audio_to_text_dataset.py
nemo/collections/asr/inference/__init__.py
nemo/collections/asr/inference/factory/__init__.py
nemo/collections/asr/inference/factory/base_builder.py
nemo/collections/asr/inference/factory/buffered_pipeline_builder.py
nemo/collections/asr/inference/factory/cache_aware_pipeline_builder.py
nemo/collections/asr/inference/factory/pipeline_builder.py
nemo/collections/asr/inference/itn/__init__.py
nemo/collections/asr/inference/itn/batch_inverse_normalizer.py
nemo/collections/asr/inference/itn/inverse_normalizer.py
nemo/collections/asr/inference/model_wrappers/__init__.py
nemo/collections/asr/inference/model_wrappers/asr_inference_wrapper.py
nemo/collections/asr/inference/model_wrappers/cache_aware_asr_inference_wrapper.py
nemo/collections/asr/inference/model_wrappers/cache_aware_ctc_inference_wrapper.py
nemo/collections/asr/inference/model_wrappers/cache_aware_rnnt_inference_wrapper.py
nemo/collections/asr/inference/model_wrappers/ctc_inference_wrapper.py
nemo/collections/asr/inference/model_wrappers/rnnt_inference_wrapper.py
nemo/collections/asr/inference/model_wrappers/salm_asr_inference_wrapper.py
nemo/collections/asr/inference/nmt/__init__.py
nemo/collections/asr/inference/nmt/llm_translator.py
nemo/collections/asr/inference/nmt/prompts.py
nemo/collections/asr/inference/pipelines/__init__.py
nemo/collections/asr/inference/pipelines/base_pipeline.py
nemo/collections/asr/inference/pipelines/buffered_ctc_pipeline.py
nemo/collections/asr/inference/pipelines/buffered_rnnt_pipeline.py
nemo/collections/asr/inference/pipelines/buffered_salm_pipeline.py
nemo/collections/asr/inference/pipelines/cache_aware_ctc_pipeline.py
nemo/collections/asr/inference/pipelines/cache_aware_rnnt_pipeline.py
nemo/collections/asr/inference/pipelines/pipeline_interface.py
nemo/collections/asr/inference/streaming/__init__.py
nemo/collections/asr/inference/streaming/buffering/__init__.py
nemo/collections/asr/inference/streaming/buffering/audio_bufferer.py
nemo/collections/asr/inference/streaming/buffering/cache_feature_bufferer.py
nemo/collections/asr/inference/streaming/buffering/feature_bufferer.py
nemo/collections/asr/inference/streaming/buffering/incremental_audio_bufferer.py
nemo/collections/asr/inference/streaming/decoders/__init__.py
nemo/collections/asr/inference/streaming/decoders/greedy/__init__.py
nemo/collections/asr/inference/streaming/decoders/greedy/greedy_ctc_decoder.py
nemo/collections/asr/inference/streaming/decoders/greedy/greedy_decoder.py
nemo/collections/asr/inference/streaming/decoders/greedy/greedy_rnnt_decoder.py
nemo/collections/asr/inference/streaming/endpointing/__init__.py
nemo/collections/asr/inference/streaming/endpointing/greedy/__init__.py
nemo/collections/asr/inference/streaming/endpointing/greedy/greedy_ctc_endpointing.py
nemo/collections/asr/inference/streaming/endpointing/greedy/greedy_endpointing.py
nemo/collections/asr/inference/streaming/endpointing/greedy/greedy_rnnt_endpointing.py
nemo/collections/asr/inference/streaming/framing/__init__.py
nemo/collections/asr/inference/streaming/framing/mono_stream.py
nemo/collections/asr/inference/streaming/framing/multi_stream.py
nemo/collections/asr/inference/streaming/framing/request.py
nemo/collections/asr/inference/streaming/framing/request_options.py
nemo/collections/asr/inference/streaming/framing/stream.py
nemo/collections/asr/inference/streaming/state/__init__.py
nemo/collections/asr/inference/streaming/state/cache_aware_ctc_state.py
nemo/collections/asr/inference/streaming/state/cache_aware_rnnt_state.py
nemo/collections/asr/inference/streaming/state/cache_aware_state.py
nemo/collections/asr/inference/streaming/state/ctc_state.py
nemo/collections/asr/inference/streaming/state/rnnt_state.py
nemo/collections/asr/inference/streaming/state/salm_state.py
nemo/collections/asr/inference/streaming/state/state.py
nemo/collections/asr/inference/streaming/text/__init__.py
nemo/collections/asr/inference/streaming/text/text_processing.py
nemo/collections/asr/inference/utils/__init__.py
nemo/collections/asr/inference/utils/audio_io.py
nemo/collections/asr/inference/utils/bpe_decoder.py
nemo/collections/asr/inference/utils/config_io.py
nemo/collections/asr/inference/utils/constants.py
nemo/collections/asr/inference/utils/context_manager.py
nemo/collections/asr/inference/utils/device_utils.py
nemo/collections/asr/inference/utils/endpointing_utils.py
nemo/collections/asr/inference/utils/enums.py
nemo/collections/asr/inference/utils/itn_utils.py
nemo/collections/asr/inference/utils/lcs_merge.py
nemo/collections/asr/inference/utils/manifest_io.py
nemo/collections/asr/inference/utils/pipeline_eval.py
nemo/collections/asr/inference/utils/pipeline_utils.py
nemo/collections/asr/inference/utils/progressbar.py
nemo/collections/asr/inference/utils/state_management_utils.py
nemo/collections/asr/inference/utils/text_segment.py
nemo/collections/asr/losses/__init__.py
nemo/collections/asr/losses/angularloss.py
nemo/collections/asr/losses/bce_loss.py
nemo/collections/asr/losses/ctc.py
nemo/collections/asr/losses/rnnt.py
nemo/collections/asr/losses/rnnt_pytorch.py
nemo/collections/asr/losses/ssl_losses/__init__.py
nemo/collections/asr/losses/ssl_losses/contrastive.py
nemo/collections/asr/losses/ssl_losses/ctc.py
nemo/collections/asr/losses/ssl_losses/mlm.py
nemo/collections/asr/losses/ssl_losses/rnnt.py
nemo/collections/asr/metrics/__init__.py
nemo/collections/asr/metrics/bleu.py
nemo/collections/asr/metrics/cpwer.py
nemo/collections/asr/metrics/der.py
nemo/collections/asr/metrics/md_eval.py
nemo/collections/asr/metrics/multi_binary_acc.py
nemo/collections/asr/metrics/multitask.py
nemo/collections/asr/metrics/wer.py
nemo/collections/asr/models/__init__.py
nemo/collections/asr/models/aed_multitask_models.py
nemo/collections/asr/models/asr_eou_models.py
nemo/collections/asr/models/asr_model.py
nemo/collections/asr/models/classification_models.py
nemo/collections/asr/models/clustering_diarizer.py
nemo/collections/asr/models/confidence_ensemble.py
nemo/collections/asr/models/ctc_bpe_models.py
nemo/collections/asr/models/ctc_models.py
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py
nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models_prompt.py
nemo/collections/asr/models/hybrid_rnnt_ctc_models.py
nemo/collections/asr/models/label_models.py
nemo/collections/asr/models/multitalker_asr_models.py
nemo/collections/asr/models/online_diarizer.py
nemo/collections/asr/models/rnnt_bpe_models.py
nemo/collections/asr/models/rnnt_bpe_models_prompt.py
nemo/collections/asr/models/rnnt_models.py
nemo/collections/asr/models/sortformer_diar_models.py
nemo/collections/asr/models/ssl_models.py
nemo/collections/asr/models/transformer_bpe_models.py
nemo/collections/asr/models/configs/__init__.py
nemo/collections/asr/models/configs/asr_models_config.py
nemo/collections/asr/models/configs/classification_models_config.py
nemo/collections/asr/models/configs/diarizer_config.py
nemo/collections/asr/models/configs/matchboxnet_config.py
nemo/collections/asr/modules/__init__.py
nemo/collections/asr/modules/audio_preprocessing.py
nemo/collections/asr/modules/beam_search_decoder.py
nemo/collections/asr/modules/conformer_encoder.py
nemo/collections/asr/modules/conv_asr.py
nemo/collections/asr/modules/flashlight_decoder.py
nemo/collections/asr/modules/hybrid_autoregressive_transducer.py
nemo/collections/asr/modules/lstm_decoder.py
nemo/collections/asr/modules/rnn_encoder.py
nemo/collections/asr/modules/rnnt.py
nemo/collections/asr/modules/rnnt_abstract.py
nemo/collections/asr/modules/sortformer_modules.py
nemo/collections/asr/modules/transformer_encoder.py
nemo/collections/asr/modules/wav2vec_modules.py
nemo/collections/asr/modules/ssl_modules/__init__.py
nemo/collections/asr/modules/ssl_modules/augmentation.py
nemo/collections/asr/modules/ssl_modules/masking.py
nemo/collections/asr/modules/ssl_modules/multi_layer_feat.py
nemo/collections/asr/modules/ssl_modules/multi_softmax_decoder.py
nemo/collections/asr/modules/ssl_modules/quantizers.py
nemo/collections/asr/modules/transformer/__init__.py
nemo/collections/asr/modules/transformer/bridge_encoders.py
nemo/collections/asr/modules/transformer/decoder_module.py
nemo/collections/asr/modules/transformer/encoder_module.py
nemo/collections/asr/modules/transformer/perceiver_encoders.py
nemo/collections/asr/modules/transformer/reduction_encoders.py
nemo/collections/asr/modules/transformer/text_generation.py
nemo/collections/asr/modules/transformer/transformer.py
nemo/collections/asr/modules/transformer/transformer_bottleneck.py
nemo/collections/asr/modules/transformer/transformer_decoders.py
nemo/collections/asr/modules/transformer/transformer_encoders.py
nemo/collections/asr/modules/transformer/transformer_encoders_nlp.py
nemo/collections/asr/modules/transformer/transformer_generators.py
nemo/collections/asr/modules/transformer/transformer_modules.py
nemo/collections/asr/modules/transformer/transformer_utils.py
nemo/collections/asr/parts/__init__.py
nemo/collections/asr/parts/features.py
nemo/collections/asr/parts/context_biasing/__init__.py
nemo/collections/asr/parts/context_biasing/biasing_multi_model.py
nemo/collections/asr/parts/context_biasing/boosting_graph_batched.py
nemo/collections/asr/parts/context_biasing/context_biasing_utils.py
nemo/collections/asr/parts/context_biasing/context_graph_ctc.py
nemo/collections/asr/parts/context_biasing/context_graph_universal.py
nemo/collections/asr/parts/context_biasing/ctc_based_word_spotter.py
nemo/collections/asr/parts/k2/__init__.py
nemo/collections/asr/parts/k2/graph_transducer.py
nemo/collections/asr/parts/k2/rnnt_logprobs.py
nemo/collections/asr/parts/k2/rnnt_logprobs_triton.py
nemo/collections/asr/parts/k2/w_transducer.py
nemo/collections/asr/parts/mixins/__init__.py
nemo/collections/asr/parts/mixins/asr_adapter_mixins.py
nemo/collections/asr/parts/mixins/diarization.py
nemo/collections/asr/parts/mixins/interctc_mixin.py
nemo/collections/asr/parts/mixins/mixins.py
nemo/collections/asr/parts/mixins/multitalker_asr_mixins.py
nemo/collections/asr/parts/mixins/streaming.py
nemo/collections/asr/parts/mixins/transcription.py
nemo/collections/asr/parts/numba/__init__.py
nemo/collections/asr/parts/numba/rnnt_loss/__init__.py
nemo/collections/asr/parts/numba/rnnt_loss/rnnt.py
nemo/collections/asr/parts/numba/rnnt_loss/rnnt_numpy.py
nemo/collections/asr/parts/numba/rnnt_loss/rnnt_pytorch.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/__init__.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/global_constants.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/rnnt_helper.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/cpu_utils/__init__.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/cpu_utils/cpu_rnnt.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/cuda_utils/__init__.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/cuda_utils/gpu_rnnt.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/cuda_utils/gpu_rnnt_kernel.py
nemo/collections/asr/parts/numba/rnnt_loss/utils/cuda_utils/reduce.py
nemo/collections/asr/parts/numba/spec_augment/__init__.py
nemo/collections/asr/parts/numba/spec_augment/spec_aug_numba.py
nemo/collections/asr/parts/preprocessing/__init__.py
nemo/collections/asr/parts/preprocessing/feature_loader.py
nemo/collections/asr/parts/preprocessing/features.py
nemo/collections/asr/parts/preprocessing/perturb.py
nemo/collections/asr/parts/preprocessing/segment.py
nemo/collections/asr/parts/submodules/__init__.py
nemo/collections/asr/parts/submodules/batchnorm.py
nemo/collections/asr/parts/submodules/causal_convs.py
nemo/collections/asr/parts/submodules/classifier.py
nemo/collections/asr/parts/submodules/conformer_modules.py
nemo/collections/asr/parts/submodules/ctc_batched_beam_decoding.py
nemo/collections/asr/parts/submodules/ctc_beam_decoding.py
nemo/collections/asr/parts/submodules/ctc_decoding.py
nemo/collections/asr/parts/submodules/ctc_greedy_decoding.py
nemo/collections/asr/parts/submodules/cuda_graph_rnnt_greedy_decoding.py
nemo/collections/asr/parts/submodules/jasper.py
nemo/collections/asr/parts/submodules/multi_head_attention.py
nemo/collections/asr/parts/submodules/multitask_beam_decoding.py
nemo/collections/asr/parts/submodules/multitask_decoding.py
nemo/collections/asr/parts/submodules/multitask_greedy_decoding.py
nemo/collections/asr/parts/submodules/rnnt_beam_decoding.py
nemo/collections/asr/parts/submodules/rnnt_decoding.py
nemo/collections/asr/parts/submodules/rnnt_greedy_decoding.py
nemo/collections/asr/parts/submodules/rnnt_maes_batched_computer.py
nemo/collections/asr/parts/submodules/rnnt_malsd_batched_computer.py
nemo/collections/asr/parts/submodules/spectr_augment.py
nemo/collections/asr/parts/submodules/ssl_quantizers.py
nemo/collections/asr/parts/submodules/stateless_net.py
nemo/collections/asr/parts/submodules/subsampling.py
nemo/collections/asr/parts/submodules/tdnn_attention.py
nemo/collections/asr/parts/submodules/tdt_beam_decoding.py
nemo/collections/asr/parts/submodules/tdt_malsd_batched_computer.py
nemo/collections/asr/parts/submodules/token_classifier.py
nemo/collections/asr/parts/submodules/wfst_decoder.py
nemo/collections/asr/parts/submodules/adapters/__init__.py
nemo/collections/asr/parts/submodules/adapters/attention_adapter_mixin.py
nemo/collections/asr/parts/submodules/adapters/multi_head_attention_adapter_module.py
nemo/collections/asr/parts/submodules/adapters/transformer_multi_head_attention_adapter_module.py
nemo/collections/asr/parts/submodules/aed_decoding/__init__.py
nemo/collections/asr/parts/submodules/aed_decoding/aed_batched_streaming.py
nemo/collections/asr/parts/submodules/ngram_lm/__init__.py
nemo/collections/asr/parts/submodules/ngram_lm/constants.py
nemo/collections/asr/parts/submodules/ngram_lm/kenlm_utils.py
nemo/collections/asr/parts/submodules/ngram_lm/ngram_lm_batched.py
nemo/collections/asr/parts/submodules/ngram_lm/ngram_lm_triton.py
nemo/collections/asr/parts/submodules/transducer_decoding/__init__.py
nemo/collections/asr/parts/submodules/transducer_decoding/batched_hyps.py
nemo/collections/asr/parts/submodules/transducer_decoding/label_looping_base.py
nemo/collections/asr/parts/submodules/transducer_decoding/rnnt_label_looping.py
nemo/collections/asr/parts/submodules/transducer_decoding/tdt_label_looping.py
nemo/collections/asr/parts/utils/__init__.py
nemo/collections/asr/parts/utils/activations.py
nemo/collections/asr/parts/utils/adapter_utils.py
nemo/collections/asr/parts/utils/aligner_utils.py
nemo/collections/asr/parts/utils/asr_batching.py
nemo/collections/asr/parts/utils/asr_confidence_benchmarking_utils.py
nemo/collections/asr/parts/utils/asr_confidence_utils.py
nemo/collections/asr/parts/utils/asr_module_utils.py
nemo/collections/asr/parts/utils/asr_multispeaker_utils.py
nemo/collections/asr/parts/utils/batched_beam_decoding_utils.py
nemo/collections/asr/parts/utils/chunking_utils.py
nemo/collections/asr/parts/utils/confidence_metrics.py
nemo/collections/asr/parts/utils/data_simulation_utils.py
nemo/collections/asr/parts/utils/decoder_timestamps_utils.py
nemo/collections/asr/parts/utils/diarization_utils.py
nemo/collections/asr/parts/utils/eou_utils.py
nemo/collections/asr/parts/utils/eval_utils.py
nemo/collections/asr/parts/utils/longform_clustering.py
nemo/collections/asr/parts/utils/manifest_utils.py
nemo/collections/asr/parts/utils/multispk_transcribe_utils.py
nemo/collections/asr/parts/utils/numba_utils.py
nemo/collections/asr/parts/utils/offline_clustering.py
nemo/collections/asr/parts/utils/online_clustering.py
nemo/collections/asr/parts/utils/optimization_utils.py
nemo/collections/asr/parts/utils/regularization_utils.py
nemo/collections/asr/parts/utils/rnnt_utils.py
nemo/collections/asr/parts/utils/slu_utils.py
nemo/collections/asr/parts/utils/speaker_utils.py
nemo/collections/asr/parts/utils/streaming_utils.py
nemo/collections/asr/parts/utils/timestamp_utils.py
nemo/collections/asr/parts/utils/tokenizer_utils.py
nemo/collections/asr/parts/utils/transcribe_utils.py
nemo/collections/asr/parts/utils/vad_utils.py
nemo/collections/asr/parts/utils/wfst_utils.py
nemo/collections/audio/__init__.py
nemo/collections/audio/data/__init__.py
nemo/collections/audio/data/audio_to_audio.py
nemo/collections/audio/data/audio_to_audio_dataset.py
nemo/collections/audio/data/audio_to_audio_lhotse.py
nemo/collections/audio/data/data_simulation.py
nemo/collections/audio/losses/__init__.py
nemo/collections/audio/losses/audio.py
nemo/collections/audio/losses/maxine/__init__.py
nemo/collections/audio/losses/maxine/losses_combined.py
nemo/collections/audio/losses/maxine/sisnr_loss.py
nemo/collections/audio/metrics/__init__.py
nemo/collections/audio/metrics/audio.py
nemo/collections/audio/metrics/squim.py
nemo/collections/audio/models/__init__.py
nemo/collections/audio/models/audio_to_audio.py
nemo/collections/audio/models/enhancement.py
nemo/collections/audio/models/maxine/__init__.py
nemo/collections/audio/models/maxine/bnr.py
nemo/collections/audio/modules/__init__.py
nemo/collections/audio/modules/features.py
nemo/collections/audio/modules/masking.py
nemo/collections/audio/modules/projections.py
nemo/collections/audio/modules/ssl_pretrain_masking.py
nemo/collections/audio/modules/transforms.py
nemo/collections/audio/parts/__init__.py
nemo/collections/audio/parts/submodules/__init__.py
nemo/collections/audio/parts/submodules/conformer.py
nemo/collections/audio/parts/submodules/conformer_unet.py
nemo/collections/audio/parts/submodules/diffusion.py
nemo/collections/audio/parts/submodules/flow.py
nemo/collections/audio/parts/submodules/multichannel.py
nemo/collections/audio/parts/submodules/ncsnpp.py
nemo/collections/audio/parts/submodules/schroedinger_bridge.py
nemo/collections/audio/parts/submodules/transformerunet.py
nemo/collections/audio/parts/utils/__init__.py
nemo/collections/audio/parts/utils/audio.py
nemo/collections/audio/parts/utils/callbacks.py
nemo/collections/audio/parts/utils/maxine.py
nemo/collections/audio/parts/utils/transforms.py
nemo/collections/common/__init__.py
nemo/collections/common/callbacks/__init__.py
nemo/collections/common/callbacks/callbacks.py
nemo/collections/common/callbacks/ema.py
nemo/collections/common/callbacks/ipl_epoch_stopper.py
nemo/collections/common/data/__init__.py
nemo/collections/common/data/dataset.py
nemo/collections/common/data/fallback.py
nemo/collections/common/data/prompt_fn.py
nemo/collections/common/data/utils.py
nemo/collections/common/data/lhotse/__init__.py
nemo/collections/common/data/lhotse/broadcasting.py
nemo/collections/common/data/lhotse/cutset.py
nemo/collections/common/data/lhotse/dataloader.py
nemo/collections/common/data/lhotse/indexed_adapters.py
nemo/collections/common/data/lhotse/nemo_adapters.py
nemo/collections/common/data/lhotse/sampling.py
nemo/collections/common/data/lhotse/text_adapters.py
nemo/collections/common/losses/__init__.py
nemo/collections/common/losses/aggregator.py
nemo/collections/common/losses/bce_logits_loss.py
nemo/collections/common/losses/cross_entropy.py
nemo/collections/common/losses/mse_loss.py
nemo/collections/common/losses/multi_similarity_loss.py
nemo/collections/common/losses/smoothed_cross_entropy.py
nemo/collections/common/losses/spanning_loss.py
nemo/collections/common/metrics/__init__.py
nemo/collections/common/metrics/classification_accuracy.py
nemo/collections/common/metrics/global_average_loss_metric.py
nemo/collections/common/metrics/metric_string_to_torchmetric.py
nemo/collections/common/metrics/perplexity.py
nemo/collections/common/metrics/punct_er.py
nemo/collections/common/parts/__init__.py
nemo/collections/common/parts/adapter_modules.py
nemo/collections/common/parts/mlm_scorer.py
nemo/collections/common/parts/multi_layer_perceptron.py
nemo/collections/common/parts/optional_cuda_graphs.py
nemo/collections/common/parts/perf_metrics_utils.py
nemo/collections/common/parts/rnn.py
nemo/collections/common/parts/transformer_utils.py
nemo/collections/common/parts/utils.py
nemo/collections/common/parts/preprocessing/__init__.py
nemo/collections/common/parts/preprocessing/cleaners.py
nemo/collections/common/parts/preprocessing/collections.py
nemo/collections/common/parts/preprocessing/manifest.py
nemo/collections/common/parts/preprocessing/parsers.py
nemo/collections/common/prompts/__init__.py
nemo/collections/common/prompts/canary.py
nemo/collections/common/prompts/canary2.py
nemo/collections/common/prompts/example.py
nemo/collections/common/prompts/formatter.py
nemo/collections/common/prompts/gemma.py
nemo/collections/common/prompts/llama.py
nemo/collections/common/prompts/mistral.py
nemo/collections/common/prompts/nemotron_h.py
nemo/collections/common/prompts/nemotron_nano_v3.py
nemo/collections/common/prompts/phi2.py
nemo/collections/common/prompts/plain.py
nemo/collections/common/prompts/qwen.py
nemo/collections/common/prompts/t5nmt.py
nemo/collections/common/tokenizers/__init__.py
nemo/collections/common/tokenizers/aggregate_tokenizer.py
nemo/collections/common/tokenizers/bytelevel_tokenizers.py
nemo/collections/common/tokenizers/canary_tokenizer.py
nemo/collections/common/tokenizers/char_tokenizer.py
nemo/collections/common/tokenizers/chat_template_mixin.py
nemo/collections/common/tokenizers/chinese_tokenizers.py
nemo/collections/common/tokenizers/en_ja_tokenizers.py
nemo/collections/common/tokenizers/fairseq_tokenizer.py
nemo/collections/common/tokenizers/indic_tokenizers.py
nemo/collections/common/tokenizers/megatron_utils.py
nemo/collections/common/tokenizers/moses_tokenizers.py
nemo/collections/common/tokenizers/null_tokenizer.py
nemo/collections/common/tokenizers/regex_tokenizer.py
nemo/collections/common/tokenizers/sentencepiece_tokenizer.py
nemo/collections/common/tokenizers/tiktoken_tokenizer.py
nemo/collections/common/tokenizers/tokenizer_spec.py
nemo/collections/common/tokenizers/tokenizer_utils.py
nemo/collections/common/tokenizers/word_tokenizer.py
nemo/collections/common/tokenizers/youtokentome_tokenizer.py
nemo/collections/common/tokenizers/huggingface/__init__.py
nemo/collections/common/tokenizers/huggingface/auto_tokenizer.py
nemo/collections/common/tokenizers/text_to_speech/__init__.py
nemo/collections/common/tokenizers/text_to_speech/ipa_lexicon.py
nemo/collections/common/tokenizers/text_to_speech/tokenizer_utils.py
nemo/collections/common/tokenizers/text_to_speech/tokenizer_wrapper.py
nemo/collections/common/tokenizers/text_to_speech/tts_tokenizers.py
nemo/collections/speechlm2/__init__.py
nemo/collections/speechlm2/data/__init__.py
nemo/collections/speechlm2/data/datamodule.py
nemo/collections/speechlm2/data/duplex_ear_tts_dataset.py
nemo/collections/speechlm2/data/duplex_stt_dataset.py
nemo/collections/speechlm2/data/force_align.py
nemo/collections/speechlm2/data/s2s_dataset.py
nemo/collections/speechlm2/data/salm_dataset.py
nemo/collections/speechlm2/data/utils.py
nemo/collections/speechlm2/models/__init__.py
nemo/collections/speechlm2/models/duplex_ear_tts.py
nemo/collections/speechlm2/models/duplex_s2s_model.py
nemo/collections/speechlm2/models/duplex_s2s_speech_decoder_model.py
nemo/collections/speechlm2/models/duplex_stt_model.py
nemo/collections/speechlm2/models/nemotron_voicechat.py
nemo/collections/speechlm2/models/salm.py
nemo/collections/speechlm2/models/salm_asr_decoder.py
nemo/collections/speechlm2/models/salm_automodel.py
nemo/collections/speechlm2/modules/__init__.py
nemo/collections/speechlm2/modules/ear_tts_model.py
nemo/collections/speechlm2/modules/ear_tts_vae_codec.py
nemo/collections/speechlm2/modules/perception.py
nemo/collections/speechlm2/modules/speech_generation.py
nemo/collections/speechlm2/parts/__init__.py
nemo/collections/speechlm2/parts/augmentation.py
nemo/collections/speechlm2/parts/automodel_compat.py
nemo/collections/speechlm2/parts/automodel_lora.py
nemo/collections/speechlm2/parts/cp_helpers.py
nemo/collections/speechlm2/parts/encoder_chunking.py
nemo/collections/speechlm2/parts/hf_hub.py
nemo/collections/speechlm2/parts/input_utils.py
nemo/collections/speechlm2/parts/label_prep.py
nemo/collections/speechlm2/parts/lora.py
nemo/collections/speechlm2/parts/nsight.py
nemo/collections/speechlm2/parts/optim_setup.py
nemo/collections/speechlm2/parts/packed_sequences.py
nemo/collections/speechlm2/parts/parallel.py
nemo/collections/speechlm2/parts/precision.py
nemo/collections/speechlm2/parts/pretrained.py
nemo/collections/speechlm2/parts/text_utils.py
nemo/collections/speechlm2/parts/metrics/__init__.py
nemo/collections/speechlm2/parts/metrics/asr_bleu.py
nemo/collections/speechlm2/parts/metrics/asr_cer_wer.py
nemo/collections/speechlm2/parts/metrics/bleu.py
nemo/collections/speechlm2/parts/metrics/empty_text.py
nemo/collections/speechlm2/parts/metrics/mcq_evaluator.py
nemo/collections/speechlm2/parts/metrics/perplexity.py
nemo/collections/speechlm2/parts/metrics/results_logger.py
nemo/collections/speechlm2/parts/metrics/secs.py
nemo/collections/speechlm2/parts/metrics/token_accuracy.py
nemo/collections/speechlm2/parts/metrics/turn_taking.py
nemo/collections/speechlm2/parts/metrics/wer.py
nemo/collections/speechlm2/streaming/__init__.py
nemo/collections/speechlm2/streaming/duplex_stt_inference.py
nemo/collections/speechlm2/vllm/__init__.py
nemo/collections/speechlm2/vllm/salm/__init__.py
nemo/collections/speechlm2/vllm/salm/audio.py
nemo/collections/speechlm2/vllm/salm/backends.py
nemo/collections/speechlm2/vllm/salm/config.py
nemo/collections/speechlm2/vllm/salm/model.py
nemo/collections/tts/__init__.py
nemo/collections/tts/data/__init__.py
nemo/collections/tts/data/audio_codec_dataset_lhotse.py
nemo/collections/tts/data/dataset.py
nemo/collections/tts/data/text_to_speech_dataset.py
nemo/collections/tts/data/text_to_speech_dataset_lhotse.py
nemo/collections/tts/data/vocoder_dataset.py
nemo/collections/tts/g2p/__init__.py
nemo/collections/tts/g2p/modules.py
nemo/collections/tts/g2p/utils.py
nemo/collections/tts/g2p/data/__init__.py
nemo/collections/tts/g2p/data/ctc.py
nemo/collections/tts/g2p/data/heteronym_classification.py
nemo/collections/tts/g2p/data/t5.py
nemo/collections/tts/g2p/models/__init__.py
nemo/collections/tts/g2p/models/base.py
nemo/collections/tts/g2p/models/ctc.py
nemo/collections/tts/g2p/models/en_us_arpabet.py
nemo/collections/tts/g2p/models/i18n_ipa.py
nemo/collections/tts/g2p/models/ja_jp_ipa.py
nemo/collections/tts/g2p/models/t5.py
nemo/collections/tts/g2p/models/token_classifier.py
nemo/collections/tts/g2p/models/zh_cn_pinyin.py
nemo/collections/tts/losses/__init__.py
nemo/collections/tts/losses/aligner_loss.py
nemo/collections/tts/losses/audio_codec_loss.py
nemo/collections/tts/losses/fastpitchloss.py
nemo/collections/tts/losses/hifigan_losses.py
nemo/collections/tts/losses/magpietts_cfg_distillation.py
nemo/collections/tts/losses/moe_loss.py
nemo/collections/tts/losses/stftlosses.py
nemo/collections/tts/metrics/__init__.py
nemo/collections/tts/metrics/classification_report.py
nemo/collections/tts/metrics/eou_classifier.py
nemo/collections/tts/metrics/frechet_codec_distance.py
nemo/collections/tts/metrics/score_metrics.py
nemo/collections/tts/models/__init__.py
nemo/collections/tts/models/aligner.py
nemo/collections/tts/models/audio_codec.py
nemo/collections/tts/models/base.py
nemo/collections/tts/models/easy_magpietts.py
nemo/collections/tts/models/easy_magpietts_inference.py
nemo/collections/tts/models/easy_magpietts_preference_optimization.py
nemo/collections/tts/models/fastpitch.py
nemo/collections/tts/models/fastpitch_ssl.py
nemo/collections/tts/models/hifigan.py
nemo/collections/tts/models/magpietts.py
nemo/collections/tts/models/magpietts_cfg_distillation.py
nemo/collections/tts/models/magpietts_preference_optimization.py
nemo/collections/tts/models/ssl_tts.py
nemo/collections/tts/modules/__init__.py
nemo/collections/tts/modules/adapters.py
nemo/collections/tts/modules/aligner.py
nemo/collections/tts/modules/audio_codec_modules.py
nemo/collections/tts/modules/common.py
nemo/collections/tts/modules/encodec_modules.py
nemo/collections/tts/modules/fastpitch.py
nemo/collections/tts/modules/ffn_modules.py
nemo/collections/tts/modules/hifigan_modules.py
nemo/collections/tts/modules/magpietts_modules.py
nemo/collections/tts/modules/moe_modules.py
nemo/collections/tts/modules/nemotron_h_decoder.py
nemo/collections/tts/modules/ssl_tts.py
nemo/collections/tts/modules/submodules.py
nemo/collections/tts/modules/transformer.py
nemo/collections/tts/modules/transformer_2501.py
nemo/collections/tts/modules/utmosv2.py
nemo/collections/tts/modules/magpietts_inference/__init__.py
nemo/collections/tts/modules/magpietts_inference/evaluate_generated_audio.py
nemo/collections/tts/modules/magpietts_inference/evaluation.py
nemo/collections/tts/modules/magpietts_inference/inference.py
nemo/collections/tts/modules/magpietts_inference/utils.py
nemo/collections/tts/modules/magpietts_inference/visualization.py
nemo/collections/tts/parts/__init__.py
nemo/collections/tts/parts/mixins/__init__.py
nemo/collections/tts/parts/mixins/fastpitch_adapter_mixins.py
nemo/collections/tts/parts/preprocessing/__init__.py
nemo/collections/tts/parts/preprocessing/audio_trimming.py
nemo/collections/tts/parts/preprocessing/feature_processors.py
nemo/collections/tts/parts/preprocessing/features.py
nemo/collections/tts/parts/utils/__init__.py
nemo/collections/tts/parts/utils/callbacks.py
nemo/collections/tts/parts/utils/distributed.py
nemo/collections/tts/parts/utils/helpers.py
nemo/collections/tts/parts/utils/tts_dataset_utils.py
nemo/collections/tts/torch/__init__.py
nemo/collections/tts/torch/g2ps.py
nemo/collections/tts/torch/tts_data_types.py
nemo/collections/tts/torch/tts_tokenizers.py
nemo/core/__init__.py
nemo/core/classes/__init__.py
nemo/core/classes/common.py
nemo/core/classes/dataset.py
nemo/core/classes/exportable.py
nemo/core/classes/loss.py
nemo/core/classes/modelPT.py
nemo/core/classes/module.py
nemo/core/classes/mixins/__init__.py
nemo/core/classes/mixins/access_mixins.py
nemo/core/classes/mixins/adapter_mixin_strategies.py
nemo/core/classes/mixins/adapter_mixins.py
nemo/core/classes/mixins/hf_io_mixin.py
nemo/core/config/__init__.py
nemo/core/config/base_config.py
nemo/core/config/hydra_runner.py
nemo/core/config/modelPT.py
nemo/core/config/optimizers.py
nemo/core/config/pytorch.py
nemo/core/config/pytorch_lightning.py
nemo/core/config/schedulers.py
nemo/core/config/templates/__init__.py
nemo/core/config/templates/model_card.py
nemo/core/connectors/__init__.py
nemo/core/connectors/save_restore_connector.py
nemo/core/neural_types/__init__.py
nemo/core/neural_types/axes.py
nemo/core/neural_types/comparison.py
nemo/core/neural_types/elements.py
nemo/core/neural_types/neural_type.py
nemo/core/optim/__init__.py
nemo/core/optim/adafactor.py
nemo/core/optim/adan.py
nemo/core/optim/distributed_adam.py
nemo/core/optim/flash_optim.py
nemo/core/optim/lr_scheduler.py
nemo/core/optim/novograd.py
nemo/core/optim/optimizer_with_main_params.py
nemo/core/optim/optimizers.py
nemo/core/optim/radam.py
nemo/core/utils/__init__.py
nemo/core/utils/cuda_python_utils.py
nemo/core/utils/k2_guard.py
nemo/core/utils/k2_utils.py
nemo/core/utils/neural_type_utils.py
nemo/core/utils/numba_utils.py
nemo/core/utils/optional_libs.py
nemo/core/utils/process_launcher/__init__.py
nemo/core/utils/process_launcher/launcher.py
nemo/lightning/__init__.py
nemo/lightning/base.py
nemo/lightning/base_callback.py
nemo/lightning/callback_group.py
nemo/lightning/one_logger_callback.py
nemo/utils/__init__.py
nemo/utils/app_state.py
nemo/utils/arguments.py
nemo/utils/cast_utils.py
nemo/utils/cloud.py
nemo/utils/config_utils.py
nemo/utils/data_utils.py
nemo/utils/debug_hook.py
nemo/utils/dependency.py
nemo/utils/distributed.py
nemo/utils/dtype.py
nemo/utils/enum.py
nemo/utils/env_var_parsing.py
nemo/utils/exceptions.py
nemo/utils/exp_manager.py
nemo/utils/export_utils.py
nemo/utils/file_utils.py
nemo/utils/get_rank.py
nemo/utils/import_utils.py
nemo/utils/lightning_logger_patch.py
nemo/utils/mcore_logger.py
nemo/utils/megatron_utils.py
nemo/utils/metaclasses.py
nemo/utils/model_utils.py
nemo/utils/msc_utils.py
nemo/utils/nemo_logging.py
nemo/utils/notebook_utils.py
nemo/utils/nvtx.py
nemo/utils/s3_dirpath_utils.py
nemo/utils/s3_utils.py
nemo/utils/sequence_packing_utils.py
nemo/utils/tar_utils.py
nemo/utils/te_utils.py
nemo/utils/timers.py
nemo/utils/trainer_utils.py
nemo/utils/trt_utils.py
nemo/utils/callbacks/__init__.py
nemo/utils/callbacks/checkpointing_context.py
nemo/utils/callbacks/cuda_graph.py
nemo/utils/callbacks/dist_ckpt_io.py
nemo/utils/callbacks/nemo_model_checkpoint.py
nemo/utils/callbacks/preemption.py
nemo/utils/callbacks/s3_checkpoint_io.py
nemo/utils/decorators/__init__.py
nemo/utils/decorators/deprecated.py
nemo/utils/decorators/experimental.py
nemo/utils/decorators/port_docs.py
nemo/utils/formatters/__init__.py
nemo/utils/formatters/base.py
nemo/utils/formatters/colors.py
nemo/utils/formatters/utils.py
nemo/utils/loggers/__init__.py
nemo/utils/loggers/clearml_logger.py
nemo/utils/loggers/dllogger.py
nemo/utils/loggers/mlflow_logger.py
nemo_toolkit.egg-info/PKG-INFO
nemo_toolkit.egg-info/SOURCES.txt
nemo_toolkit.egg-info/dependency_links.txt
nemo_toolkit.egg-info/entry_points.txt
nemo_toolkit.egg-info/not-zip-safe
nemo_toolkit.egg-info/requires.txt
nemo_toolkit.egg-info/top_level.txt
tests/test_data_dir.py