From 1f0514e5df36750fa2bb675f01cfed5cc6ea43ad Mon Sep 17 00:00:00 2001 From: George Hotz Date: Mon, 26 Oct 2020 09:15:31 -0700 Subject: [PATCH] pip --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5d54e7e8be..6a0f0acb09 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ For something in between a [pytorch](https://github.com/pytorch/pytorch) and a [karpathy/micrograd](https://github.com/karpathy/micrograd) +``` +pip3 install tinygrad +``` + This may not be the best deep learning framework, but it is a deep learning framework. The Tensor class is a wrapper around a numpy array, except it does Tensor things.