MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / BackendPaths

Class BackendPaths

moss_tts_realtime/fast_api.py:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55@dataclass(frozen=True)
56class BackendPaths:
57 model_path: str
58 tokenizer_path: str
59 codec_model_path: str
60 device_str: str
61 attn_impl: str
62
63
64@dataclass(frozen=True)

Callers 2

_lifespanFunction · 0.70
_make_backendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected