2023-11-21 23:22:13 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/huggingface/huggingface_hub/archive/refs/tags/v{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
display-name: huggingface/cli
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: huggingface/huggingface_hub
|
|
|
|
|
|
|
|
dependencies:
|
2024-01-04 12:11:12 +03:00
|
|
|
pkgx.sh: ^1
|
2023-11-21 23:22:13 +03:00
|
|
|
|
|
|
|
build:
|
2024-01-04 12:11:12 +03:00
|
|
|
dependencies:
|
|
|
|
python.org: ~3.11
|
|
|
|
script:
|
|
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
|
|
- ${{prefix}}/venv/bin/pip install .
|
|
|
|
- bkpyvenv seal {{prefix}} huggingface-cli
|
2023-11-21 23:22:13 +03:00
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/huggingface-cli
|
|
|
|
|
|
|
|
test:
|
|
|
|
huggingface-cli --help
|