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 06:38:34 +0300
committerTaku Kudo <taku@google.com>2020-06-17 06:38:34 +0300
commitbe169e2ac98ef3ecb343ffcab3628a60372a2ee2 (patch)
treed0aebf2618d3a686040b1a49fdb408c34c452405
parent22ccdf51ddb8f2c095fac69737b2f5234c3e548a (diff)
use python3 to build tf_sentencepiece on mac
-rwxr-xr-xtensorflow/make_py_wheel_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/make_py_wheel_mac.sh b/tensorflow/make_py_wheel_mac.sh
index 42554d2..20c28af 100755
--- a/tensorflow/make_py_wheel_mac.sh
+++ b/tensorflow/make_py_wheel_mac.sh
@@ -89,7 +89,7 @@ build() {
cd ..
# Remove pre-installed Linux so files.
- rm -f tf_sentencepiece/*.so
+ rm -f tf_sentencepiece/*.so.*
build_tf_wrapper "2.2.0"
build_tf_wrapper "2.1.0"