Versions in this module Expand all Collapse all v0 v0.9.0 May 21, 2026 Changes in this version + var HuggingFaceBaseURL = "https://huggingface.co" + type File struct + Dest string + Path string + Size int64 + Type string + URI string + type Manifest struct + Files []File + Prefix string + Repo string + Rev string + Source string + Version int + func BuildHuggingFace(ctx context.Context, cfg *config.Config, rawURI string, opts Options) (*Manifest, error) + func (m *Manifest) Batch() *batch.File + func (m *Manifest) JSON() ([]byte, error) + type Options struct + DestDir string + Excludes []string + Includes []string + MaxFiles int + Rev string