mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 11:45:21 +00:00
fix example
This commit is contained in:
parent
e1dfc757b3
commit
a4d402c403
@ -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