Skip to content

Commit

Permalink
Support tf.1.14 and tf.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Oct 12, 2019
1 parent 60e42a7 commit 2424d82
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.83
0.1.84
3 changes: 1 addition & 2 deletions tensorflow/make_py_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ build() {
make install
cd ..

build_tf_wrapper "2.0.0-rc0"
build_tf_wrapper "2.0.0-beta1"
build_tf_wrapper "2.0.0"
build_tf_wrapper "1.14.0"
build_tf_wrapper "1.13.1"

Expand Down
3 changes: 1 addition & 2 deletions tensorflow/make_py_wheel_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ build() {
pip install --upgrade setuptools
pip install wheel

build_tf_wrapper "2.0.0-rc0"
build_tf_wrapper "2.0.0-beta1"
build_tf_wrapper "2.0.0"
build_tf_wrapper "1.14.0"
build_tf_wrapper "1.13.1"

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified tensorflow/tf_sentencepiece/_sentencepiece_processor_ops.so.1.13.1
100644 → 100755
Binary file not shown.
Binary file modified tensorflow/tf_sentencepiece/_sentencepiece_processor_ops.so.1.14.0
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2424d82

Please sign in to comment.