Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Daniël de Kok
ca85b8bdcb
sentencepiece: 0.1.94 -> 0.1.95
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.95
2021-01-16 10:40:57 +01:00
Daniël de Kok
677f868774
Revert "sentencepiece: 0.1.94 -> 0.1.95"
...
This reverts commit 24fb219e2c
.
2021-01-10 08:43:04 +01:00
Daniël de Kok
d2e4f3c6d9
sentencepiece: move gperftools from nativeBuildInputs to buildInputs
2021-01-09 20:01:45 +01:00
Daniël de Kok
24fb219e2c
sentencepiece: 0.1.94 -> 0.1.95
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.95
2021-01-09 20:01:44 +01:00
Daniël de Kok
c3144b8f6f
sentencepiece: 0.1.93 -> 0.1.94
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.94
2020-10-24 08:00:06 +02:00
Daniël de Kok
72e85c2223
sentencepiece: 0.1.91 -> 0.1.93
...
Changelogs:
https://github.com/google/sentencepiece/releases/tag/v0.1.92
https://github.com/google/sentencepiece/releases/tag/v0.1.93
The upstream release notes state that Python 2 is not supported
anymore. However, this version still builds with Python 2 and tests
pass without any issues. Therefore, this change does not disable
Python 2 support yet.
2020-10-14 10:11:37 +02:00
Daniël de Kok
946b97a890
sentencepiece: 0.1.90 -> 0.1.91
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.91
2020-05-21 08:35:12 +02:00
Daniël de Kok
2548f8b467
sentencepiece: 0.1.86 -> 0.1.90
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.9
https://github.com/google/sentencepiece/releases/tag/v0.1.90
2020-05-13 08:26:00 +02:00
Daniël de Kok
2cde8af5f5
sentencepiece: 0.1.85 -> 0.1.86
...
Changelog:
https://github.com/google/sentencepiece/releases/tag/v0.1.86
2020-05-01 09:21:14 +02:00
Daniël de Kok
7b3802dfd1
sentencepiece: add myself as a maintainer
2020-03-14 15:40:29 -07:00
Daniël de Kok
27d0c5a07e
sentencepiece: split into multiple outputs, optional gperftools
...
I am using sentencepiece in a downstream application where I want to
minimize the resulting closures. This commit makes changes to make
sentencepiece a leaner dependency:
- Split the outputs, so that the binaries/headers do not end up in the
transitive closure in a library dependency.
- Add the `withGPerfTools` option, which is enabled by default, to
make it possible to disable the gperftools dependency. According to
the sentencepiece README, this dependency gives a 10-40% performance
improvement. But in many cases this is overshadowed by the neural
networks that use piece identifiers as input anyway.
2020-03-14 15:40:29 -07:00
Daniël de Kok
9bab3b5a61
sentencepiece: set platforms to unix to support Darwin
...
- The sentencepiece library builds fine on Darwin as well.
- Remove superfluous `enableParallelBuilding = true`.
- Make the value of homepage a string.
2020-02-22 10:55:48 -08:00
R. RyanTM
f8a5d63357
sentencepiece: 0.1.84 -> 0.1.85
2020-01-17 10:41:53 +00:00
Pash Shocky
82116878da
sentencepiece: init at 0.1.84
2019-12-17 16:46:52 -08:00