package
0.1.1
Repository: https://github.com/gomlx/go-huggingface.git
Documentation: pkg.go.dev

# Functions

New creates a Manager that download files in parallel -- by default mostly 20 in parallel.
NewSemaphore returns a Semaphore that allows at most capacity simultaneous acquisitions.

# Variables

No description provided by the author

# Structs

Manager handles downloads, reporting back progress and errors.
Semaphore that allows dynamic resizing.

# Type aliases

ProgressCallback is called as download progresses.