blob: b307f1e7c72963a970c4a030e330c5e1e7bf9425 (
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
30
31
32
|
pkgbase = python-bitsandbytes
pkgdesc = k-bit optimizers and matrix multiplication routines.
pkgver = 0.47.0
pkgrel = 1
url = https://github.com/bitsandbytes-foundation/bitsandbytes
arch = any
license = MIT
makedepends = cmake
makedepends = cuda
makedepends = git
makedepends = python-scikit-build
makedepends = python-scikit-build-core
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = gcc-libs
depends = glibc
depends = python
depends = python-numpy
depends = python-scipy
depends = python-pytorch
depends = python-triton
depends = python-typing_extensions
provides = python-bitsandbytes
conflicts = python-bitsandbytes
options = !strip
options = !debug
source = bitsandbytes::git+https://github.com/bitsandbytes-foundation/bitsandbytes.git#tag=0.47.0
sha256sums = b40be8d6997375e5dc441a467cb3a403d89401b3f4e533b6f9d903f4ff0d2fe8
pkgname = python-bitsandbytes
|