From 72b6c4a0007ceeb50d2e65f5b6b3d29192a1fe50 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Sat, 16 Mar 2024 15:59:22 +0900 Subject: [PATCH] Update ChatGLM3-6b-ft.md --- xtuner_config/ChatGLM3-6b-ft.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtuner_config/ChatGLM3-6b-ft.md b/xtuner_config/ChatGLM3-6b-ft.md index b025b19..37015c8 100644 --- a/xtuner_config/ChatGLM3-6b-ft.md +++ b/xtuner_config/ChatGLM3-6b-ft.md @@ -2,11 +2,11 @@ ## 环境准备 我们实践了两种平台进行选择 * 在[autodl](https://www.autodl.com/)平台中租一个3090等24G显存的显卡机器,如下图所示镜像选择`PyTorch`-->`2.0.0`-->`3.8(ubuntu20.04)`-->`11.8` -![autodl](Images/autodl.png) +![autodl](images/autodl.png) * 在 [InternStudio](https://studio.intern-ai.org.cn/) 平台中选择 A100(1/4) 的配置,如下图所示镜像选择 `Cuda11.7-conda`,如下图所示: -![internstudio](Images/internstudio.png) +![internstudio](images/internstudio.png) 在Terminal中,进行pip换源和安装依赖包 ```shell