summaryrefslogtreecommitdiff
path: root/candle-book/src/inference/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'candle-book/src/inference/README.md')
-rw-r--r--candle-book/src/inference/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/candle-book/src/inference/README.md b/candle-book/src/inference/README.md
index c82f85e1..1b75a310 100644
--- a/candle-book/src/inference/README.md
+++ b/candle-book/src/inference/README.md
@@ -1 +1,7 @@
# Running a model
+
+
+In order to run an existing model, you will need to download and use existing weights.
+Most models are already available on https://huggingface.co/ in [`safetensors`](https://github.com/huggingface/safetensors) format.
+
+Let's get started by running an old model : `bert-base-uncased`.