modelscope

package
v0.1.1-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2025 License: Apache-2.0 Imports: 7 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 ModelScope

func New

func New() *Provider

New creates a new ModelScope provider instance

func (*Provider) CheckAuth

func (p *Provider) CheckAuth() error

CheckAuth verifies that the user is authenticated with ModelScope

func (*Provider) DownloadModel

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

DownloadModel downloads a model from ModelScope using the modelscope 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 ModelScope URLs with the modelscope.cn domain For short-form repo identifiers (owner/repo), users must explicitly specify --provider modelscope

Jump to

Keyboard shortcuts

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