Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llava-cli : don't crash if --image flag is invalid (#4835)
This change fixes an issue where supplying `--image missing-file` would result in a segfault due to a null pointer being dereferenced. This can result in distracting info being printed if robust crash analysis tools are being used.
- Loading branch information