qiying commited on
Commit
a76004c
1 Parent(s): 7321d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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: