mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 20:38:06 +00:00

* Add a vision transformer example (dino-v2). * Add some documentation + test. * CI fix. * Another fix (still unable to replicate the errors locally :( )
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
format.
Let's get started by running an old model : bert-base-uncased
.