mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 04:10:46 +00:00
more doc fixes (#804)
This commit is contained in:
7
candle-book/src/inference/inference.md
Normal file
7
candle-book/src/inference/inference.md
Normal file
@ -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`.
|
Reference in New Issue
Block a user