Saeed Khaki
Saeed Khaki
### Describe the issue Hello, I am training llava-mistral on custom dataset, but somewhere during training, I encounter the following error: ``` train() File "/home/ubuntu/scripts/MoE-LLaVA/moellava/train/train.py", line 1465, in train trainer.train()...
### Question Hello, I have trained a LlavaMistralForCausalLM model based on openchat (**not moe version**), but when I use predict.py I get the following error: ``` File ~/scripts/MoE-LLaVA/moellava/model/language_model/llava_mistral.py:94, in LlavaMistralForCausalLM.forward(self,...