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 #126
- Performance improvements for AVX2 via llama.cpp by @gaby in #129
- Correctly pass the context window length by @johncadengo in #138
- Update llama.cpp to master-eeaa7b0 by @gaby in #144
- Adding a new session button which uses current session settings by @snxraven in #136
- Update llama.cpp to master-180b693 by @gaby in #147
- Update llama.cpp to master-be87b6e by @gaby in #153
- Fix LLaMA spelling mistakes by @gaby in #160
- Expand dependabot coverage by @gaby in #161
- Update llama.cpp tag to master-489537e by @gaby in #172
- Bump @sveltejs/adapter-static from 2.0.1 to 2.0.2 in /web by @dependabot in #167
- Bump fastapi from 0.95.0 to 0.95.1 in /api by @dependabot in #170
- Bump @iconify/svelte from 3.1.0 to 3.1.1 in /web by @dependabot in #166
- Bump vite from 4.2.0 to 4.2.1 in /web by @dependabot in #162
- Bump svelte-check from 3.1.4 to 3.2.0 in /web by @dependabot in #164
- Bump beanie from 1.17.0 to 1.18.0 in /api by @dependabot in #168
- Bump @typescript-eslint/parser from 5.56.0 to 5.58.0 in /web by @dependabot in #163
- Bump filelock from 3.10.7 to 3.11.0 in /api by @dependabot in #165
- Build and publish PR images by @gaby in #173
- Bump email-validator from 1.3.1 to 2.0.0.post1 in /api by @dependabot in #169
- Update docker-image.yml by @gaby in #183
- Bump packaging from 23.0 to 23.1 in /api by @dependabot in #182
- Bump chipkent/action-cleanup-package from 1.0.1 to 1.0.3 by @dependabot in #174
- Bump sentencepiece from 0.1.97 to 0.1.98 in /api by @dependabot in #175
- Bump svelte from 3.57.0 to 3.58.0 in /web by @dependabot in #180
- Bump orjson from 3.8.9 to 3.8.10 in /api by @dependabot in #179
- Bump postcss from 8.4.21 to 8.4.22 in /web by @dependabot in #178
- Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.58.0 in /web by @dependabot in #176
- Bump tailwindcss from 3.2.7 to 3.3.1 in /web by @dependabot in #181
- Bump websockets from 10.4 to 11.0.1 in /api by @dependabot in #171
- Bump @sveltejs/kit from 1.12.0 to 1.15.5 in /web by @dependabot in #177
New Contributors
- @johncadengo made their first contribution in #138
- @dependabot made their first contribution in #167
Full Changelog: 0.0.4...0.0.5