diff options
Diffstat (limited to 'candle-book/src/inference/inference.md')
-rw-r--r-- | candle-book/src/inference/inference.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/candle-book/src/inference/inference.md b/candle-book/src/inference/inference.md new file mode 100644 index 00000000..1b75a310 --- /dev/null +++ b/candle-book/src/inference/inference.md @@ -0,0 +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`. |