-
I see in the code that in many places, self.llama_tokenizer.padding_side is set to "right,"(https://github.com/Vision-CAIR/MiniGPT-4/blob/23671f986135de7947117e0e1a514eeb6b67bea2/minigpt4/models/minig…
-
when i run this command:
`torchrun --nproc-per-node 1 --master_port 25641 train.py --cfg-path train_configs/minigpt4_stage2_finetune.yaml`
this error occurs, how can i fix it?
```
ERROR:torch…
ghost updated
3 months ago
-
You have already supported many models, but all of them are text oriented models. Do you have plan to support multi-modal language model like MiniGPT4 or similar models?
-
I pulled the docker images and download the models and places them to folders. Because of the network issues, I can not download them by command.
But failed to start the docker. Below is the logs. …
-
Hi, i generate Vicuna weights, all configs seems ok, when run:
python demo.py --cfg-path ./eval_configs/minigpt4_eval.yaml --gpu-id 0
Initializing Chat
Traceback (most recent call last):
F…
-
Hey! Would love to be able to send images to the bot and further talk about the image in chat. Lemme know if it'd be at all possible!
-
Tried running the minigpt4 webui demo (https://www.jetson-ai-lab.com/tutorial_minigpt4.html) and my device keeps locking up after running the run script. Figured I may lack the memory resources to do …
jedld updated
10 months ago
-
Hello, there is an error (TypeError: unsupported operator type (s) for//: 'NoneType' and 'int') running Python playground.py
Operating system: ubuntu 20.04
Python 3.9.18
Other parameters: Sam…
-
@Maknee
I tried setting option(MINIGPT4_CUBLAS "minigpt4: use cuBLAS" ON) in the [CMakeLists.txt](https://github.com/Maknee/minigpt4.cpp/blob/master/CMakeLists.txt#L35).
But when i run cmake --b…
-
Hello!
I ran **python minigpt4_video_inference.py** and reported an error File "/ home/pai/envs/goldfish/lib/python3.9 / site - packages/transformers/tokenization_utils_base. Py", line 2013, in from_…