File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- tensorflow == 2.9.1
1+ tensorflow == 2.11.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function run {
1919 echo
2020}
2121
22- tensorflow_version=2.9.1
22+ tensorflow_version=2.11.0
2323
2424valgrind_log=valgrind.log
2525truncate --size=0 " $valgrind_log "
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const REPOSITORY: &str = "https://github.com/tensorflow/tensorflow.git";
2424const FRAMEWORK_TARGET : & str = "tensorflow:libtensorflow_framework" ;
2525const TARGET : & str = "tensorflow:libtensorflow" ;
2626// `VERSION` and `TAG` are separate because the tag is not always `'v' + VERSION`.
27- const VERSION : & str = "2.9.1 " ;
28- const TAG : & str = "v2.9.1 " ;
27+ const VERSION : & str = "2.11.0 " ;
28+ const TAG : & str = "v2.11.0 " ;
2929const MIN_BAZEL : & str = "3.7.2" ;
3030
3131macro_rules! get( ( $name: expr) => ( ok!( env:: var( $name) ) ) ) ;
You can’t perform that action at this time.
0 commit comments