big fat warning shown in llama.cpp when vision is getting loaded

#6
by erazortt - opened

I am getting this warning when vision is being loaded:

1.01.305.123 W warmup: *****************************************************************
1.01.305.123 W warmup: WARNING: the CLIP graph uses unsupported operators by the backend
1.01.305.124 W warmup: the performance will be suboptimal
1.01.305.125 W warmup: list of unsupported ops (backend=CUDA1):
1.01.305.126 W warmup: IM2COL: type = f32, ne = [9216 16 16 1]
1.01.305.126 W warmup: flash attention is enabled
1.01.305.126 W warmup: please report this on github as an issue
1.01.305.127 W warmup: ref: https://github.com/ggml-org/llama.cpp/pull/16837#issuecomment-3461

the version I am running is the following:
./llama-server.exe --version
version: 0.3.0-dev (build 10774, commit 159b74142)
built with MSVC 19.44.35225.0 for x64

oh and yes I am using the latest update of the gguf files

Sign up or log in to comment