Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,10 @@ At present, we provide inference code for image captioning and visual question a
|
|
41 |
python emu_inference.py --instruct --ckpt-path $Instruct_CKPT_PATH
|
42 |
```
|
43 |
|
|
|
|
|
|
|
|
|
44 |
## Citation
|
45 |
|
46 |
If you find Emu useful for your your research and applications, please consider citing:
|
|
|
41 |
python emu_inference.py --instruct --ckpt-path $Instruct_CKPT_PATH
|
42 |
```
|
43 |
|
44 |
+
## Acknowledgement
|
45 |
+
|
46 |
+
We thank the great work from [LLaMA](https://github.com/facebookresearch/llama), [BLIP-2](https://github.com/salesforce/LAVIS), [Stable Diffusion](https://github.com/CompVis/stable-diffusion), and [FastChat](https://github.com/lm-sys/FastChat).
|
47 |
+
|
48 |
## Citation
|
49 |
|
50 |
If you find Emu useful for your your research and applications, please consider citing:
|