Skip to content

Commit 83a8b73

Browse files
authored
Update export_to_serving.py (PaddlePaddle#4549)
1 parent 9451fb8 commit 83a8b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/neural_search/ranking/cross_encoder/export_to_serving.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
parser.add_argument("--feed_alias_names", type=str, default=None,
3131
help='set alias names for feed vars, split by comma \',\', you should run --show_proto to check the number of feed vars')
3232
parser.add_argument("--fetch_alias_names", type=str, default=None,
33-
help='set alias names for feed vars, split by comma \',\', you should run --show_proto to check the number of fetch vars')
33+
help='set alias names for fetch vars, split by comma \',\', you should run --show_proto to check the number of fetch vars')
3434
parser.add_argument("--show_proto", type=bool, default=False,
3535
help='If yes, you can preview the proto and then determine your feed var alias name and fetch var alias name.')
3636
# yapf: enable

0 commit comments

Comments
 (0)