-
Notifications
You must be signed in to change notification settings - Fork 59
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: Fine tune (Part 9) - Handling image data destination #367
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #367 +/- ##
==========================================
- Coverage 62.89% 61.74% -1.15%
==========================================
Files 14 29 +15
Lines 1307 2227 +920
==========================================
+ Hits 822 1375 +553
- Misses 447 785 +338
- Partials 38 67 +29 ☔ View full report in Codecov by Sentry. |
…nto Ishaan/push-method
…ject#367) **Reason for Change**: Sets up the data destination outline. This PR introduces image as first data destination. It includes sidecar container script for detecting finished fine tuning results and uploading results to image data destination PR also fixes a flaky test - caused by environment variables getting carried over between tests.
Reason for Change:
Sets up the data destination outline. This PR introduces image as first data destination. It includes sidecar container script for detecting finished fine tuning results and uploading results to image data destination
PR also fixes a flaky test - caused by environment variables getting carried over between tests.