Closed joerunde closed 1 month ago
Attention: Patch coverage is 96.80851%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 61.66%. Comparing base (
a3620be
) to head (95b2064
).
Files with missing lines | Patch % | Lines |
---|---|---|
...lm_tgis_adapter/tgis_utils/convert_pt_to_prompt.py | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This creates new tempdirs and invokes the caikit to peft conversion utility at prompt adapter load time when a
decoder.pt
format model is detected.How Has This Been Tested?
Loaded up onto a dev pod and tested with the
bloom_sentiment_1
fixture that was added with the conversion utility. Seems to work fine!Need to add a unit test for this specifically, still have to get nox up and running locally. Opening this PR now for feedback.
Merge criteria: