-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add huggingface
model deployer support
#151
Comments
Hi, I’m interested in working on this issue. I have experience with Python and some AI concepts, but I’m new to ZenML and Hugging Face. I’m eager to learn and would appreciate any initial guidance or resources you can provide. Could I be assigned to this issue? Thanks! |
This probably needs less ML / AI and more just Python + a willingness to see how |
Alrighty, thank you! |
@strickvl I installed the dependencies externally and successfully installed the latest PyYAML 6.0.1 version as well as other dependencies but when I tried to install mlstacks I ran into an error as mlstacks insists on downloading PyYAML 6.0 version. |
I would like to work on this if it is available @strickvl |
@parthmshah1302 this is actually being worked on by @sanskriti2005. There is an open PR already for this request... |
ZenML recently added support for the use of Hugging Face as a model deployer. This issue would bring support for that into mlstacks through a stack component. The component would probably be quite simple, as all that needs to happen is to define the interfaces and the output as part of the
stack.yaml
file. This would allow the deployer to be seamlessly imported into core ZenML and used.The update would include:
The text was updated successfully, but these errors were encountered: