hujin0929 commited on
Commit
ae10ce0
1 Parent(s): 384400d

config files

Browse files
Files changed (2) hide show
  1. requirements.txt +10 -0
  2. space.yaml +4 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ einops==0.7.0
2
+ protobuf==5.26.1
3
+ llama-index==0.11.20
4
+ llama-index-llms-replicate==0.3.0
5
+ llama-index-llms-openai-like==0.2.0
6
+ llama-index-embeddings-huggingface==0.3.1
7
+ llama-index-embeddings-instructor==0.2.1
8
+ torch==2.5.0
9
+ torchvision==0.20.0
10
+ torchaudio==2.5.0
space.yaml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ sdk: streamlit
2
+ hardware: "cpu-basic" # 选择 GPU 类型
3
+ python_version: 3.10
4
+ timeout: 1000