update readme

This commit is contained in:
hiyouga 2023-07-05 23:03:58 +08:00
parent 4abd2485e1
commit 89c623e4bf
2 changed files with 4 additions and 4 deletions

View File

@ -86,9 +86,9 @@ huggingface-cli login
- Python 3.8+ and PyTorch 1.13.1+
- 🤗Transformers, Datasets, Accelerate, PEFT and TRL
- jieba, rouge_chinese and nltk (used at evaluation)
- jieba, rouge-chinese and nltk (used at evaluation)
- gradio and mdtex2html (used in web_demo.py)
- uvicorn, fastapi and sse_starlette (used in api_demo.py)
- uvicorn, fastapi and sse-starlette (used in api_demo.py)
And **powerful GPUs**!

View File

@ -6,10 +6,10 @@ peft>=0.3.0
trl>=0.4.4
sentencepiece
jieba
rouge_chinese
rouge-chinese
nltk
gradio
mdtex2html
uvicorn
fastapi
sse_starlette
sse-starlette