summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Vlek <jeroenvlek@gmail.com>2024-01-05 11:59:46 +0100
committerGitHub <noreply@github.com>2024-01-05 11:59:46 +0100
commit3a7304cb0dbdf8ceeab8a4f5cf9b8e7ced822e20 (patch)
tree0c7ea58f5a92be5a609f0cf3a737454d8065276a
parentfa3ea98ba92835960fdd825a5b4dda30ef2baaa4 (diff)
downloadcandle-3a7304cb0dbdf8ceeab8a4f5cf9b8e7ced822e20.tar.gz
candle-3a7304cb0dbdf8ceeab8a4f5cf9b8e7ced822e20.tar.bz2
candle-3a7304cb0dbdf8ceeab8a4f5cf9b8e7ced822e20.zip
add link to gpt-from-scratch-rs (#1525)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a03367a5..93cbccc4 100644
--- a/README.md
+++ b/README.md
@@ -158,6 +158,7 @@ And then head over to
- [`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/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.
+- [`gpt-from-scratch-rs`](https://github.com/jeroenvlek/gpt-from-scratch-rs): A port of Andrej Karpathy's _Let's build GPT_ tutorial on YouTube showcasing the Candle API on a toy problem.
If you have an addition to this list, please submit a pull request.