From b75d779af61d9f9977e5b49e878319da5c7d4a7f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 7 Apr 2023 14:44:01 -0400 Subject: [PATCH] fix nightly package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 565375ead548..445ff355983d 100644 --- a/setup.py +++ b/setup.py @@ -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="transformers@huggingface.co",