MCPcopy Create free account
hub / github.com/SpatialVLA/SpatialVLA / get_decoder

Method get_decoder

model/modeling_gemma2.py:915–916  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

913 self.model = decoder
914
915 def get_decoder(self):
916 return self.model
917
918 @add_start_docstrings_to_model_forward(GEMMA2_INPUTS_DOCSTRING)
919 @replace_return_docstrings(output_type=CausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected