Skip to content

v0.1.94

Compare
Choose a tag to compare
@taku910 taku910 released this 24 Oct 02:01

Updates

  • added SetRandomGeneratorSeed function to set the seed value for random generator. This can allow to make reproducible sampling.
  • Validate the range of the vocab id in Python module.
  • Change the directory arrangement of python module.
  • Added protobuf python module.

Bug fixes

  • Support to build python wheel from source package.