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

Class ScriptConfig

tokasaurus/scripts/download.py:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class ScriptConfig(pydra.Config):
6 model: str
7
8 def __init__(self):
9 super().__init__()
10 self.allow_patterns = ["*.safetensors", "*.json"]
11
12
13def download(config: ScriptConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected