Add a link to the optimisers crate. (#1180)

This commit is contained in:
Laurent Mazare
2023-10-25 21:51:45 +01:00
committed by GitHub
parent 6a446d9d73
commit e7b886d56f

View File

@ -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.