Skip to content
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

Feature/prompt tuning #77

Merged
merged 56 commits into from
Jul 10, 2023
Merged

Conversation

onkarbhardwaj
Copy link
Contributor

@onkarbhardwaj onkarbhardwaj commented Jul 5, 2023


Status

READY

Description

Interfaces for files, tunes. Model class would have a tune method.

Impacted Areas in Library

Services, Schemas, Model

Any special notes for your reviewer?


Checklist

  • Automated tests exist
  • Updated Package Requirements (if required, and with maintainers' approval)
  • Local unit tests performed
  • Documentation exists link
  • Local pre-commit hooks performed
  • Desired commit message set as PR title and description set above
  • Link to relevant GitHub issue provided

onkarbhardwaj and others added 20 commits June 22, 2023 15:18
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mairead O'Neill <moneill@ibm.com>
- fix circular import from routers that use service interface (temporary
  solution)
- add routers in the service interface

Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
- update the imports from tunes examples (all working)
- fix create tune call - update payload to options

Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Co-authored-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
@coveralls
Copy link

coveralls commented Jul 6, 2023

Pull Request Test Coverage Report for Build 5512480688

  • 337 of 339 (99.41%) changed or added relevant lines in 16 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.9%) to 95.606%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/genai/utils/service_utils.py 8 10 80.0%
Totals Coverage Status
Change from base Build 5510311863: 0.9%
Covered Lines: 1545
Relevant Lines: 1616

💛 - Coveralls

Onkar Bhardwaj and others added 4 commits July 6, 2023 14:23
Signed-off-by: Mairead O'Neill <moneill@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mairead O'Neill <moneill@ibm.com>
mirianfsilva and others added 22 commits July 7, 2023 17:18
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
accept ServiceInterface as credentials - FileManager, TuneManager
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Revert "accept ServiceInterface as credentials - FileManager, TuneManager"
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
update schemas, docs strings, error messages
Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
Moved sanitize param to utils folder to remove circular import
@onkarbhardwaj onkarbhardwaj marked this pull request as ready for review July 10, 2023 20:13
@vedem1192 vedem1192 merged commit 0a3cea0 into IBM:develop Jul 10, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants