...
Create an account / log in at HuggingFace and accept the terms and conditions for using the Aurora model.
Create Weights and Biases account.
Create an account / log in at RunPod and add an SSH key to allow terminal access to cloud instances:
Generate a key locally, if needed:
Code Block | ||
---|---|---|
| ||
$ ssh-keygen -t ed25519 -C "your_email@example.com"
$ cat ~/.ssh/id_ed25519.pub |
Paste this into RunPod at Account -> Settings -> Public Keys
In order to connect to instances at RunPod, it is recommended that an SSH client be used via local terminal. This is standard on MacOS and Linux; for Windows, use PuTTY.
...