Following this tutorial (NanoVLM - NVIDIA Jetson AI Lab) in my jetson nano (Microsd 128gb only)
jetson-containers run $(autotag nano_llm)
python3 -m nano_llm.chat --api=mlc
–model Efficient-Large-Model/VILA1.5-3b
–max-context-len 256
–max-new-tokens 32
After downloading the model. the process has stucked in this message and automatically reboot (In my guess, memory shortage problem)
Start computin and quantizing weights… This may take a while
get old param : 1% 2/197
set new param 0% 1/***
Please help the problem