miguelvr / trtserver-go

Serving a PyTorch model with Triton Inference Server and GoLang
23 stars 3 forks source link

Question #2

Open Arnold1 opened 1 year ago

Arnold1 commented 1 year ago

Hi,

is it possible to run PyTorch model inference (server) with go as well? any projects you know if?

Thanks

miguelvr commented 1 year ago

Not directly. Maybe if you use CGo, but I wouldn't necessarily recommend it