-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## LLMstudio Version 0.3.11 ### What was done in this version: - Updated the method input_to_string in provider.py to ensure compatibility with vision models -- [PR 126](#126) - Added events to the startup process of tracking, ui and engine. This removes the race conditions we were experiencing repeatedly, also removes the need to run start_server() as early as possible -- [PR 129](#129). - Improved exception handling for invalid Azure endpoints -- [PR 129](#129). ### How it was tested: - Ran projects with LLMStudio server dependencies ### Additional notes: - Any breaking changes? - No - Any new dependencies added? - No - Any performance improvements? - Yes. Servers will be launched synchronously preventing parent PIDs to call LLMStudio before being up.
- Loading branch information
Showing
8 changed files
with
118 additions
and
129 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.