MCPcopy Create free account
hub / github.com/deepseek-ai/DeepSpec / TargetForwardResult

Class TargetForwardResult

scripts/data/prepare_target_cache.py:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclass(frozen=True)
50class TargetForwardResult:
51 target_hidden_states: torch.Tensor
52 target_last_hidden_states: torch.Tensor
53
54
55def _get_target_backbone(target_model):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected