From 8b4ae5a6b397dcb3650b6817976f017afa5d2c80 Mon Sep 17 00:00:00 2001 From: EvanGu Date: Sun, 23 Apr 2023 19:52:29 +0800 Subject: [PATCH] Update requirements.txt (#158) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add accelerate、pycocotools Co-authored-by: imClumsyPanda --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 6338766..7f201bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,7 @@ beautifulsoup4 icetk cpm_kernels faiss-cpu +accelerate +pycocotools gradio==3.24.1 #detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2 \ No newline at end of file