v0.1.13
版本发布时间: 2024-03-11 20:52:58
sgl-project/sglang最新发布版本:v0.3.0(2024-09-04 19:50:29)
Highlights
- Gemma Support by @hnyls2002 in https://github.com/sgl-project/sglang/pull/256
- Add Together and AzureOpenAI examples by @merrymercy in https://github.com/sgl-project/sglang/pull/184
What's Changed
- correct a mistake on the README.md by @yaya-sy in https://github.com/sgl-project/sglang/pull/182
- correct reference dtype openai.py by @yaya-sy in https://github.com/sgl-project/sglang/pull/181
- Add Together and AzureOpenAI examples by @merrymercy in https://github.com/sgl-project/sglang/pull/184
- Fix server launch for jupyter notebook by @merrymercy in https://github.com/sgl-project/sglang/pull/186
- Refactor decoding logprob and add completion_tokens_wo_jump_forward by @comaniac in https://github.com/sgl-project/sglang/pull/189
- Pin outlines version by @comaniac in https://github.com/sgl-project/sglang/pull/196
- Adjust outlines version. by @hnyls2002 in https://github.com/sgl-project/sglang/pull/200
- Update README.md by @eltociear in https://github.com/sgl-project/sglang/pull/207
- Added the ability to Modify the Context Length by @psych0v0yager in https://github.com/sgl-project/sglang/pull/210
- Fix logprobs with logprob_start_len by @comaniac in https://github.com/sgl-project/sglang/pull/193
- Support outlines > 0.0.31 by @comaniac in https://github.com/sgl-project/sglang/pull/219
- Fix stop str merging by @hnyls2002 in https://github.com/sgl-project/sglang/pull/225
- Fix interpreter.py
get_var(var_name)
in text iter whenstream
is not enabled by @exceedzhang in https://github.com/sgl-project/sglang/pull/198 - fix chatml template by @qeternity in https://github.com/sgl-project/sglang/pull/195
- Upload
agent_calls.jsonl
download link by @hnyls2002 in https://github.com/sgl-project/sglang/pull/226 - Fix addr reuse in check_port by @hnyls2002 in https://github.com/sgl-project/sglang/pull/253
- Add SSL Cert Functionality by @nivibilla in https://github.com/sgl-project/sglang/pull/224
- Refactor ChatTemplate for Enhanced Clarity and Efficiency by @cubxxw in https://github.com/sgl-project/sglang/pull/201
- Add
set_var
to interpreter.py by @1024th in https://github.com/sgl-project/sglang/pull/263 - Add logo by @merrymercy in https://github.com/sgl-project/sglang/pull/275
- Fix qwen config by @hnyls2002 in https://github.com/sgl-project/sglang/pull/261
- replace skip_embed with input_embeds by @TideDra in https://github.com/sgl-project/sglang/pull/222
- Gemma Support by @hnyls2002 in https://github.com/sgl-project/sglang/pull/256
- Improve gemma and documentations by @merrymercy in https://github.com/sgl-project/sglang/pull/278
- Organize
server_args
by @hnyls2002 in https://github.com/sgl-project/sglang/pull/277 - Add Support for API Key Authentication by @alessiodallapiazza in https://github.com/sgl-project/sglang/pull/230
- Fix RuntimeEndpoint by @merrymercy in https://github.com/sgl-project/sglang/pull/279
- Update version to v0.1.13 by @merrymercy in https://github.com/sgl-project/sglang/pull/280
New Contributors
- @psych0v0yager made their first contribution in https://github.com/sgl-project/sglang/pull/210
- @exceedzhang made their first contribution in https://github.com/sgl-project/sglang/pull/198
- @qeternity made their first contribution in https://github.com/sgl-project/sglang/pull/195
- @cubxxw made their first contribution in https://github.com/sgl-project/sglang/pull/201
- @1024th made their first contribution in https://github.com/sgl-project/sglang/pull/263
- @TideDra made their first contribution in https://github.com/sgl-project/sglang/pull/222
- @alessiodallapiazza made their first contribution in https://github.com/sgl-project/sglang/pull/230
Full Changelog: https://github.com/sgl-project/sglang/compare/v0.1.12...v0.1.13