-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from google/sr
load tf versioned so file to avoid abi incompatibility
- Loading branch information
Showing
9 changed files
with
52 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,12 +27,6 @@ | |
with codecs.open(os.path.join('..', 'VERSION'), 'r', 'utf-8') as f: | ||
version = f.read() | ||
|
||
tf_version = tf.__version__ | ||
if tf_version[0] == '.': | ||
tf_version = tf_version[1:] | ||
|
||
version = tf_version + '.' + version | ||
|
||
setup(name = 'tf_sentencepiece', | ||
author = 'Taku Kudo', | ||
author_email='[email protected]', | ||
|
@@ -42,7 +36,7 @@ | |
license = 'Apache', | ||
platforms = 'Unix', | ||
packages=find_packages(exclude=['test']), | ||
package_data={'tf_sentencepiece': ['_sentencepiece_processor_ops.so']}, | ||
package_data={'tf_sentencepiece': ['_sentencepiece_processor_ops.so*']}, | ||
classifiers = [ | ||
'Development Status :: 5 - Production/Stable', | ||
'Environment :: Console', | ||
|
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+3.38 MB
...encepiece/_sentencepiece_processor_ops.so → ...ce/_sentencepiece_processor_ops.so.1.12.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters