coglet 0.19.2

High-performance prediction server for Cog ML models
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: coglet/src/bridge/protocol.rs
expression: resp
---
{
  "type": "done",
  "id": "pred_123",
  "output": "final result",
  "predict_time": 1.234
}