We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fbd63 commit 96108b5Copy full SHA for 96108b5
requirements.txt
@@ -1,3 +1,5 @@
1
+git+https://gitee.com/jujimeizuo/meta-gpt-tianji.git
2
+
3
transformers==4.36.2
4
streamlit==1.24.0
5
sentencepiece==0.1.99
@@ -8,4 +10,3 @@ tiktoken
8
10
einops
9
11
oss2
12
requests
-websockets==11.0.3
web_demo-Llama3.py
@@ -154,8 +154,8 @@ def load_model():
154
model_name = "./EmoLLM-Llama3-8B-Instruct2.0"
155
print(model_name)
156
157
- print('pip install modelscope')
158
- os.system(f'pip install modelscope')
+ print('pip install modelscope websockets')
+ os.system(f'pip install modelscope websockets==11.0.3')
159
from modelscope import snapshot_download
160
161
#模型下载
0 commit comments