optimum
a39b1f56 - Add encoder-decoder model export and inference (#851)

Commit
1 year ago
Add encoder-decoder model export and inference (#851) * add encoder decoder model * update tests * update docs and tests * fixed tests * update tests * update tests * update tests * update tests * update tests * update tests * Update tests/onnxruntime/test_modeling.py Co-authored-by: fxmarty <9808326+fxmarty@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: fxmarty <9808326+fxmarty@users.noreply.github.com> * udpate testt * change seq2seq-lm to text-generation * fix task * fic tests --------- Co-authored-by: Mohit Sharma <mohit@huggingface.co> Co-authored-by: fxmarty <9808326+fxmarty@users.noreply.github.com>
Author
Parents
  • docs/source/exporters/onnx
    • File
      overview.mdx
  • optimum
    • exporters
      • onnx
        • File
          config.py
        • File
          model_configs.py
      • File
        tasks.py
    • onnxruntime
      • File
        modeling_seq2seq.py
    • utils
      • File
        normalized_config.py
  • tests
    • exporters
      • File
        exporters_utils.py
      • onnx
        • File
          test_exporters_onnx_cli.py
        • File
          test_onnx_export.py
    • onnxruntime
      • File
        test_modeling.py
      • File
        utils_onnxruntime_tests.py