Add benchmarks to Docker publish workflow (#3931)

This commit is contained in:
Glenn Jocher 2023-07-25 04:16:02 +02:00 committed by GitHub
parent 2ee147838a
commit 9f5ab67ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 54 additions and 43 deletions

View file

@ -28,7 +28,7 @@ TORCHVISION_0_10 = check_version(torchvision.__version__, '0.10.0')
TORCH_1_9 = check_version(torch.__version__, '1.9.0')
TORCH_1_11 = check_version(torch.__version__, '1.11.0')
TORCH_1_12 = check_version(torch.__version__, '1.12.0')
TORCH_2_0 = check_version(torch.__version__, minimum='2.0')
TORCH_2_0 = check_version(torch.__version__, '2.0.0')
@contextmanager