-
-
Notifications
You must be signed in to change notification settings - Fork 3
Using ClearML interactive sessions
ClearML interactive sessions allow you to launch a JupyterLab, VS Code, and SSH session to execute code on a remote GPU. For more information, see the documentation here.
If you have any issues using ClearML Sessions, check the prerequisites in the documentation. If you have already set up ClearML for silnlp (and have an ssh client installed, check by running ssh
), there should be no additional steps before installation.
To install, run:
pip install clearml-session
To connect to GPUs in the Dallas server, you will need a VPN connection.
Launch a sesison with silnlp's published docker image to have a pre-configured environment to work in:
clearml-session --docker ghcr.io/sillsdev/silnlp:0.1.12
- Replace the above version number with the most recent release.
Once the session has been set up, you will be given links to the JupyterLab and VS Code sessions, as well as a port number and password for SSH.
Once in the session, run git pull
in a terminal to get the most recent version of silnlp.
- Launching a session with version "latest" rather than an explicit number will cause the session to fail.