forked from huggingface/transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix nightly package name (huggingface#75)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|