(self)
| 13351 | request.cancelled = True |
| 13352 | |
| 13353 | def is_idle(self) -> bool: |
| 13354 | return not self.pending_requests and not self.active_request_ids |
| 13355 | |
| 13356 | @staticmethod |
| 13357 | def logits_to_logprobs(logits: np.ndarray) -> np.ndarray: |
no outgoing calls
no test coverage detected