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

[Packaging] Create a non-cuda rag engine docker image #5

Closed
mawandm opened this issue Apr 5, 2024 · 0 comments · Fixed by #18
Closed

[Packaging] Create a non-cuda rag engine docker image #5

mawandm opened this issue Apr 5, 2024 · 0 comments · Fixed by #18
Labels
enhancement New feature or request packaging

Comments

@mawandm
Copy link
Contributor

mawandm commented Apr 5, 2024

The rag engine docker image installs with cuda libraries. These libraries aren't really needed when using embeddings from and OPENAI endpoint (remotely). So we should not need cuda libraries.

The cuda libraries are introduced via the huggingface embeddings python library.

This ticket explores having an option to package the rag engine without cuda libraries in order to trim down the docker image size.

@mawandm mawandm added the enhancement New feature or request label Apr 5, 2024
@mawandm mawandm changed the title Create a non-cuda rag engine docker image [Packaging] Create a non-cuda rag engine docker image Apr 6, 2024
mawandm added a commit that referenced this issue Apr 11, 2024
This PR enables us to package the RAG engine with CPU mode by default.

Close #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request packaging
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant