Skip to content

Commit 142f557

Browse files
authored
Update README.md
1 parent 0a79339 commit 142f557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video_miniGPT4/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Please follow the instrction in [MiniGPT-4](https://github.com/Vision-CAIR/MiniG
4444
python3 -m fastchat.model.apply_delta \
4545
--base /path/to/llama-13b \
4646
--target /output/path/to/vicuna-13b \
47-
--delta lmsys/vicuna-13b-delta-v1.0
47+
--delta lmsys/vicuna-13b-delta-v0
4848
```
4949
- Change the `llama_model` in [minigpt4.yaml](./minigpt4/configs/models/minigpt4.yaml).
5050
- Download [MiniGPT-4](https://github.com/Vision-CAIR/MiniGPT-4) model:
@@ -59,4 +59,4 @@ Please follow the instrction in [MiniGPT-4](https://github.com/Vision-CAIR/MiniG
5959

6060
# Acknowledgement
6161

62-
This project is mainly based on [MiniGPT-4](https://github.com/Vision-CAIR/MiniGPT-4), which is support by [Lavis](https://github.com/salesforce/LAVIS), [Vicuna](https://github.com/lm-sys/FastChat) and [BLIP2](https://huggingface.co/docs/transformers/main/model_doc/blip-2). Thanks for these amazing projects!
62+
This project is mainly based on [MiniGPT-4](https://github.com/Vision-CAIR/MiniGPT-4), which is support by [Lavis](https://github.com/salesforce/LAVIS), [Vicuna](https://github.com/lm-sys/FastChat) and [BLIP2](https://huggingface.co/docs/transformers/main/model_doc/blip-2). Thanks for these amazing projects!

0 commit comments

Comments
 (0)