OlegSudakov

Results 3 issues of OlegSudakov

Asking a question, unrelated to knowledge base content, causes frontend to fail with error. Without knowledge base: ![image](https://github.com/NVIDIA/GenerativeAIExamples/assets/3092478/476e809b-5e1b-41ff-9e66-fc164303787c) With knowledge base: ![image](https://github.com/NVIDIA/GenerativeAIExamples/assets/3092478/a41f97b6-465c-457e-a124-08860fd1a52f)

bug

Experimenting with notebooks can create .`ipynb_checkpoints` folder in RetrievalAugmentedGeneration/notebooks/dataset. ![image](https://github.com/NVIDIA/GenerativeAIExamples/assets/3092478/232727d6-0411-47c4-97dc-3f457ac24eab) 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...

bug

**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...

bug
stale