限定依赖库的版本:修正安装环境时的依赖报错问题。

pull/195/head
vimfun 2023-03-22 18:15:09 +08:00
parent 292b5684c1
commit aa6766fd6d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__/

View File

@ -2,5 +2,5 @@ protobuf>=3.19.5,<3.20.1
transformers==4.26.1
icetk
cpm_kernels
torch>=1.10
gradio
torch>=1.10,<2.0
gradio<3.23