Skip to content
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

CUDA Support for Kubernetes #143

Open
AndreasMurk opened this issue Jan 22, 2024 · 0 comments
Open

CUDA Support for Kubernetes #143

AndreasMurk opened this issue Jan 22, 2024 · 0 comments

Comments

@AndreasMurk
Copy link

AndreasMurk commented Jan 22, 2024

I have seen that once the --with-cuda flag is provided, the cuda-ggml Image is build using the context in the docker-compose file.

It would be nice to also support CUDA when deploying with Kubernetes. If there is support or a way to deploy the Pods consuming GPUs, I couldn't find it in the README

From a quick look, the following steps would be required:

  1. Make CUDA image publicly available through https://ghcr.io
  2. Create CUDA Service manifest / or set the container image to the cuda image once a flag is provided
  3. Add resource: limits: nvidia/gpu: 1 to the container section in the UI deployment

If you could publish the image, I could create a PR and work on this.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant