Documentation ¶
Index ¶
- func GetModelById(id string, authorizationKey string) (huggingface.Model, error)
- func GetModelsByMultiplePipelineTags(tags []string, authorizationKey string) (allModelsWithTags huggingface.Models, err error)
- func GetModelsByPipelineTag(tag huggingface.PipelineTag, limit int, authorizationKey string) (huggingface.Models, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetModelById ¶
func GetModelById(id string, authorizationKey string) (huggingface.Model, error)
GetModelById from hugging face api by id
func GetModelsByMultiplePipelineTags ¶
func GetModelsByMultiplePipelineTags(tags []string, authorizationKey string) (allModelsWithTags huggingface.Models, err error)
GetModelsByMultiplePipelineTags get the list of models with given types
func GetModelsByPipelineTag ¶
func GetModelsByPipelineTag(tag huggingface.PipelineTag, limit int, authorizationKey string) (huggingface.Models, error)
GetModelsByPipelineTag from hugging face api by pipeline tag
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.