Joe Freeman

Results 25 issues of 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...

package:graphs

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.

bug

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

issue-in-dependency

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

triage

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 ![nim-topology](https://github.com/user-attachments/assets/92aa3c58-7e79-4df9-b9ac-1e3e31ac5a2a)

`/docs/_static/screenshot.png` and `/docs/_static/na_frontend.png` show the topology from a previous version. #### Screenshots that might work ![na_frontend](https://github.com/user-attachments/assets/8d24a91f-1802-4754-b5b4-2fb2f32efa5d) ![nim-topology](https://github.com/user-attachments/assets/d0dc9dc4-03ee-4a3d-9027-75578cbbb0f1)

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