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