Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2020-06-17 04:05:06 +0300
committerTaku Kudo <taku@google.com>2020-06-17 04:05:06 +0300
commit98407dc17159bb124bd82c7b35c46552b603a803 (patch)
tree142807c998a253ac9509f37aeab3effe19b78d68
parentdb7b11884a52e62a6039eb915df519e71669336d (diff)
remove linux so file from tf_sentencepiece mac
-rwxr-xr-xtensorflow/make_py_wheel_mac.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/make_py_wheel_mac.sh b/tensorflow/make_py_wheel_mac.sh
index f27ae35..7b95ef0 100755
--- a/tensorflow/make_py_wheel_mac.sh
+++ b/tensorflow/make_py_wheel_mac.sh
@@ -70,7 +70,9 @@ build() {
sudo python get-pip.py --no-setuptools --no-wheel --ignore-installed
pip install --upgrade setuptools
pip install wheel
+ rm -f tf_sentencepiece/*.so
+ build_tf_wrapper "2.2.0"
build_tf_wrapper "2.1.0"
# build_tf_wrapper "2.0.1"
build_tf_wrapper "2.0.0"