From 10e19b4bd633a3e4de9bc4cafcad57f4ed66d0ef Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Sun, 28 Apr 2024 03:55:48 +0000 Subject: [PATCH] prepare readme for a new release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc561810..794075b7 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ from einops.layers.torch import Rearrange, Reduce from einops.layers.tensorflow import Rearrange, Reduce from einops.layers.flax import Rearrange, Reduce from einops.layers.paddle import Rearrange, Reduce -from einops.layers.keras import Rearrange, Reduce from einops.layers.chainer import Rearrange, Reduce ``` @@ -318,9 +317,10 @@ Einops works with ... - [cupy](https://cupy.chainer.org/) - [chainer](https://chainer.org/) - [tf.keras](https://www.tensorflow.org/guide/keras) -- [oneflow](https://github.com/Oneflow-Inc/oneflow) (experimental) - [flax](https://github.com/google/flax) (experimental) - [paddle](https://github.com/PaddlePaddle/Paddle) (experimental) +- [oneflow](https://github.com/Oneflow-Inc/oneflow) (community) +- [tinygrad](https://github.com/tinygrad/tinygrad) (community) Additionally, starting from einops 0.7.0 einops can be used with any framework that supports [Python array API standard](https://data-apis.org/array-api/latest/API_specification/index.html)