From 3bcc15e9d84bbbfb58a70e39f5bb984ee8da4c28 Mon Sep 17 00:00:00 2001 From: spanner3003 Date: Sat, 13 Jul 2024 18:15:26 +0100 Subject: [PATCH 1/3] Update .github/workflows/ci.yml typo h8l not arm64 Co-authored-by: Nicolas Mowen --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9bdf3fa..e197df27a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,8 @@ jobs: files: docker/hailo8l/h8l.hcl set: | h8l.tags=${{ steps.setup.outputs.image-name }}-h8l - *.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64 - *.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64,mode=max + *.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l + *.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l,mode=max jetson_jp4_build: runs-on: ubuntu-latest name: Jetson Jetpack 4 From 3f15e3f53407d21d4e24dcd2cc7331b40a3c51c8 Mon Sep 17 00:00:00 2001 From: spanner3003 Date: Sat, 13 Jul 2024 18:17:38 +0100 Subject: [PATCH 2/3] Update docs/docs/configuration/object_detectors.md Clarity for the end user and correct uses of words Co-authored-by: Nicolas Mowen --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 1fb56be37..efb33ddda 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -396,7 +396,7 @@ $ cat /sys/kernel/debug/rknpu/load ## Hailo-8l -This detector is availability if you are using the Raspberry pi 5 with ai kit and currently not tested if you are using the Hailo-8L with other hardware. +This detector is available if you are using the Raspberry Pi 5 with Hailo-8L AI Kit. This has not been tested using the Hailo-8L with other hardware. ### Configuration From 177fb701245ff5df047d751cf90fb36ab43f24ff Mon Sep 17 00:00:00 2001 From: spanner3003 Date: Sat, 13 Jul 2024 18:18:54 +0100 Subject: [PATCH 3/3] Update docs/docs/frigate/installation.md typo Co-authored-by: Nicolas Mowen --- docs/docs/frigate/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 9417b0648..51bd167cf 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -231,7 +231,7 @@ The community supported docker image tags for the current stable version are: - `stable-rocm-gfx900` - AMD gfx900 driver only - `stable-rocm-gfx1030` - AMD gfx1030 driver only - `stable-rocm-gfx1100` - AMD gfx1100 driver only -- `stable-h8l` - Frigate build for the Hailo-8L M.2 PICe Raspberry pi5 hat + - `stable-h8l` - Frigate build for the Hailo-8L M.2 PICe Raspberry Pi 5 hat ## Home Assistant Addon