Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SalesforceAIResearch/perfcodegen
/ delete_batch
Function
delete_batch
src/inference.py:1155–1158 ·
view source on GitHub ↗
(model, ids)
Source
from the content-addressed store, hash-verified
1153
model.cancel_batch(i)
1154
1155
def
delete_batch(model, ids):
1156
model = RemoteModel(model)
1157
for
i in ids:
1158
response = model.delete_batch(i)
1159
1160
1161
Callers
nothing calls this directly
Calls
2
delete_batch
Method · 0.95
RemoteModel
Class · 0.90
Tested by
no test coverage detected