fix help message

pull/3828/head
warrentdrew 1 year ago
parent 143fe66d7b
commit e2224dc30c

@ -269,7 +269,7 @@ def main():
paddle.set_device("cpu")
else:
print(
"one of ngpu, nxpu, nnpu or nmlu should be greater than 0, others equal to 0"
"one of ngpu, nxpu, nnpu or nmlu should be greater than 0 or all of them equal to 0"
)
evaluate(args)

@ -363,7 +363,7 @@ def main():
paddle.set_device("cpu")
else:
print(
"one of ngpu, nxpu, nnpu or nmlu should be greater than 0, others equal to 0"
"one of ngpu, nxpu, nnpu or nmlu should be greater than 0 or all of them equal to 0"
)
evaluate(args)

Loading…
Cancel
Save