1.大模型及InternLM模型介绍
定义:人工智能领域参数数量巨大、拥有庞大计算能力和参数规模的模型。
特点和应用:大量数据训练、数十亿数千亿参数、各任务展现惊人性能。

2.InternLM-Chat-7B智能对话Demo

3.Lagent智能体工具调用Demo

4.浦语灵笔图文创作理解Demo

5.通用环境配置

pip换源设置pip默认镜像源,升级pip到最新的版本后进行配置:
python -m pip install --upgrade pip
pip config set global.index-url https://mirrors.cernet.edu.cn/pypi/web/simple
conda快速换源:
cat <<'EOF' > ~/.condarc
channels:
- defaults
show_channel_urls: true
default_channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
custom_channels:
conda-forge: https://mirrors/tuna.tsinghua.edu.cn/anaconda/cloud
pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
EOF
模型下载
Hugging Face下载使用Hugging Face官方提供的Huggingface-cli命令行工具。安装依赖:
pip install -U huggingface_hub
huggingface-cli download --resume-download internlm/internlm-chat-7b --local-dir your_path



&spm=1001.2101.3001.5002&articleId=136148481&d=1&t=3&u=7a4963b0e41d41b3999b20dfb41baec9)
6791

被折叠的 条评论
为什么被折叠?



