blob: 870d86fcb6be8e046350ce37c0cd2eb2cfb22053 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-tinygrad
pkgdesc = You like pytorch? You like micrograd? You love tinygrad! <3
pkgver = 0.10.2
pkgrel = 1
url = https://github.com/tinygrad/tinygrad
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.10
optdepends = python-llvmlite: LLVM Backend Support
optdepends = python-unicorn: ARM Backend Support
optdepends = python-triton: Triton Backend Support
source = https://files.pythonhosted.org/packages/source/t/tinygrad/tinygrad-0.10.2.tar.gz
sha256sums = 53e808fcbfe540302c20045b8a53b9fc709fdb96deb669e0fff3949327ad49a7
pkgname = python-tinygrad
|