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

add multi lora support #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sven-knoblauch
Copy link
Contributor

in addition to the last pull reqeust, now you can also use multiple lora adapters.

Now you can use a single adapter as input (as before):
{"name": "xxx", "path": "xxx/xxxxx", "base_model_name": "xxx/xxxx"}

And also as a list of adapters:
[{"name": "xxx", "path": "xxx/xxxxx", "base_model_name": "xxx/xxxx"},{"name": "xxx", "path": "xxx/xxxxx", "base_model_name": "xxx/xxxx"},...]

@sven-knoblauch
Copy link
Contributor Author

Thanks @pandyamarut for merging the last lora adapter Pull Request.
Just added a small update to include also multi lora support.

Copy link
Collaborator

@pandyamarut pandyamarut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

@nerdylive123
Copy link

Hey mind writng some simple examples to the readme.md too? would be nice if theres an example usage

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.

3 participants