update readme
This commit is contained in:
parent
4abd2485e1
commit
89c623e4bf
|
@ -86,9 +86,9 @@ huggingface-cli login
|
||||||
|
|
||||||
- Python 3.8+ and PyTorch 1.13.1+
|
- Python 3.8+ and PyTorch 1.13.1+
|
||||||
- 🤗Transformers, Datasets, Accelerate, PEFT and TRL
|
- 🤗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)
|
- 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**!
|
And **powerful GPUs**!
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,10 @@ peft>=0.3.0
|
||||||
trl>=0.4.4
|
trl>=0.4.4
|
||||||
sentencepiece
|
sentencepiece
|
||||||
jieba
|
jieba
|
||||||
rouge_chinese
|
rouge-chinese
|
||||||
nltk
|
nltk
|
||||||
gradio
|
gradio
|
||||||
mdtex2html
|
mdtex2html
|
||||||
uvicorn
|
uvicorn
|
||||||
fastapi
|
fastapi
|
||||||
sse_starlette
|
sse-starlette
|
||||||
|
|
Loading…
Reference in New Issue