Merge pull request #79 from chg0901/patch-4

Update ChatGLM3-6b-ft_EN.md
This commit is contained in:
MING_X 2024-03-16 19:40:02 +08:00 committed by GitHub
commit 82465ae12b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@
In practice, we have two platforms available for selection. 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`. * 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`. * 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. In the Terminal, update pip and install dependencies.