Basaran Versions Save

Basaran is an open-source alternative to the OpenAI text completion API. It provides a compatible streaming API for your Hugging Face Transformers-based text generation models.

v0.16.1

1 year ago
  • [562cb50] build(*): bump version to 0.16.1 (#155)
  • [fd7535b] build(snap): remove version prefix (#157)
  • [56bad34] build(snap): use git tag as snap version (#156)
  • [314b4f9] build(snap): simplify snap packaging workflow (#154)
  • [ea5a694] build(snap): add snap packaging (#150)
  • [d582019] fix(server): ignore mimetype and always try to parse request body (#153)

v0.16.0

1 year ago
  • [6647066] build(*): bump version to 0.16.0 (#149)
  • [30b9325] feat(server): support cross-origin resource sharing (#148)
  • [6c23300] build(deps): update transformers[sentencepiece] requirement (#146)

v0.15.3

1 year ago
  • [84ae220] build(*): bump version to 0.15.3 (#136)
  • [033fafc] build(docker): add example for bundling alpaca-7b (#135)
  • [6f56fe6] build(ci): remove disk space freeing magic (#134)
  • [66d5df3] build(docker): temporarily remove linux/arm64 support to save disk space (#133)

v0.15.2

1 year ago
  • [d4809f7] build(*): bump version to 0.15.2 (#132)
  • [ba2be95] build(ci): maximize build space (#131)

v0.15.1

1 year ago
  • [1a51f27] build(*): bump version to 0.15.1 (#130)
  • [725bde7] build(ci): disable large packages removing (#129)

v0.15.0

1 year ago
  • [e02ccda] build(*): bump version to 0.15.0 (#128)
  • [0b59c8b] build(docker): add example for bundling llama-7b (#127)
  • [b992d3a] docs(readme): update playground gif (#126)
  • [f71f493] feat(server): increase default number of server threads to 32 (#125)
  • [4338318] test(*): add tests for llama models (#124)
  • [15421ce] build(deps): update transformers[sentencepiece] requirement (#123)
  • [04d865f] build(deps): update bitsandbytes requirement from ~=0.38.0 to ~=0.38.1 (#122)
  • [3a1c774] build(deps): update bitsandbytes requirement from ~=0.37.2 to ~=0.38.0 (#119)
  • [5c3ead1] build(utils): add script for rendering templates (#118)
  • [7ecec36] build(deps): add jinja2 to dependencies (#117)

v0.14.1

1 year ago
  • [caba510] build(*): bump version to 0.14.1 (#115)
  • [6c4205a] build(ci): free disk space before building images (#114)

v0.14.0

1 year ago
  • [8c926f9] build(*): bump version to 0.14.0 (#113)
  • [abe9730] build(docker): add linux/arm64 to platforms list (#111)
  • [e4c658b] build(deps): update huggingface-hub requirement (#112)
  • [d219972] build(docker): use the main branch of chatglm-6b for bundling (#108)
  • [f6b1c23] build(deps): update transformers[sentencepiece] requirement (#106)
  • [5253bcd] feat(playground): add keyboard shortcut for submit (#105)

v0.13.5

1 year ago
  • [086cb76] build(*): bump version to 0.13.5 (#104)
  • [eb1574d] build(utils): download files directly to the provided directory (#103)

v0.13.4

1 year ago
  • [50cb37a] build(*): bump version to 0.13.4 (#102)
  • [39bf57e] docs(readme): update roadmap (#100)
  • [d03d0f7] build(deps): update accelerate requirement from ~=0.17.1 to ~=0.18.0 (#98)