Closed wyhanz closed 1 month ago
It could potentially be due to an L4T version mismatch. However, I’m unsure how to downgrade to version 36.2. I could not find an option to select the L4T version in NVIDIA SDK Manager. I am currently using the latest version of SDK Manager (2.2.0). 😭
nano_llm:r36.4
works well for me! Thanks a lot. 😄
First of all, I want to express my gratitude to the author for their contributions to the NVIDIA Jetson platform. It has greatly facilitated our exploration of NVIDIA Jetson applications.
Below are the hardware details of my device:
I am attempting to deploy a relatively new vision-language model (VLM), which can be found here: https://huggingface.co/microsoft/Florence-2-large, on an NVIDIA Jetson Orin 64GB. I followed the example code provided in the link, and while running it in the
nano_llm:r36.2
container, I noticed some missing dependencies likeflash_attn
. After installing the necessary packages, I encountered the following error during execution:What could be causing this segmentation fault, and how can I successfully deploy this model on my setup?