How to pass image as input in this?

#10
by tj07-dev - opened

I want to make an inference for this can you please guide me how to pass certain types of prompts?

Owner

load it into a frontend. LM studio or something. that is the easiest path

How can to use with llama-cpp-python?
Can we use with this python library?

PsiPi changed discussion status to closed
Owner

How can to use with llama-cpp-python?
Can we use with this python library?

@explorewithai llama-cli -m path_to_your_model.gguf -p "Your prompt here" -n number_of_tokens
https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md (for all the parameters)

Sign up or log in to comment