Skip to content

Commit 6e15405

Browse files
committed
update rhd config
1 parent cdcdde8 commit 6e15405

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ recommonmark==0.6.0
33
furo==2021.4.11b34
44
# above are dev dependencies
55
--pre
6-
--find-links https://staging.oneflow.info/branch/master/cpu
7-
oneflow
6+
--find-links https://release.oneflow.info
7+
oneflow==0.7.0+cpu

tools/generate_pip_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
local_label = ""
1414
version = f"0.7.0"
1515

16-
os.environ["ONEFLOW_RELEASE_VERSION"] = "1"
16+
os.environ["ONEFLOW_RELEASE_VERSION"] = version
1717
# set version if release of nightly
1818
assert (
1919
os.getenv("ONEFLOW_RELEASE_VERSION") != ""

0 commit comments

Comments
 (0)