From 2bb9c683b9a2c7e6cfc775a0f4dd6af97b7193a7 Mon Sep 17 00:00:00 2001 From: Thomas Santerre Date: Wed, 13 Mar 2024 09:36:25 -0400 Subject: [PATCH] Update README.md (#1840) Adds the candle-einops to the readme as an external resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd80069e..b0a3b118 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ And then head over to - [`kalosm`](https://github.com/floneum/floneum/tree/master/interfaces/kalosm): A multi-modal meta-framework in Rust for interfacing with local pre-trained models with support for controlled generation, custom samplers, in-memory vector databases, audio transcription, and more. - [`candle-sampling`](https://github.com/EricLBuehler/candle-sampling): Sampling techniques for Candle. - [`gpt-from-scratch-rs`](https://github.com/jeroenvlek/gpt-from-scratch-rs): A port of Andrej Karpathy's _Let's build GPT_ tutorial on YouTube showcasing the Candle API on a toy problem. +- [`candle-einops`](https://github.com/tomsanbear/candle-einops): A pure rust implementation of the python [einops](https://github.com/arogozhnikov/einops) library. If you have an addition to this list, please submit a pull request.