MCPcopy Create free account
hub / github.com/ScalingIntelligence/tokasaurus / remove_decoding

Method remove_decoding

tokasaurus/manager/types.py:198–199  ·  view source on GitHub ↗
(self, sid: str)

Source from the content-addressed store, hash-verified

196 self.queued_seqs[seq.id] = seq
197
198 def remove_decoding(self, sid: str):
199 self.decoding_seqs.pop(sid)
200
201 def remove_prefilling(self, sid: str):
202 self.prefilling_seqs.pop(sid)

Callers 4

removeMethod · 0.95
apply_decisionFunction · 0.80
finish_sequencesFunction · 0.80
try_cancelling_requestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected