dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.88k stars 416 forks source link

Error When Running `Live Llava` #557

Open yuyoujiang opened 2 weeks ago

yuyoujiang commented 2 weeks ago

Hello, I can start the Live Llava normally, but after an hour or so, I have this problem:

12fcb29f-77eb-465f-a4d4-4e1074fea4a9

Then I need to restart the application. Is there a way to ensure that the jetson device can run this application stably for a long time?

dusty-nv commented 1 week ago

Hi @yuyoujiang , normally the VideoSource plugin will auto-reconnect after N failures or timeouts to capture image, but in this case it appears that the traceback.format_exception() function takes in different values for Python 3.8 vs 3.10 (I develop mainly on Python 3.10 / JetPack6 now) - I need to go around the codebase and clean-up all the exception handling.