tinygrad icon
tinygrad icon

tinygrad

 5 likes

This may not be the best deep learning framework, but it is a deep learning framework.

tinygrad screenshot 1

License model

  • FreeOpen Source

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Python
  No rating
5likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Python-based

 Tags

tinygrad News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • hfsdysgtmn, basicprime and monkeyboy3133 liked tinygrad
    11 months ago
Show all activities

tinygrad information

  • Developed by

    US flagtinygrad
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  29,352 Stars
  •  3,445 Forks
  •  222 Open Issues
  •   Updated Jun 10, 2025 
View on GitHub

Our users have written 0 comments and reviews about tinygrad, and it has gotten 5 likes

tinygrad was added to AlternativeTo by Paul on Jun 9, 2024 and this page was last updated Jun 9, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is tinygrad?

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.

Features:

  • LLaMA and Stable Diffusion: tinygrad can run LLaMA and Stable Diffusion!
  • Laziness: Try a matmul. See how, despite the style, it is fused into one kernel with the power of laziness.
  • Neural networks: As it turns out, 90% of what you need for neural networks are a decent autograd/tensor library. Throw in an optimizer, a data loader, and some compute, and you have all you need.

Official Links