lorax icon indicating copy to clipboard operation
lorax copied to clipboard

Retrieve all lora models from Huggingface hub by base model setting.

Open svjack opened this issue 1 year ago • 2 comments

Feature request

Retrieve all lora models from Huggingface hub by base model setting. such as collect all lora based on meta-llama/Meta-Llama-3-8B

Motivation

If I want to take a look at all lora models on the same base model from Huggingface Hub, It will be convenient if I can automatically collect all available lora weights based on some model.

Your contribution

It will not too difficult, that only parse the config file of every lora model will will achieve this purpose.

svjack avatar May 08 '24 10:05 svjack

Hey @svjack, to make sure I understand the request: you're looking for something like a /list endpoint that shows all compatible adapters for the loaded base model, is that correct?

tgaddair avatar May 23 '24 19:05 tgaddair

Hey @svjack, to make sure I understand the request: you're looking for something like a /list endpoint that shows all compatible adapters for the loaded base model, is that correct?

sure

svjack avatar May 24 '24 06:05 svjack