Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed list formatting

...

  1. Create an account / log in at HuggingFace and accept the terms and conditions for using the Aurora model.

  2. Create Weights and Biases account.

  3. 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
languagetext
$ 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.

...