Unverified Commit 7804177a authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix repo consistency

parent 15e17c99
......@@ -862,7 +862,7 @@ class MT5Stack(MT5PreTrainedModel):
# Set final layer norm to last device
self.final_layer_norm = self.final_layer_norm.to(self.last_device)
@add_start_docstrings(PARALLELIZE_DOCSTRING)
@add_start_docstrings(DEPARALLELIZE_DOCSTRING)
def deparallelize(self):
self.model_parallel = False
self.device_map = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment