MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / remove

Method remove

tensorrt_llm/serve/metadata_server.py:39–40  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

37 self._client.put(key, value)
38
39 def remove(self, key: str):
40 self._client.delete(key)
41
42 def keys(self) -> list[str]:
43 # TODO: Confirm the final save key format

Callers 15

make_htmlMethod · 0.45
get_bufferMethod · 0.45
free_hostfunc_user_dataFunction · 0.45
get_draft_tokensMethod · 0.45
_load_checkpointMethod · 0.45
capture_forward_kwargsFunction · 0.45
clear_stateMethod · 0.45
disable_debugFunction · 0.45
load_weightsMethod · 0.45
lifespanMethod · 0.45
removeMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected