commit 07b01b10c367ea1f345c4bb9e5482937f50d39ff Author: Vijay Janapa Reddi Date: Tue Jul 8 22:47:00 2025 -0400 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..61905218 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 00000000..6704bdf4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# tinytorch +TinyTorch is a minimalist, educational framework for building machine learning systems from scratch.