MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / status

Method status

fastdeploy/utils.py:1038–1044  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1036 return time.monotonic() - self._last_reset
1037
1038 def status(self) -> dict:
1039 return {
1040 "available": self.available,
1041 "acquired": self.acquired,
1042 "max_value": self.max_value,
1043 "uptime": round(self.uptime, 2),
1044 }
1045
1046
1047def parse_quantization(value: str):

Callers 10

_acquire_semaphoreMethod · 0.45
_release_semaphoreMethod · 0.45
_acquire_semaphoreMethod · 0.45
_release_semaphoreMethod · 0.45
connection_managerFunction · 0.45
wrapped_generatorFunction · 0.45
create_chat_completionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected