Skip to content

Commit

Permalink
fix nightly package name (huggingface#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Apr 7, 2023
1 parent 02c9cde commit 6f2dde4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6f2dde4

Please sign in to comment.