GenerativeAIExamples icon indicating copy to clipboard operation
GenerativeAIExamples copied to clipboard

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

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

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...

dependencies
python

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...

dependencies
python

Bumps [gradio](https://github.com/gradio-app/gradio) from 4.13.0 to 4.19.2. Release notes Sourced from gradio's releases. [email protected] Features #7495 ddd4d3e - Enable Ruff S101. Thanks @​abidlabs! #7443 b7a97f2 - Update httpx to httpx>=0.24.1 in...

dependencies
python

// Importando os módulos necessários import React from 'react'; import { View, Text, Button } from 'react-native'; // Componente da página inicial function HomeScreen({ navigation }) { return ( Bem-vindo...

Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.29 to 0.1.35. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langchain-core&package-manager=pip&previous-version=0.1.29&new-version=0.1.35)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [gradio](https://github.com/gradio-app/gradio) from 3.48.0 to 4.19.2. Release notes Sourced from gradio's releases. @​gradio/model3d@​0.10.0 Features #8209 b9afe93 - Rename eventSource_Factory and fetch_implementation. Thanks @​hannahblair! Fixes #8179 6a218b4 - rework upload to...

dependencies
python

Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.29 to 0.1.35. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langchain-core&package-manager=pip&previous-version=0.1.29&new-version=0.1.35)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Hi there, I'm currently trying to build a Q&A Chatbot using the example [here](https://nvidia.github.io/GenerativeAIExamples/latest/local-gpu.html#using-local-gpus-for-a-q-a-chatbot). Since my GPU model is A30 (with two 20GB GPUs), I'm using a smaller-scale model: `llama-2-7B-chat`....

hello. As the title says, when I use a model over 10B and reference it, the text comes up and then disappears. I would appreciate your opinion on what could...