You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Note that any crate not mentioned here (e.g. tensorflow-proto-codegen, tensorflo
37
37
1. Bump the version number in `Cargo.toml`
38
38
1. Bump the version number in `README.md`
39
39
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.)
41
41
1. Run `./run-valgrind`
42
42
1. Commit and push the changes. (Push before publishing to ensure that the changes being published are up to date.)
43
43
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
64
64
1. Run `pip install --upgrade pip`
65
65
1. Run `pip install --upgrade tensorflow==${TENSORFLOW_VERSION?}`
66
66
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`.
0 commit comments