Update modeling_Hixtral.py
Browse files- modeling_Hixtral.py +1 -1
modeling_Hixtral.py
CHANGED
|
@@ -1215,7 +1215,7 @@ class HixtralForCausalLM(HixtralPreTrainedModel):
|
|
| 1215 |
def get_decoder(self):
|
| 1216 |
return self.model
|
| 1217 |
|
| 1218 |
-
@add_start_docstrings_to_model_forward(
|
| 1219 |
@replace_return_docstrings(output_type=MoeCausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC)
|
| 1220 |
# Ignore copy
|
| 1221 |
def forward(
|
|
|
|
| 1215 |
def get_decoder(self):
|
| 1216 |
return self.model
|
| 1217 |
|
| 1218 |
+
@add_start_docstrings_to_model_forward(HIXTRAL_INPUTS_DOCSTRING)
|
| 1219 |
@replace_return_docstrings(output_type=MoeCausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC)
|
| 1220 |
# Ignore copy
|
| 1221 |
def forward(
|