Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.98 KB

jetson_guide.md

File metadata and controls

50 lines (29 loc) · 1.98 KB

Run TSD server on NVIDIA Jetson Nano

If you follow this guide and run into problems, please seek help at: https://discord.gg/NcZkQfj

Prerequisites

Hardware requirements

TSD private server can only run on Jetson Nano 4GB model. The 2GB model doesn't have enough memory to run both the program and load the AI model in the memory.

Software requirements

The following software is required before you start installing the server:

  • JetPack SDK. If you already flashed a software on you sd card, you will have to replace it with this one. Slow download of the software from Nvidia is normal. Important: Before you flash the new software on your sd card, you will have to fully format it first, so make sure you have backed up anything important on an external device.

Note: the last JetPack SDK version this has been tested on is jp45.

If you succesfully run this on a newer version, please send a message to the official discord and mention @LyricPants66133

Email delivery

You will also need an email account that has SMTP access enabled. For a gmail account, this is how you enable SMTP access. Other web mail such as Yahoo should also work but we haven't tried them.

Get the code and start the server.

  1. Get the code:
git clone https://github.com/TheSpaghettiDetective/TheSpaghettiDetective.git
  1. Run it!
cd TheSpaghettiDetective
./scripts/install_on_jetson.sh
  1. Go grab a coffee. Step 2 will take 15-30 minutes.

  2. There is no step 4. This is how easy it is to get The Spaghetti Detective up and running (thanks to Docker and Docker-compose).

Thanks to the work of Raymond, LyricPants, and others for their contribution!