diff --git a/.github/workflows/build_riscv.yml b/.github/workflows/build_riscv.yml index d019ef9..1d1ec7b 100644 --- a/.github/workflows/build_riscv.yml +++ b/.github/workflows/build_riscv.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: target_machine: [qemuriscv64] - tensorflow_version: [2.8.3, 2.7.4, 2.6.5, 2.5.3, 2.4.4, 2.3.4] + tensorflow_version: [2.8.4, 2.7.4, 2.6.5, 2.5.3, 2.4.4, 2.3.4] # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/.github/workflows/build_rpi.yml b/.github/workflows/build_rpi.yml index 9ea9eab..e46b6fa 100644 --- a/.github/workflows/build_rpi.yml +++ b/.github/workflows/build_rpi.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: target_machine: [raspberrypi3-64, raspberrypi3, raspberrypi0-wifi] - tensorflow_version: [2.8.3, 2.7.4, 2.6.5, 2.5.3, 2.4.4, 2.3.4] + tensorflow_version: [2.8.4, 2.7.4, 2.6.5, 2.5.3, 2.4.4, 2.3.4] # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/recipes-framework/tensorflow-lite/cpp-tensorflow-lite_2.8.3.bb b/recipes-framework/tensorflow-lite/cpp-tensorflow-lite_2.8.4.bb similarity index 100% rename from recipes-framework/tensorflow-lite/cpp-tensorflow-lite_2.8.3.bb rename to recipes-framework/tensorflow-lite/cpp-tensorflow-lite_2.8.4.bb diff --git a/recipes-framework/tensorflow-lite/python3-tensorflow-lite_2.8.3.bb b/recipes-framework/tensorflow-lite/python3-tensorflow-lite_2.8.4.bb similarity index 100% rename from recipes-framework/tensorflow-lite/python3-tensorflow-lite_2.8.3.bb rename to recipes-framework/tensorflow-lite/python3-tensorflow-lite_2.8.4.bb