-
Notifications
You must be signed in to change notification settings - Fork 691
[Inference Providers] Add CentML inference providers support #2959
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
base: main
Are you sure you want to change the base?
Conversation
Hi @V2arK, thanks for your PR :) Even though we are looking forward to integrate new providers, we'll have to hold on for a bit on this one. Integrating a new provider takes time and effort on our side to make things right so for now we've decided to focus on the existing ones. Will let you know when we are ready to move forward! 🤗 |
@Wauplin Thanks a lot for the heads up! I'm wondering if you could shed some light on any ETA of when your team will be ready to accept new serverless endpoint providers again? |
Hi @wangshangsam , we've worked further on the integrations and now have a proper documentation over how to get integrated: https://huggingface.co/docs/inference-providers/register-as-a-provider. The best way to start this would be to work on the JS client and the billing endpoint first. Once that's sorted out, we should be able to move forward on the rest and particularly on the Python client. Let me know if you have any questions. |
Hi @Wauplin , I am working on following the guide and already have done step 1 and 2 (on my branch), and now stuck at step 3
However, locally I've added the model mapping to Is it because I have to merge the Thank you! |
Hi @V2arK, |
What does this PR do?
Add CentML as a 3rd party Inference Provider
Key Changes:
Test Plan