Unverified Commit 252fbe54 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Merge pull request #623 from WenmuZhou/fix_whl

修复whl包没有use_zero_copy_run参数的问题
parents c974039c 1147bd3a
...@@ -129,6 +129,7 @@ def parse_args(): ...@@ -129,6 +129,7 @@ def parse_args():
parser.add_argument("--det", type=str2bool, default=True) parser.add_argument("--det", type=str2bool, default=True)
parser.add_argument("--rec", type=str2bool, default=True) parser.add_argument("--rec", type=str2bool, default=True)
parser.add_argument("--use_zero_copy_run", type=bool, default=False)
return parser.parse_args() return parser.parse_args()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment