diff --git a/tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_for_imx500.ipynb b/tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_for_imx500.ipynb index 3c57c0882..149efeb82 100644 --- a/tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_for_imx500.ipynb +++ b/tutorials/notebooks/imx500_notebooks/pytorch/pytorch_yolov8n_for_imx500.ipynb @@ -51,7 +51,7 @@ "!pip install onnx\n", "!pip install -q pycocotools\n", "!pip install 'huggingface-hub>=0.21.0'\n", - "!pip install --pre 'sony-custom-layers-dev>=0.2.0.dev5'" + "!pip install sony-custom-layers" ] }, {