From 914a0072e699c432431d74b81a1852959424bb71 Mon Sep 17 00:00:00 2001 From: Peter Robicheaux Date: Fri, 4 Oct 2024 15:06:48 +0000 Subject: [PATCH 1/3] Bump versions --- requirements/requirements.cpu.txt | 2 +- requirements/requirements.gpu.txt | 2 +- requirements/requirements.vino.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements.cpu.txt b/requirements/requirements.cpu.txt index 47f85bb5b..bf5bcb411 100644 --- a/requirements/requirements.cpu.txt +++ b/requirements/requirements.cpu.txt @@ -1,2 +1,2 @@ -onnxruntime<=1.15.1 +onnxruntime~=1.15.1 GPUtil==1.4.0 \ No newline at end of file diff --git a/requirements/requirements.gpu.txt b/requirements/requirements.gpu.txt index 4347b46d4..5b3900ad1 100644 --- a/requirements/requirements.gpu.txt +++ b/requirements/requirements.gpu.txt @@ -1 +1 @@ -onnxruntime-gpu<=1.15.1 \ No newline at end of file +onnxruntime-gpu~=1.15.1 \ No newline at end of file diff --git a/requirements/requirements.vino.txt b/requirements/requirements.vino.txt index b16b5922e..d9fd7322e 100644 --- a/requirements/requirements.vino.txt +++ b/requirements/requirements.vino.txt @@ -1 +1 @@ -onnxruntime-openvino<=1.15.1 \ No newline at end of file +onnxruntime-openvino~=1.15.1 \ No newline at end of file From 316e7ad7e15cc06ed7cf225a3916de6f9e9d64d3 Mon Sep 17 00:00:00 2001 From: Peter Robicheaux Date: Fri, 4 Oct 2024 15:11:45 +0000 Subject: [PATCH 2/3] Bump release version --- inference/core/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/core/version.py b/inference/core/version.py index 309f0166c..a9ecb504d 100644 --- a/inference/core/version.py +++ b/inference/core/version.py @@ -1,4 +1,4 @@ -__version__ = "0.22.0" +__version__ = "0.22.1" if __name__ == "__main__": From 99f53fa90ebdfeda3af13eba039b6c190176282c Mon Sep 17 00:00:00 2001 From: Peter Robicheaux Date: Fri, 4 Oct 2024 15:21:02 +0000 Subject: [PATCH 3/3] Update aliases doc --- docs/quickstart/aliases.md | 105 +++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/docs/quickstart/aliases.md b/docs/quickstart/aliases.md index 12a4885a0..b2e1ab7f2 100644 --- a/docs/quickstart/aliases.md +++ b/docs/quickstart/aliases.md @@ -279,4 +279,109 @@ table { yolov10x-640 Test in Browser + + YOLOv11n + 640 + Object Detection + yolov11n-640 + Test in Browser + + + YOLOv11s + 640 + Object Detection + yolov11s-640 + Test in Browser + + + YOLOv11m + 640 + Object Detection + yolov11m-640 + Test in Browser + + + YOLOv11l + 640 + Object Detection + yolov11l-640 + Test in Browser + + + YOLOv11x + 640 + Object Detection + yolov11x-640 + Test in Browser + + + YOLOv11n + 1280 + Object Detection + yolov11n-1280 + Test in Browser + + + YOLOv11s + 1280 + Object Detection + yolov11s-1280 + Test in Browser + + + YOLOv11m + 1280 + Object Detection + yolov11m-1280 + Test in Browser + + + YOLOv11l + 1280 + Object Detection + yolov11l-1280 + Test in Browser + + + YOLOv11x + 1280 + Object Detection + yolov11x-1280 + Test in Browser + + + YOLOv11n + 640 + Instance Segmentation + yolov11n-seg-640 + Test in Browser + + + YOLOv11s + 640 + Instance Segmentation + yolov11s-seg-640 + Test in Browser + + + YOLOv11m + 640 + Instance Segmentation + yolov11m-seg-640 + Test in Browser + + + YOLOv11l + 640 + Instance Segmentation + yolov11l-seg-640 + Test in Browser + + + YOLOv11x + 640 + Instance Segmentation + yolov11x-seg-640 + Test in Browser +