Skip to content

Commit

Permalink
Feat(readme): Add instructions for Google GPU VM instances (axolotl-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 authored and seungduk-yanolja committed Mar 19, 2024
1 parent 0a19eba commit 0ecb1ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 0ecb1ce

Please sign in to comment.