Deploy GPT OSS 20B to your Jetson device with one click from this platform.
| Device | Purpose |
|---|---|
| NVIDIA Jetson (reComputer) | Runs GPT OSS 20B in Docker |
Deploy GPT OSS 20B to your Jetson device with one click from this platform.
| Device | Purpose |
|---|---|
| NVIDIA Jetson (reComputer) | Runs GPT OSS 20B in Docker |
Deploy the containerized GPT OSS 20B runtime to your Jetson over SSH.
Deploy to your Jetson over SSH with one click.
20GPU layers for llama-server (-ngl)
1024Context window for llama-server (-c)
| Issue | Solution |
|---|---|
| SSH connection failed | Verify Jetson IP, username, password, and SSH service status |
| Docker runtime check failed | Ensure Docker is installed and NVIDIA runtime is available |
| Docker Compose unavailable | Ensure docker compose or docker-compose is installed |
| Service start failed | Inspect logs on Jetson: docker compose logs --tail=200 |
503 {"message":"Loading model"} on /v1/models | Model is still warming up; first run can take several minutes |
| Out-of-memory at startup | Reduce settings, for example set Llama NGL=16 and Llama Context=512 |
llama-server is started inside the container.http://<jetson-ip>:8080.http://<jetson-ip>:8080/v1/models.Use this step to open the Jetson service URL directly in a new browser tab.
http://<jetson-ip>:8080 in a new tab.| Issue | Solution |
|---|---|
| Invalid host input | Enter a valid IP or hostname, for example 192.168.1.100 |
| New tab not opened | Allow pop-ups for this site and retry |
| Service page not reachable | Confirm Jetson service is listening on 8080 and network is reachable |
GPT OSS 20B runtime has been deployed successfully on your Jetson.
http://<jetson-ip>:8080.