“10b039b7773296acaaaaa16206f536563e119741”上不存在“paddle/phi/kernels/log_softmax_kernel.h”
提交 9dc26bac 编写于 作者: 走神的阿圆's avatar 走神的阿圆 提交者: wuzewu

Serving (#197)

* add flask version dependment
上级 1fda45dd
...@@ -9,7 +9,7 @@ six >= 1.10.0 ...@@ -9,7 +9,7 @@ six >= 1.10.0
chardet == 3.0.4 chardet == 3.0.4
requests requests
pandas pandas
flask flask >= 1.1.0
flake8 flake8
tb-paddle tb-paddle
tb-nightly tb-nightly
......
...@@ -9,7 +9,7 @@ chardet == 3.0.4 ...@@ -9,7 +9,7 @@ chardet == 3.0.4
requests requests
pandas < 0.25.0 pandas < 0.25.0
flake8 flake8
flask flask >= 1.1.0
tb-paddle tb-paddle
tb-nightly tb-nightly
cma == 2.7.0 cma == 2.7.0
...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version() ...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.1.0', 'pyyaml', 'Pillow', 'requests', 'six >= 1.10.0', 'protobuf >= 3.1.0', 'pyyaml', 'Pillow', 'requests',
'tb-paddle', 'tb-nightly', 'cma == 2.7.0', 'flask' 'tb-paddle', 'tb-nightly', 'cma == 2.7.0', 'flask >= 1.1.0'
] ]
if max_version < 3: if max_version < 3:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册