sketch icon indicating copy to clipboard operation
sketch copied to clipboard

Local Mode fails on GGML models

Open bluecoconut opened this issue 2 years ago • 0 comments

Via the CTransformers library we're using ggml library

For increasing context length, which is necessary for local-mode CPU verison of StarCoder, sketch fails and can crash dropping the full kernel.

Raised issue in ggml, and hopefully this will be transparent to fix through ctransformers Note: from the thread about quantization support: https://github.com/marella/ctransformers/issues/1 if the new fix for ggml is after the quantization changes, and ctransformers doesn't update, we might be "stuck" for a bit.

Issue in ggml: https://github.com/ggerganov/ggml/issues/158

bluecoconut avatar May 16 '23 08:05 bluecoconut