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

feat: support Trition with Nvidia embedders #1098

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tstadel
Copy link
Member

@tstadel tstadel commented Sep 23, 2024

Related Issues

  • support for Triton-hosted embedding models: e.g. almost any hugginface model can be hosted on Triton and thus make use of Triton's hosting and scaling features. This is especially helpful if you want to self-host arbitrary OpenSource models using NVIDIA's inference engines.

Proposed Changes:

  • add Triton Backend support for NvidiaEmbedders

How did you test it?

  • added tests
  • ran integration tests locally against Triton Embedding endpoint
  • sample embedding triton server can be hosted using
    docker run --gpus all -p 8000:8000 -p 8001:8001 -p 8002:8002 tstadelds/triton-embedding:intfloat-multilingual-e5-base-o4-v0.0.2

Notes for the reviewer

Checklist

@tstadel tstadel requested a review from a team as a code owner September 23, 2024 16:19
@tstadel tstadel requested review from silvanocerza and removed request for a team September 23, 2024 16:19
@github-actions github-actions bot added integration:nvidia type:documentation Improvements or additions to documentation labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration:nvidia type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant