optimum
9747b04d - Fix CI and update Transformers (4.51.1) (#2225)

Comment changes are shownComment changes are hidden
Commit
66 days ago
Fix CI and update Transformers (4.51.1) (#2225) * limit diffusers * test * test * using transformers cached file(s) for better and less redundant handling of the hub * str subfolder * error * use path * fix more * only except transformers env error * fix * include fix from transformers 4.50 * silence tflite a bit * fix linalg matrix norm * fix dpt * update trabsformers * revert * update * mock triton_pre_mlir * more user agents * fix * fix datasets user agent and use transformers patch * fix * fix and accelerate whisper testing * fix whisper, dpt, and use main transformers * revert dpt export model and use patched transformers * comment flaubert qa * pip install wheel * again * revert doc builder changes
Parents
  • .github/workflows
    • File
      test_bettertransformer.yml
    • File
      test_cli.yml
    • File
      test_export_onnx.yml
    • File
      test_export_onnx_cli.yml
    • File
      test_export_onnx_cli_timm.yml
    • File
      test_export_onnx_timm.yml
    • File
      test_export_tflite_cli.yml
    • File
      test_export_tflite_cli_dynamic_quantization_int8.yml
    • File
      test_export_tflite_cli_quantization_fp16.yml
    • File
      test_export_tflite_cli_quantization_full_int8.yml
    • File
      test_export_tflite_cli_quantization_int8_custom_dataset.yml
    • File
      test_export_tflite_cli_quantization_int8_default_dataset.yml
    • File
      test_export_tflite_cli_quantization_int8x16.yml
    • File
      test_exporters_common.yml
    • File
      test_fx.yml
    • File
      test_offline.yml
    • File
      test_onnx.yml
    • File
      test_onnxruntime.yml
    • File
      test_optimum_common.yml
    • File
      test_utils.yml
  • optimum
    • exporters
      • onnx
        • File
          model_configs.py
        • File
          model_patcher.py
      • File
        tasks.py
    • onnxruntime
      • File
        modeling_decoder.py
      • File
        modeling_ort.py
      • File
        modeling_seq2seq.py
      • File
        utils.py
    • utils/preprocessing
      • File
        base.py
      • File
        image_classification.py
  • File
    setup.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
        testing_utils.py
    • utils
      • File
        test_dummpy_input_generators.py
      • File
        test_task_processors.py