-
Notifications
You must be signed in to change notification settings - Fork 6
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
Text generation #643
base: main
Are you sure you want to change the base?
Text generation #643
Conversation
…dditionally, made minor updates to the environment and ensured everything passes the standard Python compliance tests, maintaining compatibility with Modyn's existing functionality.
…y have to most neccessary changes, removed unneccessary debug prints.
…o text-generation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #643 +/- ##
==========================================
- Coverage 85.58% 85.29% -0.29%
==========================================
Files 258 260 +2
Lines 11378 11467 +89
==========================================
+ Hits 9738 9781 +43
- Misses 1640 1686 +46 ☔ View full report in Codecov by Sentry. |
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.
Thanks John! Some first comments, the most important being that we should still make labels just an optional entry instead of having GetResponseNoLabels
. For the next review, it would be cool if you could handle CI first, having a clean diff makes it a lot easier to review :)
modyn/storage/src/internal/file_wrapper/binary_file_wrapper.cpp
Outdated
Show resolved
Hide resolved
modyn/supervisor/internal/pipeline_executor/evaluation_executor.py
Outdated
Show resolved
Hide resolved
…o text-generation
Redid my changes so we do not have two branching paths.