-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationinference@huggingface/inference related@huggingface/inference related
Milestone
Description
cc @philschmid
Mainly add them to the README.md for the inference package, add doc string too
Will be needed for inference endpoints, as a lot of customers have their own custom responses
Also the arguments: args: Args & { data?: Blob | ArrayBuffer } should probably be args: Args & ({ data: Blob | ArrayBuffer } | { inputs: unknown })
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationinference@huggingface/inference related@huggingface/inference related