MCPcopy Create free account
hub / github.com/ScalingIntelligence/tokasaurus / ScriptConfig

Class ScriptConfig

tokasaurus/benchmarks/bench_summarization.py:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17class ScriptConfig(BaseConfig):
18 def __init__(self):
19 super().__init__()
20 self.max_tokens = 1024
21 self.temperature = 0.6
22
23
24def run_inference(item, config: ScriptConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected