Skip to content

Commit

Permalink
update rhd config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Mar 18, 2022
1 parent cdcdde8 commit 6e15405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ recommonmark==0.6.0
furo==2021.4.11b34
# above are dev dependencies
--pre
--find-links https://staging.oneflow.info/branch/master/cpu
oneflow
--find-links https://release.oneflow.info
oneflow==0.7.0+cpu
2 changes: 1 addition & 1 deletion tools/generate_pip_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
local_label = ""
version = f"0.7.0"

os.environ["ONEFLOW_RELEASE_VERSION"] = "1"
os.environ["ONEFLOW_RELEASE_VERSION"] = version
# set version if release of nightly
assert (
os.getenv("ONEFLOW_RELEASE_VERSION") != ""
Expand Down

0 comments on commit 6e15405

Please sign in to comment.