How to Install and Uninstall python3-tinygrad.noarch Package on Fedora 39

Last updated: January 16,2025

1. Install "python3-tinygrad.noarch" package

This guide covers the steps necessary to install python3-tinygrad.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-tinygrad.noarch

2. Uninstall "python3-tinygrad.noarch" package

Please follow the steps below to uninstall python3-tinygrad.noarch on Fedora 39:

$ sudo dnf remove python3-tinygrad.noarch $ sudo dnf autoremove

3. Information about the python3-tinygrad.noarch package on Fedora 39

Last metadata expiration check: 3:37:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-tinygrad
Version : 0.7.0
Release : 1.fc39
Architecture : noarch
Size : 367 k
Source : python-tinygrad-0.7.0-1.fc39.src.rpm
Repository : updates
Summary : You like pytorch? You like micrograd? You love tinygrad!
URL : https://github.com/tinygrad/tinygrad
License : MIT
Description : tinygrad: For something between PyTorch and karpathy/micrograd. Maintained
: by tiny corp.
:
: This may not be the best deep learning framework, but it is a deep learning
: framework.
:
: 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.