From e61d5bd17c2c13e8adf491769a8aff7c81ea0e46 Mon Sep 17 00:00:00 2001 From: Sven Date: Mon, 30 May 2022 21:32:19 +0800 Subject: [PATCH] Update cmake_x86_vsim.yml (#403) Move tensorflow version to v2.9.0 --- .github/workflows/cmake_x86_vsim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_x86_vsim.yml b/.github/workflows/cmake_x86_vsim.yml index cb25dca..28b1aaf 100644 --- a/.github/workflows/cmake_x86_vsim.yml +++ b/.github/workflows/cmake_x86_vsim.yml @@ -100,7 +100,7 @@ jobs: run: | git config --global user.email "xiang.zhang@verisilicon.com" git config --global user.name "xiang.zhang" - git clone https://github.com/tensorflow/tensorflow.git ${{github.workspace}}/3rd-party/tensorflow && cd ${{github.workspace}}/3rd-party/tensorflow/ && git checkout v2.8.0 && git am ${{github.workspace}}/.github/workflows/0001-TensorFlow-V280-Enable-External-Delegate.patch + git clone https://github.com/tensorflow/tensorflow.git ${{github.workspace}}/3rd-party/tensorflow && cd ${{github.workspace}}/3rd-party/tensorflow/ && git checkout v2.9.0 git clone https://github.com/VeriSilicon/tflite-vx-delegate.git ${{github.workspace}}/vx-delegate cmake -B ${{github.workspace}}/vx-delegate/build -S ${{github.workspace}}/vx-delegate -DFETCHCONTENT_SOURCE_DIR_TENSORFLOW=${{github.workspace}}/3rd-party/tensorflow -DTIM_VX_INSTALL=${{github.workspace}}/tim-vx.install.dir/ -DTFLITE_ENABLE_NNAPI=OFF -DTFLITE_ENABLE_XNNPACK=OFF cmake --build ${{github.workspace}}/vx-delegate/build --config ${{env.BUILD_TYPE}}