We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6e432 commit 0a606cfCopy full SHA for 0a606cf
examples/onnxrt/nlp/huggingface_model/text_classification/quantization/ptq_dynamic/prepare_model.py
@@ -89,6 +89,6 @@ def export_onnx_model(args, model):
89
90
if args.input_model == 'Intel/bart-large-mrpc':
91
import os
92
- os.system('python -m transformers.onnx --model=Intel/bart-large-mrpc --feature=sequence-classification bart-large-mrpc/')
+ os.system('python -m transformers.onnx --model=Intel/bart-large-mrpc --feature=sequence-classification --export_with_transformers bart-large-mrpc/')
93
else:
94
export_onnx_model(args, model)
0 commit comments