huggingface

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct{}

Provider implements the modelprovider.Provider interface for HuggingFace

func New

func New() *Provider

New creates a new HuggingFace provider instance

func (*Provider) CheckAuth

func (p *Provider) CheckAuth() error

CheckAuth verifies that the user is authenticated with HuggingFace

func (*Provider) DownloadModel

func (p *Provider) DownloadModel(ctx context.Context, modelURL, destDir string) (string, error)

DownloadModel downloads a model from HuggingFace using the huggingface-cli

func (*Provider) Name

func (p *Provider) Name() string

Name returns the name of this provider

func (*Provider) SupportsURL

func (p *Provider) SupportsURL(url string) bool

SupportsURL checks if this provider can handle the given URL It only supports full HuggingFace URLs with the huggingface.co domain For short-form repo identifiers (owner/repo), users must explicitly specify --provider huggingface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL