-
Notifications
You must be signed in to change notification settings - Fork 3
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
Top nav comp #94
Merged
Merged
Top nav comp #94
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
* Inline configs, JSON dataset import * fix broken tests
* Code for evaluation and artifact in the same run * temporary removing ticketing agents * Adding back the steps * replacing &. "/" with -
* Added alembic migrations * Added Logic for on button click. 3 steps * Changed to alembic upgrade head * Corrected Migration code to work with existing dev branch as well * Moved upgrade st function inside check amp func, as things don't work as expected * Removed double check
* Added uv packaging * Checking for uv compatibility * Compatibility with uv for all the process * Bug fix in intialize project defaults * Added activation of venv before running jobs * Trying to change the directory * Trying to add directory installation for composability * Modifying start script * changed app launch script * updated dependendecy of python to 3.11 * Downgraded to python 3.10 * moved to python 3.10 * Autopep8 in toml file added
* bug fixes * Working Jobs and cml script path change
Abhishek-Rnjn
added a commit
that referenced
this pull request
Feb 6, 2025
* FT Studio FY25 Q1 Changes (#94) * Inline configs, JSON dataset import (#16) * Inline configs, JSON dataset import * fix broken tests * DSE-40672: Fix prompt page issue (#17) * DSE-40737: Support JSON LINES in import data (#18) * Fixed bug for adapter_id not present (#21) * Experiments same (#19) * Code for evaluation and artifact in the same run * temporary removing ticketing agents * Adding back the steps * replacing &. "/" with - * Dbdump (#22) * Added module for db export import along with tests * Couple of bugfixes * Bugfix for return type not set in timport database * Alembic integration (#20) * Added alembic migrations * Added Logic for on button click. 3 steps * Changed to alembic upgrade head * Corrected Migration code to work with existing dev branch as well * Moved upgrade st function inside check amp func, as things don't work as expected * Removed double check * Pyamp (#24) * Added uv packaging * Checking for uv compatibility * Compatibility with uv for all the process * Bug fix in intialize project defaults * Added activation of venv before running jobs * Trying to change the directory * Trying to add directory installation for composability * Modifying start script * changed app launch script * updated dependendecy of python to 3.11 * Downgraded to python 3.10 * moved to python 3.10 * Autopep8 in toml file added * Bug fix for initialize defaults (#25) * DSE-41286: Upgade studio UI (#26) * bug fixes * Added nav packages * Pyamp bug v2 (#27) * bug fixes * Working Jobs and cml script path change * top-nav-repo * Added is_embedded to true * Making embed_application to be true (#28) * Changed requirements and main logic to add in top nav bar * gpu label id fix (#29) * Upgrading huggingface hub (#31) * Cloudera runtimes update * Bugfix for install dependencies --------- Co-authored-by: Jason Everett <[email protected]> Co-authored-by: mihirj <[email protected]> Co-authored-by: Abhishek Ranjan <[email protected]> * Inline configs, JSON dataset import (#16) * Inline configs, JSON dataset import * fix broken tests * DSE-40737: Support JSON LINES in import data (#18) * Experiments same (#19) * Code for evaluation and artifact in the same run * temporary removing ticketing agents * Adding back the steps * replacing &. "/" with - * Alembic integration (#20) * Added alembic migrations * Added Logic for on button click. 3 steps * Changed to alembic upgrade head * Corrected Migration code to work with existing dev branch as well * Moved upgrade st function inside check amp func, as things don't work as expected * Removed double check * Pyamp (#24) * Added uv packaging * Checking for uv compatibility * Compatibility with uv for all the process * Bug fix in intialize project defaults * Added activation of venv before running jobs * Trying to change the directory * Trying to add directory installation for composability * Modifying start script * changed app launch script * updated dependendecy of python to 3.11 * Downgraded to python 3.10 * moved to python 3.10 * Autopep8 in toml file added * Top nav comp (#32) * bug fixes * Added nav packages * top-nav-repo * Added is_embedded to true * Changed requirements and main logic to add in top nav bar * Cloudera runtimes update * no gpu * Ran formatting --------- Co-authored-by: Abhishek Ranjan <[email protected]> Co-authored-by: Jason Everett <[email protected]> Co-authored-by: mihirj <[email protected]>
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.
This PR includes Changes needed for Composable environment as well as some new features including export/ import and doing alembic upgrades etc.