mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
22 lines
422 B
YAML
22 lines
422 B
YAML
|
distributable:
|
|||
|
url: https://github.com/huggingface/huggingface_hub/archive/refs/tags/v{{version}}.tar.gz
|
|||
|
strip-components: 1
|
|||
|
|
|||
|
display-name: huggingface/cli
|
|||
|
|
|||
|
# if there’s a github then we can parse the versions
|
|||
|
versions:
|
|||
|
github: huggingface/huggingface_hub
|
|||
|
|
|||
|
dependencies:
|
|||
|
python.org: ~3.11
|
|||
|
|
|||
|
build:
|
|||
|
python-venv.sh {{prefix}}/bin/huggingface-cli
|
|||
|
|
|||
|
provides:
|
|||
|
- bin/huggingface-cli
|
|||
|
|
|||
|
test:
|
|||
|
huggingface-cli --help
|