-
deepspeed run.py \
--deepspeed ds_zero2_no_offload.json \
--model_name_or_path /home/wangfeiyu/feiyu/train_llava/show_model/model001 \
--train_type use_lora \
--data_path /home/wan…
-
llava-ov可以处理多图吗?不知道这个评测是否融入了多图还是只能单图或者视频?
-
Been using multiple vision model, gpt-4o, llava and other model. None of them are performing as expected.
Image used - [IMAGE](https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wiscons…
-
I wanted to try `videomme` eval for a `llava-next-video` model, where the candidates are:
- `lmms-lab/LLaVA-NeXT-Video-7B`
- `lmms-lab/LLaVA-NeXT-Video-7B-DPO`
```
#!/bin/bash
export HF_TOKEN=X…
-
Hi,
Could you tell me how to evaluate LLaVA with the enhanced CLIP you trained?
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
- `llamafactory` version: 0.9.1.dev0
- Platform: Linux-6.5.0-35-generic-x86_64-with-glibc2.35
- P…
-
Hi, thank you so much for your fascinating work! I'm just a beginner in MLLM, and I couldn’t locate the high-resolution inference code of LLaVA-HD. Could you offer some guidance on how to run LLaVA-H…
-
I tried to load the model with transformers.AutoModel.from_pretrained, but I got this error:
```
Exception has occurred: KeyError (note: full exception trace is shown but execution is paused a…
-
i am unable to load the model , provide me a code to load the model and use the model for video inference locally i mean i want to use in pycharm please
-
this is a python script there are some errors id like you to 1 write all the errors you find a in list and 2 rewrite the code to be correct
"""
def calculate_area(radius):
pi = 3.14
area = pi * …