From d1a18d293a70cd5e60f9512dc6096522480feb48 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 | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d2c0f96..a5b6d85 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 8034392..d864593 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,12 @@ gradio>=3.23 requests[socks] -mdtex2html -Markdown -latex2mathml -openai transformers +python-markdown-math +beautifulsoup4 +latex2mathml +mdtex2html +tiktoken +Markdown +pymupdf +openai numpy \ No newline at end of file