Joe Freeman
Joe Freeman
I was looking for a graph library for an Advent of Code problem. I ran across the graph library here and realized that I needed to be able to build...
The sample has an error. `firstRowAsHeaders` should be `firstRowAsHeader` ``` { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "Table", "gridStyle": "accent", "firstRowAsHeaders": true, ``` --- * URL:...
Variables.sh defines the model and the GPUs to use but those values are ignored by the llm-nim-x.sh scripts.
## Expected behavior All nim-anywhere containers exit when the `project-nim-anywhere` container exits or when `AI Workstation` executes a `stop environment` ## Actual behavior `redis` and `milvusdb/milvus` both continue to run...
Received this message starting the LLM. ``` ValueError: Bfloat16 is only supported on GPUs with compute capability of at least 8.0. Your NVIDIA TITAN RTX GPU has compute capability 7.5....
You can end up with an old incomplete `config.yaml` across releases. This is a common problem. Don't know if it should be fixed or just documented. ### Steps 1. Run...
Which boxes in the diagram are the deployed components * Chat Server * Chain Server 
`/docs/_static/screenshot.png` and `/docs/_static/na_frontend.png` show the topology from a previous version. #### Screenshots that might work  
What are the DNS names for the redis and milvus server? They are referred to as `localhost` in some places and as `redis` and `mivlus` in others. They are pingable...
Updating docs requires additional utility software and a Make environment. Those aren't called out in https://github.com/nvidia/nim-anywhere?tab=readme-ov-file#updating-documentation Also, the makefile assumes you are running a linux shell which is fine but...