Replies: 1 comment
|
Those lines are Metal saying "this kernel was compiled out / this dtype is not available on this Apple GPU," not a failed load.
If the model actually loads and tokens come out, ignore the skip list. Worry only if you then see |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I get this when starting up a model class on my M1:
that was after building with
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install --upgrade --force-reinstall llama-cpp-python --no-cache-dirI'd be content to just run on CPU mode but I get similar warnings if I just do:
pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cputrying to use the CPU wheel.
Perhaps these are just normal and I shouldn't worry about it?
All reactions