diff options
author | YiiSh <mokeyish@hotmail.com> | 2023-11-06 19:44:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 12:44:39 +0100 |
commit | a923e8b53a69d055a3f53d477817798b83822a74 (patch) | |
tree | 15aefea2ff65018e1f2b25a462036d16981bdc61 /README.md | |
parent | 2a45bcf94315293e6a85491c11d588e089e056c0 (diff) | |
download | candle-a923e8b53a69d055a3f53d477817798b83822a74.tar.gz candle-a923e8b53a69d055a3f53d477817798b83822a74.tar.bz2 candle-a923e8b53a69d055a3f53d477817798b83822a74.zip |
Add a link to candle-ext to README.md (#1277)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ And then head over to that conforms to the official `peft` implementation. - [`candle-vllm`](https://github.com/EricLBuehler/candle-vllm): Efficent 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. If you have an addition to this list, please submit a pull request. |