Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 3, 2023
1 parent 7156ba8 commit df8aa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generate_pip_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

local_label = ""
version = f"0.9.0"

os.environ["ONEFLOW_RELEASE_VERSION"] = version
# set version if release of nightly
assert (
os.getenv("ONEFLOW_RELEASE_VERSION") != ""
Expand All @@ -28,7 +28,7 @@
date_str = today.strftime("%Y%m%d")
version += f".dev{date_str}"
is_nightly = True
is_release=True

# append compute_platform
compute_platform = ""
if args.cuda:
Expand Down

0 comments on commit df8aa87

Please sign in to comment.