summaryrefslogtreecommitdiff
path: root/candle-book/src/inference/inference.md
blob: 1b75a310399dab73a8fe4968a0468761a0677325 (plain)
1
2
3
4
5
6
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`.