This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Releases: hyperonym/basaran
Releases · hyperonym/basaran
v0.7.0
- [311a0ce] build(make): bump version to 0.7.0
- [74564ab] build(docker): bump version to 0.7.0
- [9926724] fix(model): retry should be a temporary workaround
- [fdc1e05] feat(playground): add model playground (#9)
- [ae53695] fix(model): add a small epsilon to ensure inputs to log are non-zero
- [6edcd75] fix(model): remove redundant detach calls
- [c9ccc5d] fix(server): data type for top_p should be float
v0.6.0
- [3df5a3b] build(make): bump version to 0.6.0
- [1882bdd] build(docker): bump version to 0.6.0
- [2ae137a] feat(model): add auto retrying
- [9842e68] build(deps): add tenacity to dependencies
- [203b45c] refactor(model): clean up redundant variables
- [1e0a581] build(docker): add default memory fraction
- [9cc93e8] feat(model): allow to specify memory fraction
- [3ea3cf4] feat(model): use multiple stateful decoders
- [79b71fa] feat(decoder): add stream decoder
- [fa8e235] build(docker): install dependencies before copying app source
- [0d9bc46] refactor(*): update project structure (#6)
- [d106b9b] build(docker): use dedicated script for preloading
- [f1d3019] build(utils): add script for preloading models
- [40610b5] build(deps): remove version hash
- [15ebcc0] build(deps): add pytest to dependencies
- [71a814f] refactor(model): use encode instead of calling tokenizer
- [8156710] build(ci): remove workflow for releasing bundled images
v0.5.0
- [303405f] build(make): bump version to 0.5.0
- [160d111] build(docker): bump version to 0.5.0
- [03d9e8c] feat(model): handle surrogates and whitespace while decoding
- [23bf512] build(ci): add workflow for releasing bundled images
- [dacfde4] build(make): add target for building bundled images
- [88dbb91] docs(contrib): add contribution guide
- [87bf8bc] docs(conduct): add code of conduct
- [72e7b02] build(docker): shorten max event stream interval
- [23b8da3] feat(server): shorten max event stream interval
- [fec45fd] build(docker): hide welcome message from bitsandbytes