"docs/source/es/index.md" did not exist on "9832ac7c736519fcfeedb88c8368cf0ab08b2b58"
Unverified Commit c230504b authored by Bojun Feng's avatar Bojun Feng Committed by GitHub
Browse files

Fix typo in utils (#31169)

fix typo
parent 874ac129
......@@ -170,7 +170,7 @@ class CacheConfig:
# Copied from transformers.utils.quantization_config.QuantizationConfigMixin.update
def update(self, **kwargs):
"""
Updates attributes of this class instance with attributes from `kwargs` if they match existing atributtes,
Updates attributes of this class instance with attributes from `kwargs` if they match existing attributes,
returning all the unused kwargs.
Args:
......
......@@ -1146,7 +1146,7 @@ class GenerationConfig(PushToHubMixin):
def update(self, **kwargs):
"""
Updates attributes of this class instance with attributes from `kwargs` if they match existing atributtes,
Updates attributes of this class instance with attributes from `kwargs` if they match existing attributes,
returning all the unused kwargs.
Args:
......
......@@ -160,7 +160,7 @@ class QuantizationConfigMixin:
def update(self, **kwargs):
"""
Updates attributes of this class instance with attributes from `kwargs` if they match existing atributtes,
Updates attributes of this class instance with attributes from `kwargs` if they match existing attributes,
returning all the unused kwargs.
Args:
......
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