This commit is contained in:
Arthur Zucker 2024-05-28 13:44:33 +02:00
parent 85bccc4176
commit f1e1decc92
4 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,8 @@
# Do NOT edit this file manually as any edits will be overwritten by the generation of
# the file from the diff.
# If any change should be done, please apply the change to the diff.py file directly
# coding=utf-8
# Copyright 2024 Google Inc. HuggingFace Inc. team. All rights reserved.
#

View File

@ -53,6 +53,8 @@
# Do NOT edit this file manually as any edits will be overwritten by the generation of
# the file from the diff.
# If any change should be done, please apply the change to the diff.py file directly
# coding=utf-8
# Copyright 2024 Google Inc. HuggingFace Inc. team. All rights reserved.
#

View File

@ -53,6 +53,8 @@
# Do NOT edit this file manually as any edits will be overwritten by the generation of
# the file from the diff.
# If any change should be done, please apply the change to the diff.py file directly
# coding=utf-8
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
#

View File

@ -70,6 +70,8 @@ AUTO_GENERATED_MESSAGE = """
# Do NOT edit this file manually as any edits will be overwritten by the generation of
# the file from the diff.
# If any change should be done, please apply the change to the diff.py file directly
"""
def get_module_source_from_name(module_name: str) -> str: