From 5c772db969d124e705cc9c84e6cf36a0f99d0671 Mon Sep 17 00:00:00 2001 From: Idan Ben Ami <109598548+Idan-BenAmi@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:56:07 +0300 Subject: [PATCH] Use formal version of sony-custom-layers (#1219) --- .../imx500_notebooks/pytorch/pytorch_yolov8n_for_imx500.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }, {