OlegSudakov
OlegSudakov
Asking question which does not have a relevant snippet in the knowledge base leads to frontend error
Asking a question, unrelated to knowledge base content, causes frontend to fail with error. Without knowledge base:  With knowledge base: 
Experimenting with notebooks can create .`ipynb_checkpoints` folder in RetrievalAugmentedGeneration/notebooks/dataset.  This will cause upload_pdf_files function to fail when increasing `NUM_DOCS_TO_UPLOAD`. The issue does not occur with default `NUM_DOCS_TO_UPLOAD` (100), as...
**Describe the bug** **Fix is implemented here: https://github.com/NVIDIA/NeMo/pull/8845** Transformer layer MLP always uses default values for bias, activation, and normalization if model.mcore_gpt=False, model.transformer_engine=True, model.megatron_amp_O2=True. **Steps/Code to reproduce bug** Add the...