anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
432 stars 61 forks source link

crates: add wonnx #123

Closed philpax closed 1 year ago

philpax commented 1 year ago

wonnx is a very promising GPU inference runtime for neural networks represented in the ONNX format. As it uses wgpu, it can run anywhere where wgpu runs (and the features it requires are available), including the web!

anowell commented 1 year ago

Currently this change won't render if merged because of #112. But since wonnx is already published to crates.io, it is preferable to add it with:

- name: wonnx 
   topics: ["neural-networks", "gpu-computing"] 

The rest of the metadata can be pulled from the crates.io API.

anowell commented 1 year ago

Looks good. Last ask before I merge would be to move it up to being sorted alphabetically by crate name (i.e. around line 364)

philpax commented 1 year ago

Done - apologies about the delay. I initially had it alphabetically sorted, but wasn't sure because of the non-alpha entries at the end. Might want to add in a delineating line until #112 is fixed?

anowell commented 1 year ago

Thanks. Merged and should be live on the site within a couple minutes.