未验证 提交 6dc091a4 编写于 作者: B Bo Zhou 提交者: GitHub

Update utils.py

上级 40a0ab3f
......@@ -86,7 +86,7 @@ MAX_INT32 = 0x7fffffff
try:
from paddle import fluid
fluid_version = get_fluid_version()
assert fluid_version >= 151, "PARL requires paddle>=1.5.1"
assert fluid_version >= 161, "PARL requires paddle>=1.6.1"
_HAS_FLUID = True
except ImportError:
_HAS_FLUID = False
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册