-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add nvidia distribution #565
base: main
Are you sure you want to change the base?
add nvidia distribution #565
Conversation
…o cdgamarose/add_nvidia_distro merging matt's changes
…o cdgamarose/add_nvidia_distro
@mattf for viz |
I used a dev docker image to test this (distribution-nvidia:dev). Do we push the image to dockerhub, or there a process to follow? |
@cdgamarose-nv yeah we are setting up CI for automatically uploading dockers when we make them for the supported distributions. Pretty imminent! |
@@ -0,0 +1,100 @@ | |||
version: '2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need an inline-nvidia
distro at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to remove inline-nvidia
What does this PR do?
adds nvidia template for creating a distribution using inference adapter for NVIDIA NIMs.
Test Plan
Please describe:
Build llama stack distribution for nvidia using the template, docker and conda.
Before submitting
Pull Request section?