Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleUsage etiquette

Leaving your interactive sessions idle prevents other users from making use of the resources reserved for your job, and in particular the GPU. So please:

  • Use batch jobs whenever possible to run anything that can be done unattended.
  • Limit your interactive sessions to the minimum required time to accomplish your task, and kill them once you are finished to leave room for the next user. If you need interactive access again later, you can start a new session.

Software stack

Most AI/ML tools and libraries are Python based, so in most cases you can use one of the following methods

...