-
Notifications
You must be signed in to change notification settings - Fork 555
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
Open source Inference widgets + optimize for community contributions #87
Conversation
This is now ready for review 💜💚
|
<IconLightning classNames="-ml-1 mr-1 text-yellow-500" /> | ||
Hosted inference API | ||
</div> | ||
<a target="_blank" href="/docs"> |
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.
Clicking on the link button shows Error. Probably non existent model. Error. Probably non existent model.
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.
yep, limitation of our demo app system here (not the full hf.co env)
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.
Even the Error. Probably non existent model.
in double? (see line 59 of widgets/src/routes/[...model].svelte
)
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.
@Pierrci yes no sure, I had issues locally for some reasons. Maybe a transient SvelteKit bug?
TL;DR: demo deployment at https://60c228615382546a5cd01314--huggingface-widgets.netlify.app/
What's the goal of this PR?
This PR's goal is to open source our Inference widgets to let community contributors check out the code and help us build widgets for new tasks in the future 🎉
What are non-immediate goals of this PR
Let me know your thoughts on the points above 💜💚
Implementation details
widgets/