brief-vase-33757
08/08/2025, 5:15 PMtall-airline-16756
08/08/2025, 5:15 PMtall-airline-16756
08/08/2025, 5:15 PMrefined-appointment-81829
08/08/2025, 5:33 PMrefined-appointment-81829
08/08/2025, 5:38 PMNone of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
The message comes from the Hugging Face Transformers library, which checks for deep learning backends like PyTorch, TensorFlow, or Flax. If none are installed, it issues a warning.
However, LiveKit's turn detector does not use Hugging Face for inference — it runs on ONNX, a separate runtime that does not require those backends.
Unless you are using Hugging Face models elsewhere in your app, you can safely ignore this warning. You can import PyTorch to get rid of the warning but it is not necessary.