-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tt-studio v1 Release #72
Merged
Conversation
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 comment was marked as outdated.
This comment was marked as outdated.
* change font and app name * remove dropdown from theme toggle button * add shadow effects on hover * fix :@import must precede all other statements * create and use common theme class for navbar * add help sidebar component : - opens and closes on clicking help icon on navbar - inital jsx for component * break down model selection component into multiple components * add more common themes * update help component * Add more on hover effects for buttons - on hover change button color from grey to white * add TT font * add model name * more fixes * more fixes to chatui - break long texts - some theme providers * add menu bar shadcnn component * shadcnn menu bar component * send model name to chatui component * make navbar vertical in chat ui mode * add breadcumbs links on chat ui page * ensure mode name is being sent to chat page for display * Ui color fixes for main page footer * make default theme as dark mode * clean up * fix help sidebar to appear on whole page * update package lock json to fix: - ETIMEDOUT errors --------- Co-authored-by: Tom Stesco <[email protected]>
* update: tenstorrent logo svg file * add: tt customs fonts * update: to use tt fonts * update: for whole app to use tt font * update for specific parts to use rmMono font * fix npm packages: - running npm audit fix * clean up home page and adjust backgound girds * update badge colors * Update tailwind config : - add TT colors * update navbar to use tt colors * make table captions bigger * fixes #16: - Fix dark mode / light mode button colors in models deployed table * add color on scroll bar * adjust nav bar spacing * make stepper footter buttons better * update to add some border * clean up code * update dot grid colors * fix some tailwind classes * add animated deploy models button * update breadcrumps menu in chat ui page * change chatui to use message bubbles * remove any cheeky examples prompts * update enter button in chatui * merge anirud/tt-smi-reset into branding updates * fix any conflicts * revet back * re add reset icon * add TT license * add python script to add lc headers in api/ folder * modify es lint to add lc headers * add ignore pattern for vite env file * modify lc header * more eslint rules for prettier vs code extenstion * update package lock json * fixes to ensure no eslint erors * add tenstorrent license headers to all files * fix more warnings * fix persistant tooltip on navabr * clean up * copy tt buda demos license * fill in help menu sidebar based on the app route/page * update frontend readme * clean up * modify to inlcude bash and docker files * add tt license headers * add Django + Docker Third-Party Dependencies * unsure the dev tenstorrent in docker compose remains uncommented * add node module to generate the license file for all dependencies within front end package json * Anirud/tt smi reset resetconfig (#27) * refactor and add code to reset via the tt-smi reset reset_config.json file * chnage to check if tt device is mounted before perfroming reset * add better spinner
Docker Compose - Adds chroma service - Adds health checks - Adds port mappings - Adds storage configuration API - Adds endpoints for CRUD for vector DB collections - Adds endpoint for inserting documents - Adds URL configuration - Adds endpoint for querying collection Docker - Adds image changes to support ChromaDB wheels
Adds support for vLLM models in TT-Studio --------- Co-authored-by: Tom Stesco <[email protected]> Co-authored-by: Mithun Vanniasinghe <[email protected]>
closes #105
bgoelTT
approved these changes
Dec 16, 2024
Pending end-to-end testing, to be performed by Dec 18, 2025 |
- Updated application name to "TT-Studio" throughout the app and user facing text. - Fixed the navigation link class on the ChatUI page to ensure that the Chat UI icon is properly highlighted when the page is active.
This comment was marked as resolved.
This comment was marked as resolved.
- also fixed app title from llm studio to TT-Studio
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
Closed
This was referenced Dec 19, 2024
mvanniasingheTT
approved these changes
Dec 20, 2024
bgoelTT
approved these changes
Dec 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
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.
Opens a PR to add our V1 features onto main
Post testing , we can tag and release it as v1