Skip to content

Releases: hadriansecurity/subwiz

v0.1.4

29 Oct 16:16
Compare
Choose a tag to compare

Changed type hints to be compatible with Python 3.9.

v0.1.3

18 Aug 18:44
Compare
Choose a tag to compare

Added project source to the package.

v0.1.2

18 Aug 18:26
ce60364
Compare
Choose a tag to compare

Decreased the batch size so that subwiz uses even less memory (1GB) with the same time performance.

v0.1.1

16 Aug 23:58
c2786b6
Compare
Choose a tag to compare

subwiz was crashing when using a large number of prediction due to out-of-memory. we now do inference in batches of 500 sequences at a time. in the future we could:

  • make batch size configurable
  • make batch size set automatically from memory size
  • use quantization to decrease memory usage

v0.1.0

13 Aug 05:05
Compare
Choose a tag to compare

Publish