rust-dl-webserver icon indicating copy to clipboard operation
rust-dl-webserver copied to clipboard

🦀 Example of serving deep learning models in Rust with batched prediction

Results 6 rust-dl-webserver issues
Sort by recently updated
recently updated
newest added

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.154. Release notes Sourced from serde's releases. v1.0.154 Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both flatten and...

dependencies

Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.1 to 0.3.3. Release notes Sourced from warp's releases. v0.3.2 Features: Add Filter::then(), which is like Filter::map() in that it's infallible, but is async like Filter::and_then(). Add...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.18.2. Release notes Sourced from tokio's releases. Tokio v1.18.2 1.18.2 (May 5, 2022) Add missing features for the winapi dependency. (#4663) #4663: tokio-rs/tokio#4663 Tokio v1.18.1...

dependencies

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17. Changelog Sourced from log's changelog. [0.4.17] - 2022-04-29 Update kv_unstable internal dependencies. [0.4.16] - 2022-03-22 Fix a conflict with unqualified Option use in macros....

dependencies

Bumps [batched-fn](https://github.com/epwalsh/batched-fn) from 0.2.3 to 0.2.4. Release notes Sourced from batched-fn's releases. v0.2.4 What's new Added 🎉 Added more documentation about channel_cap. Commits c86329d add more documentation about "channel_cap" (#19)...

dependencies

Hi Getting crashes with this message: ``` thread '' panicked at 'Channel from calling thread disconnected: "SendError(..)"' ``` specifically: ``` let batch_output = handler(batch_input $(, &context.$ctx_arg )*); for (output, mut...