MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / batch_status

Function batch_status

src/inference.py:1143–1146  ·  view source on GitHub ↗
(model, ids)

Source from the content-addressed store, hash-verified

1141 print(batch_ids)
1142
1143def batch_status(model, ids):
1144 model = RemoteModel(model)
1145 for i in ids:
1146 model.batch_status(i)
1147
1148def cancel_batch(model, ids):
1149 model = RemoteModel(model)

Callers

nothing calls this directly

Calls 2

batch_statusMethod · 0.95
RemoteModelClass · 0.90

Tested by

no test coverage detected