部分依赖更新
This commit is contained in:
parent
7f96ee326e
commit
913cb6dc06
|
@ -1,8 +1,9 @@
|
||||||
torch>=2.3.0
|
torch>=2.3.0
|
||||||
torchvision>=0.18.0
|
torchvision>=0.18.0
|
||||||
transformers==4.42.4
|
transformers>=4.42.4
|
||||||
huggingface-hub>=0.23.1
|
huggingface-hub>=0.24.0
|
||||||
sentencepiece>=0.2.0
|
sentencepiece>=0.2.0
|
||||||
|
jinja2>=3.1.4
|
||||||
pydantic>=2.8.2
|
pydantic>=2.8.2
|
||||||
timm>=1.0.7
|
timm>=1.0.7
|
||||||
tiktoken>=0.7.0
|
tiktoken>=0.7.0
|
||||||
|
@ -11,6 +12,7 @@ sentence_transformers>=3.0.1
|
||||||
gradio>=4.38.1 # web demo
|
gradio>=4.38.1 # web demo
|
||||||
openai>=1.35.0 # openai demo
|
openai>=1.35.0 # openai demo
|
||||||
einops>=0.8.0
|
einops>=0.8.0
|
||||||
|
pillow>=10.4.0
|
||||||
sse-starlette>=2.1.2
|
sse-starlette>=2.1.2
|
||||||
bitsandbytes>=0.43.1 # INT4 Loading
|
bitsandbytes>=0.43.1 # INT4 Loading
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,15 @@
|
||||||
# Please install the requirments.txt in basic_demo first!
|
# Please install the requirments.txt in basic_demo first!
|
||||||
# use vllm
|
|
||||||
# vllm>=0.4.3
|
|
||||||
|
|
||||||
accelerate>=0.30.1
|
|
||||||
huggingface_hub>=0.19.4
|
|
||||||
ipykernel>=6.26.0
|
ipykernel>=6.26.0
|
||||||
ipython>=8.18.1
|
ipython>=8.18.1
|
||||||
jupyter_client>=8.6.0
|
jupyter_client>=8.6.0
|
||||||
|
langchain>=0.2.10
|
||||||
langchain>=0.2.1
|
langchain-community>=0.2.9
|
||||||
langchain-community>=0.2.1
|
|
||||||
|
|
||||||
matplotlib>=3.9.0
|
matplotlib>=3.9.0
|
||||||
pillow>=10.1.0
|
|
||||||
pymupdf>=1.24.5
|
pymupdf>=1.24.5
|
||||||
python-docx>=1.1.2
|
python-docx>=1.1.2
|
||||||
python-pptx>=0.6.23
|
python-pptx>=0.6.23
|
||||||
pyyaml>=6.0.1
|
pyyaml>=6.0.1
|
||||||
requests>=2.31.0
|
requests>=2.31.0
|
||||||
sentencepiece
|
streamlit>=1.36.0
|
||||||
streamlit>=1.35.0
|
zhipuai>=2.1.3
|
||||||
tiktoken>=0.7.0
|
|
||||||
transformers==4.40.0
|
|
||||||
zhipuai>=2.1.0
|
|
||||||
|
|
Loading…
Reference in New Issue