Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
56
class
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
_lifespan
Function · 0.70
_make_backend
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected