TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

fix: Version parsing issue on TRT 10

Open gs-olive opened this issue 1 year ago • 0 comments

Description

  • In TRT 10, the version string registers as less than "7.0", causing an error for certain test cases

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [ x ] My code follows the style guidelines of this project (You can use the linters)
  • [ x ] I have performed a self-review of my own code
  • [ x ] I have commented my code, particularly in hard-to-understand areas and hacks
  • [ x ] I have made corresponding changes to the documentation
  • [ - ] I have added tests to verify my fix or my feature
    • Fix to existing test failures
  • [ x ] New and existing unit tests pass locally with my changes
  • [ x ] I have added the relevant labels to my PR in so that relevant reviewers are notified

gs-olive avatar Apr 19 '24 01:04 gs-olive