Replies: 1 comment
-
@xuhongxin Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ggml_metal_init: allocating ggml_metal_init: found device: AMD Radeon Pro 5300M ggml_metal_init: found device: Intel(R) UHD Graphics 630 ggml_metal_init: picking default device: AMD Radeon Pro 5300M ggml_metal_init: default.metallib not found, loading from source ggml_metal_init: GGML_METAL_PATH_RESOURCES = nil ggml_metal_init: loading '/Users/xuhongxin/Library/Caches/pypoetry/virtualenvs/private-gpt-NdiI2ph1-py3.11/lib/python3.11/site-packages/llama_cpp/ggml-metal.metal' ggml_metal_init: error: Error Domain=MTLLibraryErrorDomain Code=3 "program_source:58:9: error: invalid type 'const constant int64_t &' (aka 'const constant long &') for buffer declaration constant int64_t & ne00, ^~~~~~~~~~~~~~~~~~~~~~~~ program_source:58:19: note: type 'int64_t' (aka 'long') cannot be used in buffer pointee type constant int64_t & ne00, ^ program_source:59:9: error: invalid type 'const constant int64_t &' (aka 'const constant long &') for buffer declaration constant int64_t & ne01, ^~~~~~~~~~~~~~~~~~~~~~~~ program_source:59:19: note: type 'int64_t' (aka 'long') cannot be used in buffer pointee type constant int64_t & ne01,
Beta Was this translation helpful? Give feedback.
All reactions