huggingface / candle

Minimalist ML framework for Rust
Apache License 2.0
13.79k stars 751 forks source link

fix(onnx): No need to install protoc anymore #2101

Open oovm opened 3 weeks ago

oovm commented 3 weeks ago

Use a pure rust implementation of protox instead of binary protoc

protox has more friendly error reporting and is better integrated with the rust ecosystem.