Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes and updates for the python 3.11 upgrade #1172

Merged
merged 11 commits into from
Apr 1, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    a290aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b96b77 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    7a3ec4b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    996cad3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    055cac5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix tensorrt interpreter for tf 2.15, which now returns a list instea…

    …d of a dictionary.
    
    Fix tensorrt interpreter for tf 2.15, which now returns a list instead of a dictionary.
    DocGarbanzo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d1f6389 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Peg pytorch to version 2.1 to avoid incompatibilities with nvidia lib…

    …raries and fix pytorch warnings caused by using legacy warn() method instead of warning().
    DocGarbanzo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    20851f8 View commit details
    Browse the repository at this point in the history
  2. Switch of fastai trying to use cuda as this crashes if an Nvidia GPU …

    …is found. Correct torch version in setup.
    DocGarbanzo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    79ba47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab38435 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into py_3_11

    # Conflicts:
    #	setup.cfg
    DocGarbanzo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    69eeef4 View commit details
    Browse the repository at this point in the history
  5. Bump version

    DocGarbanzo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    442a93f View commit details
    Browse the repository at this point in the history