Common solutions
- Reconnect to the instance with
ctrl + dandtnr connect <instance_id> - Upgrade tnr. Depending on your install method, you may have to use
pip install tnr --upgradeor re-download the binary from the website - Back up any important data, then delete and recreate the instance.
Common errors
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. Check our Prototyping vs Production guide for supported features, and if you encounter this, please contact us.SSH errors
If you encounter SSH-related errors (likeError reading SSH protocol banner or permission issues), first retry the command.
For quick fixes, back up critical data and recreate the instance. Instances cannot be stopped or restarted.
For persistent SSH issues, see our SSH on Thunder Compute guide for alternative connection methods.
Recommended Guides
To help prevent common issues and get the most out of Thunder Compute, we recommend these guides:- Using Docker - Learn about GPU-enabled containers and troubleshooting Docker issues
- Using Instance Templates - Use pre-configured environments to minimize setup issues