nim-anywhere icon indicating copy to clipboard operation
nim-anywhere copied to clipboard

how to fill-in ENVIRONMENT for Windows version

Open jear opened this issue 1 year ago • 5 comments

Hi,

Is this project compatible with AI workbench for Windows ?

If YES, for host mount, what is the Windows "Source Directory" for Docker with WSL setup ? Description What is "Host's runtime files for Docker in Docker support."

Same question for .cache/nvidia-nims

Thx ! Best, Jerome

jear avatar Aug 26 '24 18:08 jear

Hi Jerome, thank you for the question! Unfortunately, only Ubuntu is supported for remote machines right now.

AmeliaYe avatar Aug 26 '24 23:08 AmeliaYe

You should post this question here https://forums.developer.nvidia.com/c/ai-data-science/nvidia-ai-workbench/671 There is an AI Workbench forum there and a thread for Nim-Anywhere.

AI Workbench is compatible with Windows in the sense you can run it on Windows.

  1. They install a Linux WSL instance to host AI Workbench.
  2. AI Workbench runs out of that with a user workbench
  3. AI Workbench projects themselves run out of a container with the name of the project. In the case of this project it is something like nim-anywhere
  4. The NIM Anywhere recommended mount in the Environment is to /home/workbench/.cache/nvidia-nims which is on that WSL instance and not your windows drive. This means you can probably share the cache directory across AI Workbench projects because they are all homed off of that WSL instance

You can see the topology here https://joe.blog.freemansoft.com/2024/06/nvidia-ai-studio-workbench-is.html

freemansoft avatar Aug 27 '24 01:08 freemansoft

Hi! Yes, workbench and this project are compatible with Windows, but NIMs are not. Would that work for you?

AmeliaYe avatar Aug 29 '24 23:08 AmeliaYe

What I need would be a helm chart, as a matter of fact...

jear avatar Aug 30 '24 05:08 jear

We don't have a Helm chart for this particular project because our intention is to make a really accessible place for developers to start learning. However, NVIDIA does have a lot of great work showing more enterprise complete examples.

If you are looking for Helm charts for deploying NVIDIA NIMs, this is a great resource: https://github.com/NVIDIA/nim-deploy

Also our new NIM Agent Blueprints include more enterprise-complete examples including Helm charts: https://blogs.nvidia.com/blog/nim-agent-blueprints/

rmkraus avatar Aug 30 '24 15:08 rmkraus