MCPcopy Create free account
hub / github.com/AlmondGod/tinyworlds / ModelType

Class ModelType

models/utils.py:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class ModelType(str, Enum):
5 VideoTokenizer: str = 'VideoTokenizer'
6 LatentActionModel: str = 'LatentAction'
7 DynamicsModel: str = 'Dynamic'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected