From 887e0b97bff941e55bbc03c6c2ede743c86e4f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=A3=E4=BB=99?= Date: Thu, 21 Nov 2024 20:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B0=8E=E8=87=B4=E5=85=A7?= =?UTF-8?q?=E5=AD=98=E6=B3=84=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d3016..315d615 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ - 数据转json存储于mysql web_images 每张图像对应的 text 字段 - 文字以空格分隔合并为字符串加入 Elasticsearch 索引 +勿使用 paddleocr==2.9.1 存在顯存泄漏問題, 應使用 paddleocr==2.7.3 + diff --git a/requirements.txt b/requirements.txt index c21a2e8..49dc77f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ wheel==0.45.0 numpy==1.26.2 oss2==2.18.3 -paddleocr==2.7.0.3 +paddleocr==2.7.3 paddlepaddle-gpu=2.6.2 Pillow==10.1.0 PyMySQL==1.1.0