optimum
605ed7e3 - Replace check_if_xxx_greater with is_xxx_version (#2152)

Comment changes are shownComment changes are hidden
Commit
161 days ago
Replace check_if_xxx_greater with is_xxx_version (#2152) * add version and avaibility check utils * replace check_if_transformers_greater with is_transformers_version * fix style * fix style * fix
Author
Parents
  • optimum
    • exporters
      • executorch
        • File
          __main__.py
        • File
          convert.py
      • onnx
        • File
          base.py
        • File
          convert.py
        • File
          model_configs.py
        • File
          utils.py
    • onnxruntime
      • File
        modeling_decoder.py
      • File
        modeling_diffusion.py
      • File
        modeling_seq2seq.py
      • File
        trainer.py
      • File
        trainer_seq2seq.py
      • File
        training_args.py
    • pipelines
      • File
        pipelines_base.py
    • utils
      • File
        __init__.py
      • File
        import_utils.py
      • File
        input_generators.py
  • tests/onnxruntime
    • File
      test_diffusion.py
    • File
      test_modeling.py