From e7b886d56f05b30b7814e0aaf0aea505fcfe30d2 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Wed, 25 Oct 2023 21:51:45 +0100 Subject: [PATCH] Add a link to the optimisers crate. (#1180) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09f15885..376ad154 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ And then head over to ## Useful External Resources - [`candle-tutorial`](https://github.com/ToluClassics/candle-tutorial): a very detailed tutorial showing how to convert a PyTorch model to Candle. +- [`optimisers`](https://github.com/KGrewal1/optimisers): a collection of optimisers + including SGD with momentum, AdaGrad, AdaDelta, AdaMax, NAdam, RAdam, and RMSprop. - [`candle-lora`](https://github.com/EricLBuehler/candle-lora): a LoRA implementation that conforms to the official `peft` implementation.