mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-11 21:47:08 +00:00
fix example
This commit is contained in:
parent
b9db5ab5d0
commit
8ef58a6695
@ -46,7 +46,7 @@ func main() {
|
||||
var clipCtx *llama.ClipContext
|
||||
|
||||
// multi-modal
|
||||
if *ppath == "" {
|
||||
if *ppath != "" {
|
||||
clipCtx = llama.NewClipContext(*ppath)
|
||||
|
||||
// open image file
|
||||
|
Loading…
x
Reference in New Issue
Block a user