mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 14:43:57 -05:00
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:
@@ -1,6 +1,10 @@
|
||||
<div align="center">
|
||||
|
||||
[](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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user