blob: 13b96078e203bddfae7dec22049a6bc507547fbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-flash-linear-attention
pkgdesc = Fast linear attention models and layers (high-level fla package)
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/fla-org/flash-linear-attention
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-fla-core
depends = python-transformers
optdepends = python-tilelang: tilelang extra
optdepends = python-causal-conv1d: conv1d extra (causal-conv1d>=1.4.0)
optdepends = python-matplotlib: benchmark extra
optdepends = python-datasets: benchmark extra (datasets>=3.3.0)
optdepends = python-pytest: test extra
source = https://files.pythonhosted.org/packages/source/f/flash-linear-attention/flash_linear_attention-0.5.0.tar.gz
sha256sums = 22b789a47f07738b4382ecdf775d7bb40e0d803c467c34f8e2ecd6a1dc780938
pkgname = python-flash-linear-attention
|