Feat(readme): Add instructions for Google GPU VM instances (#1410)

This commit is contained in:
NanoCode012
2024-03-16 21:10:05 +09:00
committed by GitHub
parent 8df7b888ff
commit 868c33954d

View File

@@ -249,6 +249,21 @@ For cloud GPU providers that support docker images, use [`winglian/axolotl-cloud
```
</details>
##### GCP
<details>
<summary>Click to Expand</summary>
Use a Deeplearning linux OS with cuda and pytorch installed. Then follow instructions on quickstart.
Make sure to run the below to uninstall xla.
```bash
pip uninstall -y torch_xla[tpu]
```
</details>
#### Windows
Please use WSL or Docker!