Skip to content

anjaeju/LLM-VLM-for-JetsonThor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM-for-JetsonThor

LLM-for-JetsonThor is a practical repository for running, testing, and benchmarking Large Language Models (including multi-modal) on NVIDIA Jetson Thor. This project focuses on deploying local LLM inference servers using Docker-based environments such as vLLM and Ollama, with support for OpenAI-compatible API testing.

Last Commit

Overview

This repository is designed for developers who want to run LLMs directly on Jetson Thor devices.

Main goals:

  • Run LLM inference on Jetson Thor
  • Serve models with OpenAI-compatible APIs
  • Test vLLM, Llama.cpp, and Ollama deployment workflows
  • Manage Hugging Face model cache and Docker volumes
  • Benchmark latency, throughput, and memory usage
  • Document practical troubleshooting steps for Jetson-based LLM serving

Listup

  • Wan series

    • [DFloat-Wan2.2] DFloat11/Wan2.2-I2V-A14B-DF11
  • Qwen series

    • [Qwen 3.5] huihui-ai/Huihui-Qwen3.5-35B-A3B-abliterated

Repository Structure (On-going)

LLM-for-JetsonThor/
├── docker/
├── usages/
│   ├── Qwen/
│   │   ├── Qwen3.6/
│   │   └── ... /
│   ├── Wan/
│   │   ├── Wan2.2/
│   │   └── ... /
│   └── Others .../
├── docs/
│   ├── setup.md
│   ├── troubleshooting.md
│   └── benchmark.md
└── README.md

Citation

Thanks for @pastoriomarco for the great work

About

How to run LLMs on NVIDIA Jetson Thor with Docker, vLLM, Ollama, Llama.cpp and OpenAI-compatible APIs.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors