blob: 9939deb2e6b3c03c19dcc82b1a6e68b35ed66826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-open-clip-torch
pkgdesc = Open source implementation of OpenAI's CLIP (Contrastive Language-Image Pre-training).
pkgver = 2.24.0
pkgrel = 1
url = https://github.com/mlfoundations/open_clip
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-braceexpand
depends = python-fsspec
depends = python-ftfy
depends = python-fvcore
depends = python-horovod
depends = python-huggingface-hub
depends = python-nltk
depends = python-pandas
depends = python-regex
depends = python-timm
depends = python-torchvision
depends = python-tqdm
depends = python-transformers
depends = python-wandb
depends = python-webdataset
source = https://github.com/mlfoundations/open_clip/archive/refs/tags/v2.24.0.zip
sha256sums = 0c49789a0e1f8f75b4ab8804a6c9c1b01b244da23c248e2a5d5590d1fec1633f
pkgname = python-open-clip-torch
|