From dd7d3ea9829234803adad7b2a33b152b4498077a Mon Sep 17 00:00:00 2001 From: Thomas Santerre Date: Tue, 12 Mar 2024 16:08:28 -0400 Subject: [PATCH] update readme to credit original author --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6da4c..7689425 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ # candle-einops -This library is a fork of [einops](https://github.com/VasanthakumarV/einops) intended to bring support for einops to [Candle](https://github.com/huggingface/candle) +This library is a fork of [einops](https://github.com/VasanthakumarV/einops) intended to bring support for einops to [Candle](https://github.com/huggingface/candle). Thank you @VasanthakumarV for such a fantastic macro based library to build off. The original library was implemented with TCH as the backing library and was based on the [einops](https://github.com/arogozhnikov/einops) python library. + +For the most part everything from the original library has remained and only the device/dtype bindings have been altered. I do have plans to port `einsum` functionality to this library in the future. Difference from the python version: