From 5174fcb68be3629ffd4b63b07d882a0d98f763c4 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Sat, 16 Mar 2024 20:21:20 +0900 Subject: [PATCH] Update ChatGLM3-6b-ft_EN.md --- xtuner_config/ChatGLM3-6b-ft_EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtuner_config/ChatGLM3-6b-ft_EN.md b/xtuner_config/ChatGLM3-6b-ft_EN.md index a3068fe..6966a32 100644 --- a/xtuner_config/ChatGLM3-6b-ft_EN.md +++ b/xtuner_config/ChatGLM3-6b-ft_EN.md @@ -5,9 +5,9 @@ In practice, we have two platforms available for selection. * Rent a machine with a 3090 GPU and 24G memory on the [autodl](https://www.autodl.com/) platform. Select the image as shown: `PyTorch` --> `2.0.0` --> `3.8(ubuntu20.04)` --> `11.8`. -![autodl](Images/autodl.png) +![autodl](images/autodl.png) * On the [InternStudio](https://studio.intern-ai.org.cn/) platform, choose the configuration of A100(1/4). Select the image as shown: `Cuda11.7-conda`. -![internstudio](Images/internstudio.png) +![internstudio](images/internstudio.png) In the Terminal, update pip and install dependencies.