Skip to content

Commit 34adf49

Browse files
committed
Merge branch 'master' of https://github.com/tensorflow/rust
2 parents b5121b3 + 08bd27e commit 34adf49

File tree

21 files changed

+9268
-579
lines changed

21 files changed

+9268
-579
lines changed

.github/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow == 2.9.1
1+
tensorflow == 2.11.0

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
3737
1. Bump the version number in `Cargo.toml`
3838
1. Bump the version number in `README.md`
3939
1. Run `./test-all`
40-
1. Double-check that addition.py and test_op are built using the version of TensorFlow being linked against. (See "Upgrading TensorFlow" section.)
40+
1. Double-check that addition.py is built using the version of TensorFlow being linked against. (See "Upgrading TensorFlow" section.)
4141
1. Run `./run-valgrind`
4242
1. Commit and push the changes. (Push before publishing to ensure that the changes being published are up to date.)
4343
1. If the version of tensorflow-sys was bumped, run `cargo publish` for tensorflow-sys. (Publish before tagging in case there are problems publishing and we need to add commits to fix them.)
@@ -64,5 +64,4 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
6464
1. Run `pip install --upgrade pip`
6565
1. Run `pip install --upgrade tensorflow==${TENSORFLOW_VERSION?}`
6666
1. Run `python examples/addition/addition.py`
67-
1. Run `test_resources/library/build-test-op` and move `test_op.so` into `test_resources/library/linux`.
6867
1. Run `deactivate` to exit the virtualenv

examples/addition/model.pb

0 Bytes
Binary file not shown.

run-valgrind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
valgrind_log=valgrind.log
2525
truncate --size=0 "$valgrind_log"

0 commit comments

Comments
 (0)