We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcdde8 commit 6e15405Copy full SHA for 6e15405
docs/requirements.txt
@@ -3,5 +3,5 @@ recommonmark==0.6.0
3
furo==2021.4.11b34
4
# above are dev dependencies
5
--pre
6
---find-links https://staging.oneflow.info/branch/master/cpu
7
-oneflow
+--find-links https://release.oneflow.info
+oneflow==0.7.0+cpu
tools/generate_pip_version.py
@@ -13,7 +13,7 @@
13
local_label = ""
14
version = f"0.7.0"
15
16
-os.environ["ONEFLOW_RELEASE_VERSION"] = "1"
+os.environ["ONEFLOW_RELEASE_VERSION"] = version
17
# set version if release of nightly
18
assert (
19
os.getenv("ONEFLOW_RELEASE_VERSION") != ""
0 commit comments