coglet 0.19.2

High-performance prediction server for Cog ML models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: coglet/src/bridge/protocol.rs
expression: req
---
{
  "type": "predict",
  "id": "pred_123",
  "input": {
    "text": "hello"
  },
  "output_dir": "/tmp/coglet/predictions/pred_123/outputs",
  "context": {}
}