Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-nn

Run inference on neural networks over TCP sockets.

Uses candle for tensor operations and tokio to run the server asynchronously providing easy concurrency. One set of weights is loaded into memory and shared accross concurrent tasks with a Rust's Arc type. Tensors are sent and recieved with the numpy byte format.

Run an example server with:

cargo run --example mlp

About

Inference neural networks over TCP sockets.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages