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