ancient-chat-llm部署教程ancient-chat-llm 古语说 是一个能够在用户输入现代汉语后输出文言文,同时能够解答用户 关于中国文化的问题 的大模型,包括但不限于唐诗、宋词、论语等古籍,还可以让其将文言文翻译成白话文等,模型用 xtuner 在 InternLM2 的基础上指令微调而来。

进入Anaconda官网:
找到快速命令行安装,选择Linux系统,复制代码进入Web SSH中粘贴进行安装


conda create -n ancient-chat-llm python=3.8
conda activate ancient-chat-llm
git clone https://github.com/PeterH0323/ancient-chat-llm.git
cd ancient-chat-llm
pip install -r requirements.txt
export GRADIO_SERVER_NAME=0.0.0.0
export GRADIO_SERVER_PORT=8080
python3 app.py

点击此处,立即体验ancient-chat-llm!
