From 4bf27877af3032edc562eb2547aa7ce55947f38e Mon Sep 17 00:00:00 2001 From: Junnan Li Date: Thu, 27 Jan 2022 21:22:08 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bdbe16..9e316cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation This is the PyTorch implementation of the BLIP paper. The code has been tested on PyTorch 1.9 and 1.10. +To install the dependencies, run
pip install -r requirements.txt
Catalog: - [ ] Inference demo