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

Refactor peft module to take out common peft config functionality #163

Closed
1 task done
gkumbhat opened this issue Aug 31, 2023 · 2 comments
Closed
1 task done

Refactor peft module to take out common peft config functionality #163

gkumbhat opened this issue Aug 31, 2023 · 2 comments
Assignees

Comments

@gkumbhat
Copy link
Collaborator

gkumbhat commented Aug 31, 2023

Description

In order to re-use peft configuration in fine-tuning modules, we want to take out the common peft configuration logic to toolkit/text_generation so that we can reuse these with couple of function calls from both of our tuning functions.

This includes, move of:

  1. allowed_tuning_init_methods
  2. TuningType
  3. peft config creation and its usage here

Discussion

Provide detailed discussion here

Acceptance Criteria

  • Unit tests cover new/changed code
@chakrn
Copy link
Collaborator

chakrn commented Sep 19, 2023

@alex-jw-brooks says I can close this

@chakrn chakrn moved this from Ready for Review to Closed in caikit ecosystem Sep 19, 2023
@chakrn chakrn closed this as completed Sep 19, 2023
@alex-jw-brooks
Copy link
Collaborator

Link to rebase PR that was merged: #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

4 participants