Earlier quoted context omitted.
No, GGML is a CPU optimized library and quantized weight format that is closely linked to his other project llama.cpp
ggml started with focus on CPU inference, but lately we have been augmenting it with GPU support. Although still in development, it already has partial CUDA, OpenCL and Metal backend support
Wasn’t implying it’s CPU only, just that it started as a CPU optimized library.