MCPcopy
hub / github.com/InternLM/lmdeploy / BenchmarkRequest

Class BenchmarkRequest

benchmark/benchmark_chat_completion.py:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38@dataclass
39class BenchmarkRequest:
40 dataset: str
41 id: str
42 messages: list[dict[str, Any]] = field(default_factory=list)
43 input_ids: list[int] | None = None
44 image_data: Any = None
45
46
47@dataclass

Callers 1

_normalize_rowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected