MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / ExperimentRequest

Class ExperimentRequest

runner/experiment_runner.py:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass(slots=True)
20class ExperimentRequest:
21 benchmark_file: str | Path
22 benchmark_names: list[str] = field(default_factory=list)
23 model_identifiers: list[str] = field(default_factory=list)
24 ip_addr: str = ""
25 repeat: int = 1
26 config: AppConfig = field(default_factory=AppConfig)
27 output_file: str | Path | None = None
28 prompt_bundle_name: str = "default"
29
30
31@dataclass(slots=True)

Callers 1

handle_experimentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected