You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import the project in your Python script to register Intel device
73
-
interface for the TorchCodec:
72
+
TorchCodec will automatically load Intel Plugin if it is installed on the system via python packages entry point mechanism. No explcit project importing is required. Proceed by importing TorchCodec as usual:
74
73
75
74
```
76
75
import torchcodec
77
-
import torchcodec_xpu
78
76
```
79
77
80
78
Before executing, make sure to export environment variables to point to FFmpeg installation:
0 commit comments