Views
No views yet
| Model | File | Description |
|---|---|---|
| PI0 | pi0/pi_llm.gguf | PI0 language model and action expert, F16 |
| PI0 | pi0/mmproj-model-f16.gguf | Matching PI0 SigLIP vision encoder/projector, F16 |
| PI0.5 | pi05/pi_llm.gguf | PI0.5 language model and action expert, F16 |
| PI0.5 | pi05/mmproj-model-f16.gguf | Matching PI0.5 SigLIP vision encoder/projector, F16 |
| GR00T N1.7 | gr00t-n1d7/gr00t-n1d7-bf16.gguf | Qwen3-VL backbone and GR00T Action Head, BF16 |
| GR00T N1.7 | gr00t-n1d7/mmproj-gr00t-n1d7-bf16.gguf | Matching Cosmos-Reason2/Qwen3-VL vision projector, BF16 |
mmproj from the same model directory.1huggingface-cli download diantoudefengshan/Jetson-PI-GGUF \
2 gr00t-n1d7/gr00t-n1d7-bf16.gguf \
3 gr00t-n1d7/mmproj-gr00t-n1d7-bf16.gguf \
4 --local-dir Jetson-PI-GGUF1git clone https://github.com/PKU-SEC-Lab/Jetson-PI-Edge.git
2cd Jetson-PI-Edge
3cmake -S . -B build -DGGML_CUDA=ON -DCMAKE_BUILD_TYPE=Release
4cmake --build build --target llama-server jetson_pi_gr00t -jPI_MODEL):1./build/bin/llama-server \
2 -m /path/to/gr00t-n1d7/gr00t-n1d7-bf16.gguf \
3 --mmproj /path/to/gr00t-n1d7/mmproj-gr00t-n1d7-bf16.gguf \
4 -ngl 99 --host 0.0.0.0 --port 8080nvidia/GR00T-N1.7-3B and
nvidia/Cosmos-Reason2-2B with the GR00T converter in Jetson-PI-Edge. The main
GGUF contains 715 tensors and the mmproj contains 316 tensors. They passed the
repository's metadata, tensor-name/shape, 16-backbone-block, vision-split, and
end-to-end action checks. With aligned inputs and initial denoising noise, the
Jetson-PI normalized [40, 132] action achieved cosine similarity 0.999968648
against the official NVIDIA PyTorch implementation.18cd6af6b33d90d9b6b6fdbf419dbdbc263393dbcb9ad71bbd226889b4285d573 gr00t-n1d7-bf16.gguf
2f9c442143857ee01bf95192516de8169af7e0e136d410942a3eeee316c06bdd4 mmproj-gr00t-n1d7-bf16.gguf1@article{yang2026jetson,
2 title={Jetson-PI: Towards Onboard Real-Time Robot Control via Foresight-Aligned Asynchronous Inference},
3 author={Yang, Zebin and Wang, Qi and Wang, Yunhe and Guo, Xiurui and Yu, Bo and Liu, Shaoshan and Xu, Jiafeng and Dong, Hao and Li, Meng},
4 journal={arXiv preprint arXiv:2607.12659},
5 year={2026}
6}