uukuguy / multi_loras

Load multiple LoRA modules simultaneously and automatically switch the appropriate combination of LoRA modules to generate the best answer based on user queries.
MIT License
139 stars 9 forks source link

Need instructions on how to do prompt template #5

Open tranhoangnguyen03 opened 7 months ago

tranhoangnguyen03 commented 7 months ago

As I understand it, mlora combines multiple model finetunes that have very different prompt templates. Does it mean that I need to identify which model I want my prompt to invoke and format my prompt accordingly? Or does mloras have a way doing that for me?