huggingface / candle

Minimalist ML framework for Rust
Apache License 2.0
15.6k stars 924 forks source link

Where should we document benchmarks? #2309

Open jdiaz97 opened 3 months ago

jdiaz97 commented 3 months ago

Given that the description of Candle mentions that the focus is performance (and ease of use), I think it's important that we build and document benchmarks and comparisons with other frameworks, with reproducible code.

I'll do my part by adding benchmarks by comparing vision models in Candle vs PyTorch, and so on.

So, where would be a good place to post and document benchmarks?

LaurentMazare commented 3 months ago

There is a benchmarking section on the project wiki here, it hasn't seen much activity lately but seems like an appropriate place.

donkey-donkey commented 3 months ago

looks good.