Pedram Aghazadeh
Pedram Aghazadeh
The value by gpt is your ground-truth answer.
The model has issues with outputting the correct format sometimes (Thoughts, actions, and values). In my experience, the issue arises whenever model continues to output random words after successfully answering...
If you're using the Gradio web app, you need to select llava (or other base llms you're using) from the drop down menu on the top left corner. Otherwise, it...
Neither of the solutions above have worked for me. In both cases I faced the same error: ```Traceback (most recent call last): File "/workspace/tools/LaVA-Plus/./train_mem.py", line 13, in train() File "/workspace/tools/LLaVA-Plus/llava/train/train.py",...
You need to move the grounding_dino_worker.py to the same directory as GroundingDINO file you've installed. Or you can move the demo folder from GroundingDINO to the serve directory.
Make sure the ports and addresses you're specifying for each worker, controller, and model worker make sense. I also noticed that launching the model worker first and then workers might...