v0.1.1
版本发布时间: 2023-08-03 23:47:38
xorbitsai/inference最新发布版本:v1.0.0(2024-11-15 18:15:44)
What's new in 0.1.1 (2023-08-03)
These are the changes in inference v0.1.1.
New features
- FEAT: add opt-125m pytorch model and add ut by @pangyoki in https://github.com/xorbitsai/inference/pull/263
- FEAT: support falcon 40b pytorch model by @pangyoki in https://github.com/xorbitsai/inference/pull/278
- FEAT: pytorch model embeddings by @jiayini1119 in https://github.com/xorbitsai/inference/pull/282
- FEAT: support falcon-instruct 7b and 40b pytorch model by @jiayini1119 in https://github.com/xorbitsai/inference/pull/287
- FEAT: support chatglm/chatglm2/chatglm2-32k pytorch model by @pangyoki in https://github.com/xorbitsai/inference/pull/283
- FEAT: support qwen 7b by @UranusSeven in https://github.com/xorbitsai/inference/pull/294
Enhancements
- ENH: Support Enviroment Variable by @RayJi01 in https://github.com/xorbitsai/inference/pull/285
- REF: split supervisor and worker by @UranusSeven in https://github.com/xorbitsai/inference/pull/279
Bug fixes
- BUG: fix import torch error even if user don't want to launch torch model by @pangyoki in https://github.com/xorbitsai/inference/pull/274
- BUG: empty legacy model dir by @UranusSeven in https://github.com/xorbitsai/inference/pull/276
Tests
- TST: add benchmark script by @pangyoki in https://github.com/xorbitsai/inference/pull/281
Documentation
- DOC: Update README_ja_JP.md by @eltociear in https://github.com/xorbitsai/inference/pull/269
- DOC: add docstring to client methods by @RayJi01 in https://github.com/xorbitsai/inference/pull/247
Full Changelog: https://github.com/xorbitsai/inference/compare/v0.1.0...v0.1.1