LLaVA
LLaVA copied to clipboard
[Question] How to use the pretrain checkpoint
Question
I only found that there are some file like:
How can I merge them to base model , or something I should do, any help is very appreciated
I have the same question...
You can use the load_pretrained_model
function. Check here.
You need to:
- pass a model-base argument, which is the base language model you used for your llava model.
- pass a model-path argument, which is where your pretrained weights' folder is.
This way, you can load the pretrained weight into a base llava model.
Is it possible to use the pretrained checkpoints with SGLang?