update logo (#4055)

* update logo

* update svg

* put svg in file

* Revert "put svg in file"

This reverts commit 735528047a.

* better

* move a tag

* remove extra
This commit is contained in:
George Hotz
2024-04-03 07:16:57 -07:00
committed by GitHub
parent f61ed869f5
commit 52ee5b73b2
4 changed files with 41 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
<div align="center">
[![logo](https://raw.githubusercontent.com/tinygrad/tinygrad/master/docs/logo.png)](https://tinygrad.org)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/docs/logo_tiny_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="/docs/logo_tiny_light.svg">
<img alt="tiny corp logo" src="/docs/logo_tiny_light.svg" width="50%" height="50%">
</picture>
tinygrad: For something between [PyTorch](https://github.com/pytorch/pytorch) and [karpathy/micrograd](https://github.com/karpathy/micrograd). Maintained by [tiny corp](https://tinygrad.org).