-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Update the error message and automatically download a dataset when a part of a recipe is not found #208
Merged
Merged
Update the error message and automatically download a dataset when a part of a recipe is not found #208
Changes from 8 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
c60e26e
Automatically download the dataset of a recipe if it's not already in…
sanjaycal 5f7ab22
Updated the error messages to better match what was going on, with th…
sanjaycal 85313d8
Updated the error messages to better match what was going on, with th…
sanjaycal ce8c49c
Merge branch 'sanjay-fix-recipes-that-need-downloading' of https://gi…
sanjaycal 1de0216
change default api port to 8338
aliasaria 8a20bb5
remove transparency from the main app window -- can't get it to work …
aliasaria e65131b
Make importing models work, still need to add the downloading popup
sanjaycal b2752af
Remove old comments from DownloadProgressBox
dadmobile af502c8
Rename parameter in DownloadProgressBox to not be model specific.
dadmobile d4fa2af
Make the currently downloading model show up on the Train page with D…
sanjaycal 22470f1
fixes #61
aliasaria 93b2306
Hide GPU memory if you are on an apple machine with MLX
aliasaria ca556f8
fade mlx logo a bit to reduce harshness
aliasaria ba5c5d2
expand python libraries section of computer tab
aliasaria d085c3b
split computer page into tabs
aliasaria c074f53
Fixed the download progress bar to import clamp, which is needed for …
sanjaycal a0ecaa1
Fixed the training download view so that it actually updates
sanjaycal 6a1af06
show nvidia logo if you have it
aliasaria a5c9438
Fix variable name that wasn't updated on DownloadProgressBar.
dadmobile b9519c3
new logo
aliasaria 3b0521b
hide the progress box if the info is loading
sanjaycal fe5c067
Fixed the training status text when a failure occurs from success to …
sanjaycal de708ea
Merge pull request #210 from transformerlab/fix-training-status-text
sanjaycal 6395f67
hide the progress box if the info is loading
sanjaycal ce1162a
Merge branch 'sanjay-fix-recipes-that-need-downloading' of https://gi…
sanjaycal 38dd9f6
checking in a temporary log viewer -- this is hardcoded to only work …
aliasaria b0c978d
improve look of xterm at bottom of screen
aliasaria c26fe79
remove hardcoded URL in log viewer
aliasaria dfff775
improve global log panel on resize
aliasaria 2e876c3
resize log window using chevron
aliasaria 43c442c
tweaks to size
aliasaria fa04640
fit terminal to window better
aliasaria daf30d5
hide terminal completely on collapse
aliasaria 8f3c6ef
allow any logendpoint
aliasaria b2367a7
Streamthe output of trainers
aliasaria daf3f71
fix color
aliasaria 6eab2cf
fix
aliasaria 663c209
allow the output terminal to display an initial message
aliasaria bf1b90b
remove unused imports
aliasaria 89a6aa4
add a counter to the login screen to show elapsed seconds
aliasaria 331b915
display an alertbox that shows up if the install is taking too long
aliasaria 1029bbd
Updated the error messages to better match what was going on, with th…
sanjaycal 98d05b1
Make importing models work, still need to add the downloading popup
sanjaycal 7c1ab09
Make the currently downloading model show up on the Train page with D…
sanjaycal 9a0916c
Fixed the download progress bar to import clamp, which is needed for …
sanjaycal 3872aff
Fixed the training download view so that it actually updates
sanjaycal 8239e99
hide the progress box if the info is loading
sanjaycal c8400b0
Merge branch 'sanjay-fix-recipes-that-need-downloading' of https://gi…
sanjaycal ee0e255
Switch from alert to confirm to allow the user to not download
sanjaycal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
I don't think we can automatically start these downloads without the user knowing what they are getting into? (even if we say this is just temporary)
My suggestion is:
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.
This should be done now.