Aaron Teo

Results 9 issues of Aaron Teo

Installation File: Spotify++ v8.5.7_v1.0 Error: An error occurred while installing the app. Console.app report: ``` Error installing app. 3892346881 (ApplicationVerificationFailed). Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.1oWXaT/extracted/ppsideloader.app : 0xe8008001 (An...

**Reasons for making this change:** 1. SvelteKit - Upon running `npm run build` / `yarn build`, Vite generates a .svelte-kit folder that should not be part of the Git repository....

### Problem to solve As a developer, I want to be able to choose my validation library, so that I can have choices. Personally, I prefer using Zod over Yup...

enhancement

This pull request aims to integrate the SIMD instruction set via `vecintrin.h` into llama.cpp on the s390x platform. Currently the SIMD instruction set is included in the following `ggml_vec_dot` functions:...

ggml

### What is the issue? Trying to upload Big-Endian models to Ollama Library is met with a `Error: 500` status code. Support for Big-Endian models have been patched in PR...

bug
ollama.com

At current, Llama.cpp supports loading of Big-Endian GGUF model files without any issues and Ollama has yet to receive a patch that supports the same frictionless behaviour. This PR changes...

When trying to run non-native endian model files, RamaLama would use the `GGUFInfoParser.read_string` method to parse the model file and eventually hit a `MemoryError`. This is PR takes into consideration...

This PR optimises the `GGML_OP_RMS_NORM` operation and introduces performance test cases with reference to Qwen3-0.6B, Llama-3.2-1B, Granite-3.3-2B and GPT-OSS-20B dimensions and epsilons. ### Benchmark This PR was tested on an...

testing
ggml

ref: #17088 This PR introduces the feature to allow sampler parameters to be set from GGUF KV metadata allowing model creators to embed recommended sampler settings unless explicitly overridden using...

python