Skip to content

Commit

Permalink
Modified tensorflow git tag to v2.16.1
Browse files Browse the repository at this point in the history
vx-delegate can be built under tensorflow v2.16.1 now

Type: Code Improvement
Signed-off-by: Feiyue Chen <[email protected]>
  • Loading branch information
chenfeiyue-cfy committed Jun 20, 2024
1 parent b3e10e4 commit fc98a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/Findtensorflow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(FetchContent)
FetchContent_Declare(
tensorflow
GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git
GIT_TAG v2.14.0
GIT_TAG v2.16.1
)
FetchContent_GetProperties(tensorflow)
if(NOT tensorflow_POPULATED)
Expand Down

0 comments on commit fc98a1d

Please sign in to comment.