Update ChatGLM3-6b-ft.md

This commit is contained in:
HongCheng 2024-03-16 15:59:22 +09:00 committed by GitHub
parent 5485b4c124
commit 72b6c4a000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
## 环境准备 ## 环境准备
我们实践了两种平台进行选择 我们实践了两种平台进行选择
* 在[autodl](https://www.autodl.com/)平台中租一个3090等24G显存的显卡机器如下图所示镜像选择`PyTorch`-->`2.0.0`-->`3.8(ubuntu20.04)`-->`11.8` * 在[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](https://studio.intern-ai.org.cn/) 平台中选择 A100(1/4) 的配置,如下图所示镜像选择 `Cuda11.7-conda`,如下图所示:
![internstudio](Images/internstudio.png) ![internstudio](images/internstudio.png)
在Terminal中进行pip换源和安装依赖包 在Terminal中进行pip换源和安装依赖包
```shell ```shell