summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Buehler <65165915+EricLBuehler@users.noreply.github.com>2023-11-06 06:53:29 -0500
committerGitHub <noreply@github.com>2023-11-06 12:53:29 +0100
commitabc4f698c5afd695c16bb495121b04bc011dce83 (patch)
treeeb84c1b0d937d2a1db3d558707e01a2f324efec5 /README.md
parenta923e8b53a69d055a3f53d477817798b83822a74 (diff)
downloadcandle-abc4f698c5afd695c16bb495121b04bc011dce83.tar.gz
candle-abc4f698c5afd695c16bb495121b04bc011dce83.tar.bz2
candle-abc4f698c5afd695c16bb495121b04bc011dce83.zip
Add candle-sampling (#1278)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26b2aa8e..8d796d14 100644
--- a/README.md
+++ b/README.md
@@ -143,10 +143,11 @@ And then head over to
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.
-- [`candle-vllm`](https://github.com/EricLBuehler/candle-vllm): Efficent platform for inference and
+- [`candle-vllm`](https://github.com/EricLBuehler/candle-vllm): Efficient platform for inference and
serving local LLMs including an OpenAI compatible API server.
- [`candle-ext`](https://github.com/mokeyish/candle-ext): an extension library to Candle that provides PyTorch functions not currently available in Candle.
- [`kalosm`](https://github.com/floneum/floneum/tree/master/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.
If you have an addition to this list, please submit a pull request.