GenerativeAIExamples icon indicating copy to clipboard operation
GenerativeAIExamples copied to clipboard

Generative AI reference workflows optimized for accelerated infrastructure and microservice architecture.

Results 119 GenerativeAIExamples issues
Sort by recently updated
recently updated
newest added

Bumps [gradio](https://github.com/gradio-app/gradio) from 4.37.2 to 5.11.0. Release notes Sourced from gradio's releases. [email protected] Features #10304 6b63fde - Blocked Paths Fix. Thanks @​freddyaboulton! #10303 f19ca89 - Add preview_open and preview_close events...

dependencies
python

Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.18. Release notes Sourced from python-multipart's releases. Version 0.0.18 What's Changed Hard break if found data after last boundary on MultipartParser by @​Kludex in Kludex/python-multipart#189...

dependencies
python

The current version of the README uses an invalid URL https://build.ngc.nvidia.com/explore/ So the browser hangs when you click on the link. The correct URL is https://build.nvidia.com/explore/ This commit replaces the...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.5. Release notes Sourced from jinja2's releases. 3.1.5 This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not...

dependencies
python

I am getting this weird error where it says Failed to upload document. Please upload an unstructured text document. I can confirm my api key is valid and has credits...

I am running this [notebook](https://github.com/NVIDIA/GenerativeAIExamples/blob/main/finetuning/Gemma/lora.ipynb). However, when I try to merge LoRA and model weights before exporting to TensorRTLLM (`python /opt/NeMo/scripts/nlp_language_modeling/merge_lora_weights/merge.py`). I received the following error: ``` Initializing distributed: GLOBAL_RANK:...

I am able to access the chatbot front end using port forwarded local host ep. Now I want to expose this endpoint using Ingress. I have added an ingress to...

OS. Linux Ubuntu 20.04 Issue: consistently get ``` MilvusException: ``` Example: https://github.com/NVIDIA/GenerativeAIExamples/blob/main/RAG/notebooks/langchain/Chat_with_nvidia_financial_reports.ipynb code with issue ``` COLLECTION_NAME = "NVIDIA_Finance" from langchain_community.vectorstores import Milvus vectorstore = Milvus.from_documents( documents, embedder_document, collection_name=COLLECTION_NAME, connection_args={"uri":...

- Expects `NGC_API_KEY` per the warning in the output: ``` WARN[0000] The "NGC_API_KEY" variable is not set. Defaulting to a blank string. ``` - The `https://` should be `http://` for...

This commit adds a CI for yamllint and adds a pre-commit hook for yamlfmt. These two together will avoid issues like these https://github.com/NVIDIA/GenerativeAIExamples/pull/225 The PR also has a third commit...