Files
candle/candle-book/src/inference/inference.md
2023-09-10 20:36:29 +01:00

8 lines
305 B
Markdown

# 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`.