pull-request

Tag

Cards List
#pull-request

vulkan: make TP viable by pwilkin · Pull Request #25051 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-26 Cached

This pull request makes tensor parallelism (TP) viable in llama.cpp when using the Vulkan backend, enabling distributed inference across multiple GPUs.

0 favorites 0 likes
#pull-request

Bun has an open PR adding shared-memory threads to JavaScriptCore

Hacker News Top · 2026-06-20 Cached

Bun has an open pull request that adds support for shared-memory threads to JavaScriptCore, the JavaScript engine underlying WebKit. This enhancement could improve performance for multi-threaded JavaScript workloads in Bun.

0 favorites 0 likes
#pull-request

@dabit3: Today Devin receives a huge upgrade as we continue to expand Devin’s security capabilities. Every pull request gets rev…

X AI KOLs Following · 2026-06-18 Cached

Today Devin receives a huge security upgrade, allowing it to review every pull request with the depth of a security engineer.

0 favorites 0 likes
#pull-request

@jamonholmgren: A dev from Apple submitted a pull request to Godot a few days ago and added an AI use disclosure at the end that explai…

X AI KOLs Timeline · 2026-06-16 Cached

A developer from Apple submitted a pull request to Godot with an AI use disclosure, which the tweeter liked and suggests adopting for open source contributions.

0 favorites 0 likes
#pull-request

UI/svg block rendering by ServeurpersoCom · Pull Request #24080 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-15 Cached

Pull request #24080 for llama.cpp adds UI/svg block rendering, enhancing the project's interface capabilities.

0 favorites 0 likes
#pull-request

@MiaAI_lab: A PR to vLLM to allow TP=3 for MiniMax M3 His NVFP4 quant is 260GB - lukealonso/MiniMax-M3-NVFP4 Hopefully this will wo…

X AI KOLs Timeline · 2026-06-14 Cached

A pull request to vLLM adds support for tensor parallelism degree 3 for MiniMax M3 with its NVFP4 quantization, enabling the model to run on 3x DGX Sparks with 87GB memory each.

0 favorites 0 likes
#pull-request

@TechWithTimm: Most AI coding tools still depend on you staying in the loop. But Devin can take a task, keep working in the cloud, and…

X AI KOLs Following · 2026-06-14 Cached

This tweet promotes Devin, an AI coding tool that works autonomously in the cloud and can produce pull requests without user supervision, linking to a tutorial video.

0 favorites 0 likes
#pull-request

Add arch support for cohere2-MoE by michaelw9999 · Pull Request #24260 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-13 Cached

Pull request to add architecture support for the cohere2-MoE model to llama.cpp, enabling inference of this Mixture of Experts model.

0 favorites 0 likes
#pull-request

Remove padding and multiple D2D copies for MTP by gaugarg-nv · Pull Request #24086 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-10 Cached

A pull request for llama.cpp that removes padding and multiple device-to-device copies for Multi-Token Prediction (MTP), improving performance on GPU.

0 favorites 0 likes
#pull-request

mtmd : add video input support by ngxson · Pull Request #24269 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-08 Cached

This pull request adds video input support to llama.cpp, enabling multimodal models to process video data via the new mtmd component.

0 favorites 0 likes
#pull-request

kv-cache : avoid kv cells copies by ggerganov · Pull Request #24277 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-08 Cached

This pull request by ggerganov optimizes kv-cache in llama.cpp to avoid unnecessary copies of kv cells, improving inference performance. It is a contribution to the open-source LLM inference library llama.cpp.

0 favorites 0 likes
#pull-request

sycl : port multi-column MMVQ from CUDA backend (~45% speculative decoding speedup on Intel Arc) by masonmilby · Pull Request #21845 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-05 Cached

A pull request for llama.cpp ports multi-column MMVQ from CUDA to SYCL, achieving approximately 45% speculative decoding speedup on Intel Arc GPUs.

0 favorites 0 likes
#pull-request

model: Granite4 Vision by gabe-l-hart · Pull Request #23545 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-05 Cached

This pull request adds support for the Granite4 Vision model to llama.cpp, an open-source LLM inference engine.

0 favorites 0 likes
#pull-request

ui: Mermaid Diagrams in chat + interactive preview by allozaur · Pull Request #24032 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-03 Cached

Adds support for rendering Mermaid diagrams in chat and an interactive preview within the llama.cpp web UI.

0 favorites 0 likes
#pull-request

StepFun 3.5 MTP by pwilkin · Pull Request #23274 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-02 Cached

Pull request adding support for StepFun 3.5 MTP model in llama.cpp.

0 favorites 0 likes
#pull-request

llama: limit max outputs of `llama_context` by am17an · Pull Request #23861 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-01 Cached

llama.cpp is an open-source LLM inference engine in C/C++ with minimal dependencies and support for various hardware and quantization methods. This pull request limits the maximum outputs of llama_context.

0 favorites 0 likes
#pull-request

@FinanceYF5: So cool! Peter Steinberger turned Codex into a fully automated QA bot. Now after every code commit, it automatically generates test cases, simulates user operations to run tests, and if it finds a bug, it can directly write fix code and submit a PR. Development efficiency is maxed out!

X AI KOLs Following · 2026-06-01 Cached

Peter Steinberger used Codex to build a fully automated QA bot that automatically generates tests, runs tests after each code commit, and can automatically fix bugs and submit PRs, greatly improving development efficiency.

0 favorites 0 likes
#pull-request

llama: use f16 mask for FA to save VRAM by am17an · Pull Request #23764 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-05-29 Cached

This pull request for the llama.cpp inference engine implements using f16 mask for Flash Attention to reduce VRAM usage.

0 favorites 0 likes
#pull-request

Add MiniCPM5 tokenizer support by zhangtao2-1 · Pull Request #23384 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-05-27 Cached

This pull request adds tokenizer support for MiniCPM5 to llama.cpp, extending the tool's compatibility with the MiniCPM family of models.

0 favorites 0 likes
#pull-request

Strix Halo users, a rejected PR can give you up to 30% faster PP for MOEs.

Reddit r/LocalLLaMA · 2026-05-26

A rejected PR for llama.cpp provides up to 30% faster prompt processing for MOE models on AMD Strix Halo hardware, with gains diminishing at higher context lengths.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback