Remove pandas from exports table (#16371)

Signed-off-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-09-19 20:05:32 +02:00 committed by GitHub
parent e24a6f3b05
commit 5024bcac9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 8 deletions

View file

@ -85,7 +85,7 @@ def benchmark(
y = []
t0 = time.time()
for i, (name, format, suffix, cpu, gpu) in export_formats().iterrows(): # index, (name, format, suffix, CPU, GPU)
for i, (name, format, suffix, cpu, gpu) in enumerate(zip(*export_formats().values())):
emoji, filename = "", None # export defaults
try:
# Checks