-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(model): Refactoring AI Tasks for Consistency Across Text and Image Generation #461
Conversation
…d image2image task
Before merging this PR, we should merge and update protobufs PR first. Besides, I'll update DVC package version in this release. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #461 +/- ##
========================================
- Coverage 1.01% 0.94% -0.08%
========================================
Files 10 10
Lines 5589 6027 +438
========================================
Hits 57 57
- Misses 5524 5962 +438
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
also you might want to take a look at the CodeQL scanning result, not sure if it will be a problem |
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.
LGTM
🤖 I have created a release *beep* *boop* --- ## [0.21.0-alpha](v0.20.0-alpha...v0.21.0-alpha) (2023-12-14) ### Features * **model:** refactoring AI Tasks for Consistency Across Text and Image Generation ([#461](#461)) ([e827130](e827130)) * **redis:** use redis for model state caching ([#472](#472)) ([3b6b977](3b6b977)) ### Bug Fixes * **model:** fix grpc message size limit issue ([#474](#474)) ([1ec7ae1](1ec7ae1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This commit introduces a refactoring of several AI tasks to ensure consistency and clarity across our text and image generation functionalities. Our main focus is to address the inconsistencies previously observed in how certain tasks were categorized.
Changes include:
This restructuring is in alignment with the Linear ticket INS-2574, ensuring a more streamlined and intuitive categorization of AI tasks. This update makes it easier for users and developers to navigate and understand our AI task offerings, enhancing the overall user experience.