0.0.5
版本发布时间: 2023-04-17 23:13:03
serge-chat/serge最新发布版本:0.9.0(2024-02-14 12:56:33)
Updates
Mostly a housekeeping update, here are the things of note:
- @gaby introduced dependabot, and a new github action allowing us to create docker images for incoming PRs! This will let us test without having to pull everything locally, which should be great.
- @snxraven added a new button to start a new chat with the same parameters as the current chat, which will save you the trouble of reinputting the same parameters every time.
- @johncadengo fixed a bug where the context window length wasn't being passed properly, this should allow for longer chats if you increase the context window in the UI.
- We're up to date with the latest
llama.cpp
changes, which should bring improved performance and hardware compatibility.
What's Changed
- Add link to llama.cpp git repo by @gaby in https://github.com/nsarrazin/serge/pull/126
- Performance improvements for AVX2 via llama.cpp by @gaby in https://github.com/nsarrazin/serge/pull/129
- Correctly pass the context window length by @johncadengo in https://github.com/nsarrazin/serge/pull/138
- Update llama.cpp to master-eeaa7b0 by @gaby in https://github.com/nsarrazin/serge/pull/144
- Adding a new session button which uses current session settings by @snxraven in https://github.com/nsarrazin/serge/pull/136
- Update llama.cpp to master-180b693 by @gaby in https://github.com/nsarrazin/serge/pull/147
- Update llama.cpp to master-be87b6e by @gaby in https://github.com/nsarrazin/serge/pull/153
- Fix LLaMA spelling mistakes by @gaby in https://github.com/nsarrazin/serge/pull/160
- Expand dependabot coverage by @gaby in https://github.com/nsarrazin/serge/pull/161
- Update llama.cpp tag to master-489537e by @gaby in https://github.com/nsarrazin/serge/pull/172
- Bump @sveltejs/adapter-static from 2.0.1 to 2.0.2 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/167
- Bump fastapi from 0.95.0 to 0.95.1 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/170
- Bump @iconify/svelte from 3.1.0 to 3.1.1 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/166
- Bump vite from 4.2.0 to 4.2.1 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/162
- Bump svelte-check from 3.1.4 to 3.2.0 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/164
- Bump beanie from 1.17.0 to 1.18.0 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/168
- Bump @typescript-eslint/parser from 5.56.0 to 5.58.0 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/163
- Bump filelock from 3.10.7 to 3.11.0 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/165
- Build and publish PR images by @gaby in https://github.com/nsarrazin/serge/pull/173
- Bump email-validator from 1.3.1 to 2.0.0.post1 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/169
- Update docker-image.yml by @gaby in https://github.com/nsarrazin/serge/pull/183
- Bump packaging from 23.0 to 23.1 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/182
- Bump chipkent/action-cleanup-package from 1.0.1 to 1.0.3 by @dependabot in https://github.com/nsarrazin/serge/pull/174
- Bump sentencepiece from 0.1.97 to 0.1.98 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/175
- Bump svelte from 3.57.0 to 3.58.0 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/180
- Bump orjson from 3.8.9 to 3.8.10 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/179
- Bump postcss from 8.4.21 to 8.4.22 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/178
- Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.58.0 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/176
- Bump tailwindcss from 3.2.7 to 3.3.1 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/181
- Bump websockets from 10.4 to 11.0.1 in /api by @dependabot in https://github.com/nsarrazin/serge/pull/171
- Bump @sveltejs/kit from 1.12.0 to 1.15.5 in /web by @dependabot in https://github.com/nsarrazin/serge/pull/177
New Contributors
- @johncadengo made their first contribution in https://github.com/nsarrazin/serge/pull/138
- @dependabot made their first contribution in https://github.com/nsarrazin/serge/pull/167
Full Changelog: https://github.com/nsarrazin/serge/compare/0.0.4...0.0.5