-
## ❓ InternalError when running llava model
Im new to mlc-llm and I'm not sure if this is a bug or me doing something incorrectly. I have so far not managed to run any model successfully. I have tr…
plufz updated
3 weeks ago
-
Hello everyone,
My problem is when I run the inference example llava.eval.run_llava I get the error:
python -m llava.eval.run_llava
--model-name /app/LLaVA-Med/checkpoints/LLaVA-Med-7B
--image-fil…
yihp updated
6 months ago
-
### Describe the bug
When I toggle the option for multimodal the software crashes.
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Reproduction
Turning on …
-
### System Info
Hello,
I am trying the follwoing code and it throughs an error message:
`TemplateError: Prompting with images is incompatible with system messages.`
The code is ([Ref](https:/…
-
### Describe the issue
from llava.model.builder import load_pretrained_model
from llava.mm_utils import get_model_name_from_path
from llava.eval.run_llava import eval_model
model_path = "/mn…
-
Thanks for your great work! I'm wondering if u can share the loss curve for training llava-next-llama3? I've observed some different behaviour compared to training llava-next-vicuna-7b. I'm wondering …
-
lava-cli.dir\linkLibs.rsp
C:\w64devkit\bin/ld.exe: C:/w64devkit/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/lib/../lib/libpthread.a(libwinpthread_la-thread.o):thread…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest code. Development is very rapid so there are no tagged versions as of…
-
Getting this message:
File "/anaconda3/lib/python3.11/site-packages/transformers/processing_utils.py", line 926, in apply_chat_template
raise ValueError(
ValueError: No chat template is set f…
-
### What is the issue?
[Nanollava](https://ollama.com/qnguyen3/nanollava) returns `GGML_ASSERT(i01 >= 0 && i01 < ne01) failed` error on chat with image
Output:
```bash
ubuntu@ubuntu:~/workspace$…