Skip to content

Commit

Permalink
delegate-example: clone-tensorflow.sh: Modified script to clone Tenso…
Browse files Browse the repository at this point in the history
…rFlow v2.15.0

Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed May 25, 2024
1 parent aa8b224 commit 999b4be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions delegate-example/clone-tensorflow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/bash

git clone --recursive https://github.com/tensorflow/tensorflow.git -b v2.7.0 tensorflow
cd tensorflow/
git am ../0001-tensorflow-lite-Added-limits-to-simple_memory_arena_.patch
cd -
git clone --recursive https://github.com/tensorflow/tensorflow.git -b v2.15.0 tensorflow

0 comments on commit 999b4be

Please sign in to comment.