From ea8e67d435796201bfb22264f6f29f52d1d17cd3 Mon Sep 17 00:00:00 2001 From: Junnan Li Date: Fri, 28 Jan 2022 08:08:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39c9fb..fcd6525 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## 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