Update torchvision compatibility table (#18117)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Paula Derrenger <107626595+pderrenger@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2024-12-09 11:53:27 +01:00 committed by GitHub
parent 63fc35d14c
commit d170f1ab6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -434,6 +434,7 @@ def check_torchvision():
""" """
# Compatibility table # Compatibility table
compatibility_table = { compatibility_table = {
"2.5": ["0.20"],
"2.4": ["0.19"], "2.4": ["0.19"],
"2.3": ["0.18"], "2.3": ["0.18"],
"2.2": ["0.17"], "2.2": ["0.17"],