--- license: apache-2.0 --- ### wukong-chat csg-wukong 英文对话版 ### 下载 ``` git lfs install git lfs clone https://opencsg.com/models/baicai/CSG-Wukong-1B-English-chat.git ``` ### 网页推理 执行以下命令安装依赖包: ``` pip install -U streamlit transformers peft ``` 执行以下命令启动网页推理: ``` streamlit ./CSG-Wukong-1B-English-chat/run web_streamlit_for_wukong.py ./CSG-Wukong-1B-English-chat/ --theme.base="dark" ``` ![对话演示](image.png)