Skip to content

Commit b8d3104

Browse files
author
Julia Kamelina
authored
update path to onnx model (#3234)
1 parent 314f359 commit b8d3104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/public/gpt-2/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ conversion_to_onnx_args:
120120
model_optimizer_args:
121121
- --input=input
122122
- --layout=input(NS)
123-
- --input_model=$dl_dir/gpt-2.onnx
123+
- --input_model=$conv_dir/gpt-2.onnx
124124
- --output=output
125125
framework: pytorch
126126
license: https://raw.githubusercontent.com/huggingface/transformers/master/LICENSE

0 commit comments

Comments
 (0)