Merged
Conversation
Collaborator
rifkybujana
commented
Apr 9, 2025
- Better memory management in model manager
- multi-model deployment
- smart resource approximator for model memory allocation and kv cache allocation
- added completions endpoint on server
- fixed url opening through markdown
- added status bar footer
- added system prompt editor
- fix UI layouting
- added auto-scroll
- added feature to add your own model easily
- Fix model parameter is not correctly passed to the model\ - Fix deleting a chat, crashed the application\ - Fix switching model resulting the model to generate in different chat\ - Fix does not detect AMD GPU\ - Fix EOS not detected on a finetuned model with chatml format\ - Fix force Close in chat feature\ - Fix performance issue on GPU
Merging main to continue development on branch dev
This reverts commit ba9446c.
This reverts commit 535bd81.
There was a problem hiding this comment.
Copilot reviewed 69 out of 70 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- CMakeLists.txt: Language not supported
Comments suppressed due to low confidence (1)
include/config.hpp:71
- The reduction of TEXT_SIZE from the previous value (81920) to 64*1024 may impact functionality where a larger buffer was expected. Please verify that this change meets all requirements.
constexpr size_t TEXT_SIZE = 64 * 1024;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.