Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def run(self):
exec(open(os.path.join("src", "transformers", "version.py")).read())

setup(
name="nm-transformers",
name="nm-transformers" if is_release else "nm-transformers-nightly",
version=version, # major.minor.patch to match NM repos, fourth entry is either transformers base version or nightly date
author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)",
author_email="[email protected]",
Expand Down