Skip to content

Commit a173ea6

Browse files
committed
Lints
1 parent 7efc732 commit a173ea6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benchmarks/decoders/generate_readme_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ def main() -> None:
6464
decoder_dict["torchcodec[approx]"] = TorchCodecPublic(seek_mode="approximate")
6565
if torch.cuda.is_available():
6666
decoder_dict["torchcodec[cuda]"] = TorchCodecPublic(device="cuda")
67-
decoder_dict["torchcodec[cuda,approx]"] = TorchCodecPublic(device="cuda", seek_mode="approximate")
67+
decoder_dict["torchcodec[cuda,approx]"] = TorchCodecPublic(
68+
device="cuda", seek_mode="approximate"
69+
)
6870
decoder_dict["torchvision[video_reader]"] = TorchVision("video_reader")
6971
decoder_dict["torchaudio"] = TorchAudioDecoder()
7072

0 commit comments

Comments
 (0)