Andreas (Andi) Kunar
Andreas (Andi) Kunar
**Describe the bug** In file python/semantic_kernel/planners/sequential_planner/Plugins/SequentialPlanning/config.json, the item "stop_sequences" in "execution_settings" should be named "stop" instead, since OpenAIPromptExecutionSettings and others just define this setting as simply "stop". There is no...
### What happened? The new Copilot+PCs with Qualcomm Snapdragon X processors (in my case a Surface 11 Pro with Snapdragon X Plus and 16GB RAM) are fast, and run llama.cpp...
- [x] I have read the [contributing guidelines](https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md) - Self-reported review complexity: - [x ] Low - [ ] Medium - [ ] High Improvements/Issues addressed: 1) Add documentation on...
### What happened? the __asm__ directive in line 507 of ggml-aarch64.c is dependant on: defined(__ARM_NEON) && defined(__aarch64__) which is tue for MSVC arm64 with the standard build scripts and does...