-
Hi everyone, I've finished the finetuning stage and how can I launch the model API using this last version I've just finetuned? Best,
-
Hello,
I am running JetPack 5.1.2 on an Orin NX 16GB device and following the page below to perform the minigpt4 benchmarks:
https://github.com/dusty-nv/jetson-containers/tree/master/packages/llm/…
-
Here's a verified template script for running MiniGPT-4 from command line, without any dependency on Gradio.
I've also verified that MiniGPT-4 can be run on Windows 10. You just need to install a win…
-
Thanks for your awesome work! Could you please release the code to evaluate **minigpt4** and **llava**? I try to reproduce the result of minigpt4 but the results on some data type are much lower than …
-
I used the video from vgg-sound, I used the default question, but I found that the answer from minigpt4-video has nothing to do with the video.
JSHZT updated
3 months ago
-
Hi,
Niels here from the open-source team at Hugging Face. It's great to see you're releasing models + data on HF, I discovered your work through the paper page: https://huggingface.co/papers/2407.1…
-
Hi! Thanks for your interesting job!
I just find that when using LoRA, the `input_embeddings` and `out_embeddings` are not updated with the following code.
https://github.com/eric-ai-lab/MiniGPT…
-
**Describe the bug**
during the running of demo.py, when i upload the picture, and chat with the model, it raised error
```bash
PS D:\Courses\gitHub Projects\MiniGPT4main> python demo.py --cfg-pa…
-
model:
arch: mini_gpt4
model_type: pretrain_vicuna
freeze_vit: True
freeze_qformer: True
max_txt_len: 160
end_sym: "###"
prompt_path: "prompts/alignment.txt"
prompt_template: '…
-
在运行cli_demo.py进行部署时报错如下:
[2023-07-24 06:19:37,012] [INFO] [real_accelerator.py:133:get_accelerator] Setting ds_accelerator to cuda (auto detect)
/remote-home/cwli/anaconda3/envs/minigpt4/lib/python3…