^^ This command works fine for loading text-only interactive mode but adding vision-plain after the -i flag does not work to start image -based interactive mode.
Would be very useful to test GGUF vision models in this way, and could not find existing method to do so. Thanks.
Hi,
I am trying to load a Phi-3.5-3.8B-vision-instruct-Q8_0 GGUF model using the command for loading local GGUF file:
./mistralrs-server -i gguf --quantized-model-id path/to/files --quantized-filename path/to/model.gguf
^^ This command works fine for loading text-only interactive mode but adding vision-plain after the -i flag does not work to start image -based interactive mode.
Would be very useful to test GGUF vision models in this way, and could not find existing method to do so. Thanks.