GenerativeAIExamples
GenerativeAIExamples copied to clipboard
Generative AI reference workflows optimized for accelerated infrastructure and microservice architecture.
In 05_dataloader.ipynb in examples folder https://github.com/NVIDIA/GenerativeAIExamples/blob/v0.4.0/notebooks/05_dataloader.ipynb is there a way to use Llama2 7b model instead of default Llama2 13b model
The error occurs even though the module is installed. Traceback (most recent call last): │ │ File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main │ │ return _run_code(code, main_globals, None, │ │...
My setting about rag-app-text-chatbot.yaml is services: jupyter-server: container_name: notebook-server image: notebook-server:${TAG:-latest} build: context: ../../ dockerfile: ./notebooks/Dockerfile.notebooks # replace GPU enabled Dockerfile ./notebooks/Dockerfile.gpu_notebook ports: - "8888:8888" expose: - "8888" deploy: resources:...
Redirect from HTML GitHub pages to the repo.
Fix notebooks not working here and there. - document how to start required containers - fix deprecated model names - fix `FAIS.load_local()` refuses to load local `.pkl` files. - fix...
First of all, thank you for sharing these projects with the public! I tried running your knowledge graph RAG on a fresh WSL install of Ubuntu 22.04.4 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2...
Hi, the app was running fine last week but last Friday there were the following error, I am using Nvidia's Neva-22b api key. Exception: [401] Unknown Error {'timestamp': '2024-05-27T01:43:25.029+00:00', 'path':...
File "/root/Python-3.10.14/oranbot/lib/python3.10/site-packages/langchain_nvidia_ai_endpoints/_common.py", line 311, in _try_raise raise Exception(f"{header}\n{body}") from None Exception: [401] Unauthorized Bearer error="invalid_token" error_description="Bearer token is malformed" error_uri="https://tools.ietf.org/html/rfc6750#section-3.1" Please check or regenerate your API key. This is the...
I'm trying to deploy a basic RAG chatbot using the `rag-app-text-chatbot.yaml` file, but I'm running into issues with the chain-server container crashing shortly after startup. I believe I've properly followed...