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.
1 parent e3d08e3 commit e9a726fCopy full SHA for e9a726f
src/torchcodec/decoders/_core/ops.py
@@ -41,6 +41,7 @@ def load_torchcodec_extension():
41
torch.ops.load_library(_get_extension_path(custom_ops_library_name))
42
43
pybind_ops_library_path = _get_extension_path(pybind_ops_library_name)
44
+ torch.ops.load_library(pybind_ops_library_path)
45
spec = importlib.util.spec_from_file_location(
46
pybind_ops_module_name,
47
pybind_ops_library_path,
0 commit comments