lorax
lorax copied to clipboard
Retrieve all lora models from Huggingface hub by base model setting.
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.
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?
Hey @svjack, to make sure I understand the request: you're looking for something like a
/listendpoint that shows all compatible adapters for the loaded base model, is that correct?
sure