《轻松玩转书生·浦语大模型趣味Demo》
1、InternLM-Chat-7B 智能对话:生成 300 字的小故事
本节中我们将使用InternLM-Chat-7B
模型部署一个智能对话 Demo。
1.1 环境准备
在InternStudio平台中选择 A100(1/4) 的配置,镜像选择 Cuda11.7-conda
,选择的配置如下图所示:
申请成功后,可以看到开发机的状态,
然后点击【进入开发机】;
从本地克隆包含pytorch2.0.1的环境
conda create --name internlm-demo --clone=/root/share/conda_envs/internlm-base
激活环境
conda activate internlm-demo