From f9a5ae99eeac5e00b81abb4d371124d5b98797b6 Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Wed, 24 Jan 2024 15:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 7 ++++--- requirements_api.txt | 5 +++-- requirements_lite.txt | 3 +-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 887d67cc..adf32a76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ transformers_stream_generator==0.0.4 vllm==0.2.7; sys_platform == "linux" llama-index==0.9.35 -# jq==1.6.0 +#jq==1.6.0 # beautifulsoup4==4.12.2 # pysrt==1.1.2 # dashscope==1.13.6 # qwen @@ -47,8 +47,9 @@ llama-index==0.9.35 # pymilvus==2.3.4 # psycopg2==2.9.9 # pgvector==0.2.4 -# flash-attn==2.4.3 # For Orion-14B-Chat and Qwen-14B-Chat -# rapidocr_paddle[gpu]==1.3.0.post5 # gpu accelleration for ocr of pdf and image files +#flash-attn==2.4.2 # For Orion-14B-Chat and Qwen-14B-Chat +#autoawq==0.1.8 # For Int4 +#rapidocr_paddle[gpu]==1.3.11 # gpu accelleration for ocr of pdf and image files arxiv==2.1.0 youtube-search==2.1.2 diff --git a/requirements_api.txt b/requirements_api.txt index e726271a..4d2ef018 100644 --- a/requirements_api.txt +++ b/requirements_api.txt @@ -52,5 +52,6 @@ llama-index==0.9.35 # pymilvus>=2.3.4 # psycopg2==2.9.9 # pgvector>=0.2.4 -# flash-attn>=2.4.3 # For Orion-14B-Chat and Qwen-14B-Chat -# rapidocr_paddle[gpu]>=1.3.0.post5 \ No newline at end of file +#flash-attn==2.4.2 # For Orion-14B-Chat and Qwen-14B-Chat +#autoawq==0.1.8 # For Int4 +#rapidocr_paddle[gpu]==1.3.11 # gpu accelleration for ocr of pdf and image files \ No newline at end of file diff --git a/requirements_lite.txt b/requirements_lite.txt index 408033d4..6019cefb 100644 --- a/requirements_lite.txt +++ b/requirements_lite.txt @@ -30,5 +30,4 @@ watchdog~=3.0.0 # volcengine>=1.0.119 # pymilvus>=2.3.4 # psycopg2==2.9.9 -# pgvector>=0.2.4 -# flash-attn>=2.4.3 # For Orion-14B-Chat and Qwen-14B-Chat \ No newline at end of file +# pgvector>=0.2.4 \ No newline at end of file