Metadata-Version: 2.1
Name: torchlet
Version: 0.1.0
Summary: A small, minimalist variant of PyTorch.
Author: Cem Alpturk
Author-email: cem.alpturk@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# Torchlet

<div align="center">
  <figure>
    <img width="223" alt="torchlet_logo" src="assets/torchlet.png">
  </figure>
</div>


A small, minimalist variant of Pytorch. Built for educational purposes.

## Notes
- This is a work in progress. The goal is to implement a small subset of Pytorch's functionality.
- The code is not optimized for performance.
- Inspired by [karpathy/micrograd](https://github.com/karpathy/micrograd).

