From b47f69978ec21fe8de44086ea325e1a5c4a8739f Mon Sep 17 00:00:00 2001 From: qingxu fu <505030475@qq.com> Date: Fri, 7 Apr 2023 12:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- requirements.txt | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2c0f963b..a5b6d85a4 100644 --- a/.gitignore +++ b/.gitignore @@ -140,4 +140,5 @@ gpt_log private.md private_upload other_llms -cradle.py \ No newline at end of file +cradle* +debug* \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 803439238..d864593bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,12 @@ gradio>=3.23 requests[socks] +transformers +python-markdown-math +beautifulsoup4 +latex2mathml mdtex2html +tiktoken Markdown -latex2mathml +pymupdf openai -transformers numpy \ No newline at end of file