Skip to content

PyTorch 2.5 support, model migrations, end of Python 3.8 support

Latest
Compare
Choose a tag to compare
@yoshitomo-matsubara yoshitomo-matsubara released this 15 Dec 22:17
· 4 commits to main since this release
d51f8b3

Python version

  • Update Python versions due to Python 3.8 EOL (PR #486)

Models

  • Migrate all bottleneck-injected models to sc2bench (PR #490)
  • Update with PyTorch Hub links (PR #489)
  • Update yaml example (PR #487)

Misc

  • Force-use pytorch hub when repo_or_dir is given (PR #488)
  • Explicitly add evaluate to dependency (PR #483)
  • Update versions (PRs #480, #491)