Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT-LLM
/ generate_samples
Method
generate_samples
tensorrt_llm/evaluate/interface.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
47
@abstractmethod
48
def
generate_samples(self) -> Iterable[tuple]:
49
raise
NotImplementedError()
50
51
@abstractmethod
52
def
compute_score(self, outputs: List[RequestOutput], references: List[str],
Callers
1
evaluate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected