From f3fd10ea55b10335948b50fcc6e9ffc046c997ac Mon Sep 17 00:00:00 2001 From: Philpax Date: Wed, 24 Aug 2022 01:59:29 +0200 Subject: [PATCH 1/3] crates: add wonnx --- _data/crates.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/crates.yaml b/_data/crates.yaml index 8e8b7d92..22f5aa1c 100644 --- a/_data/crates.yaml +++ b/_data/crates.yaml @@ -394,8 +394,12 @@ license: MIT topics: ["data-preprocessing"] - - repository: https://github.com/outbrain/fwumious_wabbit description: "Fast logistic regression and field-aware factorization machines in Rust" license: BSD topics: ["neural-networks", "linear-classifiers"] + +- repository: https://github.com/webonnx/wonnx + description: "Wonnx is a GPU-accelerated ONNX inference run-time written 100% in Rust, ready for the web." + license: MIT + topics: ["neural-networks", "gpu-computing"] From cf9c976a88054c299a864b5629be08065fffa321 Mon Sep 17 00:00:00 2001 From: Philpax Date: Tue, 30 Aug 2022 01:44:49 +0200 Subject: [PATCH 2/3] wonnx: use crates.io form --- _data/crates.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_data/crates.yaml b/_data/crates.yaml index 22f5aa1c..497eb5c9 100644 --- a/_data/crates.yaml +++ b/_data/crates.yaml @@ -399,7 +399,6 @@ license: BSD topics: ["neural-networks", "linear-classifiers"] -- repository: https://github.com/webonnx/wonnx - description: "Wonnx is a GPU-accelerated ONNX inference run-time written 100% in Rust, ready for the web." - license: MIT +- name: wonnx topics: ["neural-networks", "gpu-computing"] + \ No newline at end of file From 26465c3ebade442e717562743dfcd33f69904b68 Mon Sep 17 00:00:00 2001 From: Philpax Date: Thu, 1 Sep 2022 02:48:49 +0200 Subject: [PATCH 3/3] crates: alphabetical sort --- _data/crates.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_data/crates.yaml b/_data/crates.yaml index 497eb5c9..b4c3183e 100644 --- a/_data/crates.yaml +++ b/_data/crates.yaml @@ -364,6 +364,9 @@ - name: wgpu topics: ["gpu-computing"] +- name: wonnx + topics: ["neural-networks", "gpu-computing"] + - repository: https://github.com/torchrs/torchrs description: "Torch.rs (torturous) is a set of Rust bindings for torch intended to provide an API very close to that of PyTorch." license: BSD-2-Clause @@ -398,7 +401,3 @@ description: "Fast logistic regression and field-aware factorization machines in Rust" license: BSD topics: ["neural-networks", "linear-classifiers"] - -- name: wonnx - topics: ["neural-networks", "gpu-computing"] - \ No newline at end of file