Get Started
Troubleshooting
If something goes wrong, a few steps may resolve your issue.
Common solutions
- Reconnect to the instance with
ctrl + d
andtnr connect <instance_id>
- Upgrade tnr with
pip install tnr --upgrade
on your local machine - Restart the instance by running
tnr stop <instance_id>
andtnr start <instance_id>
Common errors
Path or permissions issues (Common on Windows)
To avoid path and permissions issues, we recommend using Linux/WSL wherever possible. Otherwise, a few steps resolve most issues:
- Install tnr with the
--user
flag, i.e.pip install tnr --user
- Ensure your user scripts directory is added to path and restart your shell
- If all else fails, run your shell as an administrator and
$ pip install tnr
Function not implemented
A common error you may encounter is some variant of “This function is not implemented.” What this means is that your program touches a portion of the CUDA API that we do not currently support. If you encounter this, please contact us.
SSH errors
Sometimes, instances will encounter SSH-related errors, such as Error reading SSH protocol banner
. To resolve these, restart your instance with tnr stop <instance_id>
and tnr start <instance_id>
Support
The fastest way to get support is to join our discord. Brian and Carl will personally respond to help you as quickly as possible.