We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
device='cuda:0:beta'
1 parent b9cf8d1 commit 822495bCopy full SHA for 822495b
src/torchcodec/decoders/_video_decoder.py
@@ -148,13 +148,6 @@ def __init__(
148
149
device_variant = _get_cuda_backend()
150
151
- # Legacy support for device="cuda:0:beta" syntax
152
- # TODONVDEC P2: remove support for this everywhere. This will require
153
- # updating our tests.
154
- if device == "cuda:0:beta":
155
- device = "cuda:0"
156
- device_variant = "beta"
157
-
158
core.add_video_stream(
159
self._decoder,
160
stream_index=stream_index,
0 commit comments