Merge pull request #1631 from WenmuZhou/tree_doc

update utility
This commit is contained in:
zhoujun 2021-01-01 07:55:44 -06:00 committed by GitHub
commit 67ef25d593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ def parse_args():
parser.add_argument("--enable_mkldnn", type=str2bool, default=False)
parser.add_argument("--use_pdserving", type=str2bool, default=False)
parser.add_argument("--use_tensorrt", type=str2bool, default=False)
return parser.parse_args()