Skip to content

Commit

Permalink
update sync.yml
Browse files Browse the repository at this point in the history
remove himax_we1_sdk and image_gen_linux folder
  • Loading branch information
kris-himax authored Oct 6, 2022
1 parent 5127328 commit 7e68f04
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
cp -r tensorflow/lite/micro/himax_we1_evb temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/
rm -rf temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/arc_emsdp
rm -rf temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/kernels/arc_mli
rm -rf temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/models
cp -r tensorflow/lite/micro/kernels/arc_mli temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/kernels/
rm -rf tensorflow
cp -r temp/tflite-micro/tmp/tflm-mli/tensorflow .
#####################################################################2022/10/05
Expand All @@ -71,14 +69,10 @@ jobs:
#####################################################################2022/10/05
rm -rf third_party/arc_mli_package/bin/emsdp_em11d_em9d_dfss
rm -rf temp
rm -rf himax_we1_sdk
rm -rf image_gen_linux
git clone https://github.com/HimaxWiseEyePlus/himax_tflm
rm -rf himax_tflm/tensorflow
cp -r tensorflow himax_tflm/
cp -r third_party himax_tflm/
cd himax_tflm
git config --local user.name "kris-himax"
git config --local user.email "[email protected]"
git add *
Expand Down

0 comments on commit 7e68f04

Please sign in to comment.