summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-11-21 05:18:14 +0000
committerGitHub <noreply@github.com>2023-11-21 06:18:14 +0100
commit8f63f682893284e005c39fcd4e0740de4b36b786 (patch)
tree5ea8124b9ac51e666ec5f447cabc58c826e84ce3 /README.md
parentb380657bfe7fee62e6fd8c96549ab537cfcab381 (diff)
downloadcandle-8f63f682893284e005c39fcd4e0740de4b36b786.tar.gz
candle-8f63f682893284e005c39fcd4e0740de4b36b786.tar.bz2
candle-8f63f682893284e005c39fcd4e0740de4b36b786.zip
Fix the kalosm link (#1353)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f470458..e1a7a9ad 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ And then head over to
- [`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.
+- [`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.
If you have an addition to this list, please submit a pull request.