Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_html
Method · 0.45
get_buffer
Method · 0.45
free_hostfunc_user_data
Function · 0.45
get_draft_tokens
Method · 0.45
_load_checkpoint
Method · 0.45
capture_forward_kwargs
Function · 0.45
clear_state
Method · 0.45
disable_debug
Function · 0.45
load_weights
Method · 0.45
_update_request_states_tp
Method · 0.45
lifespan
Method · 0.45
remove
Method · 0.45
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected