Name: tinygrad Version: 0.9.0 Release: 2%{?dist} Summary: A deep learning framework License: MIT URL: https://github.com/tinygrad/tinygrad Source0: %url/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %description You like pytorch? You like micrograd? You love tinygrad! A deep learning framework somewhere between PyTorch and micrograd. Due to its extreme simplicity, it aims to be the easiest framework to add new accelerators to, with support for both inference and training. If XLA is CISC, tinygrad is RISC. %package examples Summary: Examples for tinygrad Requires: %{name} = %{version}-%{release} Requires: python3-tiktoken %description examples %prep %autosetup -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files tinygrad %files -f %{pyproject_files} %license LICENSE %doc README.md %files examples %doc docs %doc examples %changelog * Thu May 30 2024 Peter Robinson - 0.9.0-2 - Require python3-tiktoken for examples * Thu May 30 2024 Peter Robinson - 0.9.0-1 - Update to 0.9.0 * Fri Jan 12 2024 Peter Robinson - 0.8.0-1 - Update to 0.8.0 * Tue Sep 05 2023 Peter Robinson - 0.7.0-1 - Update to 0.7.0 * Thu Jul 13 2023 Peter Robinson - 0.6.0-3 - Add docs to exampkes package * Thu Jul 13 2023 Peter Robinson - 0.6.0-2 - Add examples subpackage * Tue Jun 20 2023 Peter Robinson - 0.6.0-1 - Initial package