大模型部署
链接: 文档
链接: internstudio
1.部署 InternLM2-Chat-1.8B 模型进行智能对话
2.部署实战营优秀作品 八戒-Chat-1.8B 模型
3.通过 InternLM2-Chat-7B 运行 Lagent 智能体 Demo
4.实践部署 浦语·灵笔2 模型
5.熟悉 huggingface 下载功能
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="internlm/internlm2-chat-7b",local_dir='./', filename="config.json")