Furm
Furm
I'm having the same problem. Has anyone been able to come across a solution?
This issue is related to this [issue](https://github.com/kumahq/kuma/issues/4247) It says that the issue was resolved and merged however we are still seeing this issue.
@lukidzi I'm using Kong-Mesh helm chart 1.8.1 (https://artifacthub.io/packages/helm/kong-mesh/kong-mesh/1.8.1) Kuma 1.7.1 Kong-Mesh 1.8.1 kuma-cp 1.8.1 kuma-dp 1.8.1 kuma-init 1.8.1 kumactl 1.8.1 Kong Ingress Controller 2.5 It seems like kuma-init containers are...
If possible would love to push for this to be added to v2.3.0 release as this is a feature my team and I could very much use
Can I inquire about the status of this PR? This feature would prove extremely useful for my team
> Thank you for working towards this!
Would love to get some traction on this issue, is anyone from cert-manager handling issues on this repo?
Thanks for the suggestion @D4ve-R. Just downloaded those models and I'm seeing the same errors: ```bash objc[84786]: Class GGMLMetalClass is implemented in both /Users/furm/projects/watcher/venv/lib/python3.9/site-packages/llama_cpp/libllama.dylib (0x1009a8228) and /Users/furm/projects/watcher/venv/lib/python3.9/site-packages/llama_cpp/libllava.dylib (0x10267c228). One of...
Funny enough I just tested a simple inference with openhermes-2.5-mistral7b and the inference completes but I'm still being thrown the `LookupError: unknown encoding: ascii`... Code: ```python from llama_cpp import Llama...
Interesting... Must be an issue with Apple Silicon. Works just fine with llama.cpp directly. I've tried with both `n_gpu_layers = 1` and `n_gpu_layers = 0` to force CPU but no...