blob: f77b629a1d3fee0376c965d54fb258f6d615d49e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-huggingface-hub-git
pkgdesc = Client library to download and publish models on the huggingface.co hub
pkgver = 0.0.8.r40
pkgrel = 1
url = https://github.com/huggingface/huggingface_hub
arch = any
license = Apache 2.0
depends = python>=3.6
depends = python-filelock
depends = python-tqdm
depends = python-requests
depends = python-importlib-metadata
optdepends = python-espnet-git: ASR toolkit
optdepends = python-speechbrain: ASR toolkit
provides = python-huggingface-hub
conflicts = python-huggingface-hub
conflicts = python-huggingface-hub-git
source = python-huggingface-hub-git::git+https://github.com/huggingface/huggingface_hub
md5sums = SKIP
pkgname = python-huggingface-hub-git
|