Add missing device argument to inference.py dataloader

This commit is contained in:
Ross Wightman 2024-04-10 09:34:34 -07:00
parent c28ee2e904
commit 195d12fdff

View File

@ -241,6 +241,7 @@ def main():
batch_size=args.batch_size,
use_prefetcher=True,
num_workers=workers,
device=device,
**data_config,
)