Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update docs: readme, getting started, ASR intro #7679

Merged
merged 102 commits into from
Oct 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
990d24f
[TTS] Add dataset to path of logged artifacts (#7462)
rlangman Sep 20, 2023
4ac4fff
move install info to INSTALLATION.md
erastorgueva-nv Sep 20, 2023
f31f390
tidy up links
erastorgueva-nv Sep 20, 2023
a5a71ac
Fix sft dataset truncation (#7464)
hsiehjackson Sep 20, 2023
cecb04d
Automatic Lip Reading Recognition (ALR) - ASR/CV (Visual ASR) (#7330)
burchim Sep 20, 2023
8974c27
HF StarCoder to NeMo conversion script (#7421)
janekl Sep 20, 2023
7365c16
fix bug when loading dist ckpt in peft (#7452)
lhb8125 Sep 21, 2023
fb3df45
Fix adding positional embeddings in-place in transformer module (#7440)
The0nix Sep 21, 2023
1ae26dc
Fix (#7478)
hsiehjackson Sep 22, 2023
892bea1
add sleep (#7498) (#7499)
github-actions[bot] Sep 24, 2023
70405ef
Fix exp manager check for sleep (#7503) (#7504)
github-actions[bot] Sep 25, 2023
850cb4b
bugfix: trainer.accelerator=auto from None. (#7492) (#7493)
github-actions[bot] Sep 25, 2023
c92f9f6
[doc] fix broken link (#7481)
stas00 Sep 25, 2023
ad24f4f
[TTS] Read audio as int32 to avoid flac read errors (#7477)
rlangman Sep 26, 2023
3992ca5
Add dataset 'AISHELL-3' from OpenSLR for training mandarin TTS (#7409)
RobinDong Sep 26, 2023
85bff14
dllogger - log on rank 0 only (#7513)
stas00 Sep 26, 2023
abb2e02
Fix TTS FastPitch tutorial (#7494) (#7516)
github-actions[bot] Sep 26, 2023
ea5b666
Fix get_dist() tensor dimension (#7506) (#7515)
github-actions[bot] Sep 26, 2023
af0ef5d
bugfix: specify trainer.strategy=auto when devices=1 (#7509) (#7512)
github-actions[bot] Sep 26, 2023
2f06a14
fix (#7511)
aklife97 Sep 26, 2023
6deeb50
[TTS] Fix FastPitch data prep tutorial (#7524)
rlangman Sep 27, 2023
5cd5df6
add italian tokenization (#7486)
GiacomoLeoneMaria Sep 27, 2023
7e358ed
Replace None strategy with auto in tutorial notebooks (#7521) (#7527)
github-actions[bot] Sep 27, 2023
5e21dd5
unpin setuptools (#7534) (#7535)
github-actions[bot] Sep 27, 2023
a7b6c15
remove auto generated examples (#7510)
arendu Sep 27, 2023
631c386
Add the `strategy` argument to `MegatronGPTModel.generate()` (#7264)
odelalleau Sep 27, 2023
c5ab1f2
Fix PTL2.0 related ASR bugs in r1.21.0: Val metrics logging, None dat…
github-actions[bot] Sep 27, 2023
961ab09
gpus -> devices (#7542) (#7545)
github-actions[bot] Sep 28, 2023
58cf114
Update FFMPEG version to fix issue with torchaudio (#7551) (#7553)
github-actions[bot] Sep 28, 2023
541aaac
PEFT GPT & T5 Refactor (#7308)
meatybobby Sep 28, 2023
9f7be8d
fix a typo (#7496)
BestJuly Sep 28, 2023
3bf10ae
[TTS] remove curly braces from ${BRANCH} in jupyer notebook cell. (#7…
github-actions[bot] Sep 28, 2023
95c2acb
add youtube embed url (#7570)
XuesongYang Sep 29, 2023
a275447
Remap speakers to continuous range of speaker_id for dataset AISHELL3…
RobinDong Sep 29, 2023
b5ff7d2
fix validation_step_outputs initialization for multi-dataloader (#754…
github-actions[bot] Sep 29, 2023
cc3d79c
Append output of val step to self.validation_step_outputs (#7530) (#7…
github-actions[bot] Sep 29, 2023
3963711
[TTS] fixed trainer's accelerator and strategy. (#7569) (#7574)
github-actions[bot] Sep 29, 2023
f02df45
Append val/test output to instance variable in EncDecSpeakerLabelMode…
github-actions[bot] Sep 29, 2023
f232e03
Fix CustomProgressBar for resume (#7427) (#7522)
github-actions[bot] Sep 30, 2023
a458b81
fix typos in nfa and speech enhancement tutorials (#7580) (#7583)
github-actions[bot] Sep 30, 2023
1b53e91
Add strategy as ddp_find_unused_parameters_true for glue_benchmark.py…
github-actions[bot] Sep 30, 2023
f9ddc19
update strategy (#7577) (#7578)
github-actions[bot] Sep 30, 2023
cd3d936
Fix typos (#7581)
Kipok Oct 2, 2023
4de406b
Change hifigan finetune strategy to ddp_find_unused_parameters_true (…
github-actions[bot] Oct 2, 2023
a431315
[BugFix] Add missing quotes for auto strategy in tutorial notebooks (…
github-actions[bot] Oct 2, 2023
ad678e6
add build os key (#7596) (#7599)
github-actions[bot] Oct 2, 2023
9171429
StarCoder SFT test + bump PyT NGC image to 23.09 (#7540)
janekl Oct 2, 2023
000f46c
defaults changed (#7600)
arendu Oct 3, 2023
7a4fc94
add ItalianPhonemesTokenizer (#7587)
GiacomoLeoneMaria Oct 3, 2023
5324dbb
best ckpt fix (#7564) (#7588)
github-actions[bot] Oct 3, 2023
be97618
Add files via upload (#7598)
Jorjeous Oct 3, 2023
0705905
Fix validation in G2PModel and ThutmoseTaggerModel (#7597) (#7606)
github-actions[bot] Oct 3, 2023
9e7b2e0
Broadcast loss only when using pipeline parallelism and within the pi…
github-actions[bot] Oct 3, 2023
bd8ba99
Safeguard nemo_text_processing installation on ARM (#7485)
blisc Oct 3, 2023
1305f26
Bound transformers version in requirements (#7620)
athitten Oct 4, 2023
4b8b651
fix llama2 70b lora tuning bug (#7622)
cuichenx Oct 4, 2023
cdc67b0
Fix import error no module name model_utils (#7629)
menon92 Oct 4, 2023
e57203a
add fc large ls models (#7641)
nithinraok Oct 4, 2023
90728c4
bugfix: trainer.gpus, trainer.strategy, trainer.accelerator (#7621) (…
github-actions[bot] Oct 5, 2023
793b1cd
fix ssl models ptl monitor val through logging (#7608) (#7614)
github-actions[bot] Oct 5, 2023
dbc4061
Fix metrics for SE tutorial (#7604) (#7612)
github-actions[bot] Oct 5, 2023
4f5e962
Add ddp_find_unused_parameters=True and change accelerator to auto (#…
github-actions[bot] Oct 5, 2023
b1f391e
Fix py3.11 dataclasses issue (#7616)
github-actions[bot] Oct 5, 2023
dd97db7
Fix issues with Dockerfile (#7650) (#7652)
github-actions[bot] Oct 6, 2023
eea83db
[ASR] RNN-T greedy decoding max_frames fix for alignment and confiden…
GNroy Oct 6, 2023
4c7a9b0
[ASR] Fix type error in jasper (#7636) (#7653)
github-actions[bot] Oct 6, 2023
7fa05d2
[TTS] Add STFT and SI-SDR loss to audio codec recipe (#7468)
rlangman Oct 6, 2023
9c62160
add outline of asr quickstart info to asr/intro.rst
erastorgueva-nv Oct 6, 2023
f64a485
add CLI, LM and real-time transcription sections
erastorgueva-nv Oct 6, 2023
475c8f0
Create per.py (#7538)
ssh-meister Oct 7, 2023
72ab71e
add more info and links to asr intro.rst
erastorgueva-nv Oct 10, 2023
60a28af
conversion issue fix (#7648) (#7668)
github-actions[bot] Oct 10, 2023
4afa0ff
layernorm1p fix (#7523) (#7567)
github-actions[bot] Oct 10, 2023
1b8b4ae
generalized chat sft prompt (#7655)
yidong72 Oct 10, 2023
1cd9397
Fix vad & speech command tutorial - onnx (#7671) (#7672)
github-actions[bot] Oct 10, 2023
9b3e662
put installation info back in README
erastorgueva-nv Oct 10, 2023
f7ddb43
remove installation info from docs, point to info in readme
erastorgueva-nv Oct 10, 2023
3f15b6e
tidy up readme a bit
erastorgueva-nv Oct 10, 2023
a3c0f75
tidy up starthere intro, update code
erastorgueva-nv Oct 10, 2023
0b22758
correct timestamps code snippet, other updates
erastorgueva-nv Oct 10, 2023
2c0aad9
remove old link placeholder
erastorgueva-nv Oct 10, 2023
aff4208
Fix in the confidence ensemble test (#7682)
Kipok Oct 11, 2023
9eaf759
remove example command to install pytorch
erastorgueva-nv Oct 11, 2023
6399221
put back links for pretrained models and discussion board
erastorgueva-nv Oct 11, 2023
d96b355
change publications link to point to blog page
erastorgueva-nv Oct 11, 2023
d94b732
fix link formatting
erastorgueva-nv Oct 11, 2023
0fada4e
PEFT eval fix (#7626) (#7638)
github-actions[bot] Oct 11, 2023
be2c3f6
fix publications link formatting
erastorgueva-nv Oct 11, 2023
a8e8c9d
propagate mp config (#7637) (#7639)
github-actions[bot] Oct 11, 2023
2f96ffd
Add find_unused_parameters_true for text_classiftn and punctuation_ca…
github-actions[bot] Oct 11, 2023
5541f60
Hotfix (#7501) (#7568)
github-actions[bot] Oct 11, 2023
affdb5d
Avoid duplicated checkpoint save (#7555) (#7566)
github-actions[bot] Oct 11, 2023
c013b8c
Cache FP8 weight and transpose only at the first micro-batch in each …
github-actions[bot] Oct 11, 2023
d5f9b2e
Add an option to disable manual GC in validation (#7467) (#7476)
github-actions[bot] Oct 11, 2023
ff87f5f
more natural phrasing
erastorgueva-nv Oct 11, 2023
be2f160
update gh-pages-src link to point to readme
erastorgueva-nv Oct 11, 2023
41cd4f2
remove PUBLICATIONS.md and update README
erastorgueva-nv Oct 11, 2023
7f0ac35
Update README.rst
erastorgueva-nv Oct 11, 2023
ee008f1
Merge branch 'main' into revamp_documentation
erastorgueva-nv Oct 11, 2023
bd7564e
specify optional mac dependencies, add space in comment
erastorgueva-nv Oct 11, 2023
66682fc
Merge branch 'main' into revamp_documentation
erastorgueva-nv Oct 11, 2023
b9e6b49
update copyright year
erastorgueva-nv Oct 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into revamp_documentation
Signed-off-by: Elena Rastorgueva <80532067+erastorgueva-nv@users.noreply.github.com>
  • Loading branch information
erastorgueva-nv authored Oct 11, 2023
commit ee008f1ac9fd863b3190c8a3125806fcd90d96ee
3 changes: 0 additions & 3 deletions docs/source/starthere/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ See the two introductory videos below for a high level overview of NeMo.

**Developing State-Of-The-Art Conversational AI Models in Three Lines of Code**
erastorgueva-nv marked this conversation as resolved.
Show resolved Hide resolved

Also see the two introductory videos below for a high level overview of NeMo.

* Developing State-Of-The-Art Conversational AI Models in Three Lines of Code.
.. raw:: html

<div style="position: relative; padding-bottom: 3%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.