Tagged

Llama News

Meta's open-weight model line: releases, fine-tunes and local inference. Curated and summarized from dozens of sources by AIBriefs.

LaunchDevelopers1 source

llama.cpp now loads MTP tensors by default for draft-mtp models

Recent llama.cpp builds load MTP/NextN tensors by default for any draft-mtp architecture, even when speculative decoding is disabled. Previously these tensors were skipped unless users enabled it explicitly; GGUFs bundling MTP weights (GLM-5.2, hy_v3, qwen35moe, step35) are affected.

LaunchDevelopers1 source

Llama.cpp now has full MCP support!

llama.cpp now supports MCP over stdio servers, complementing existing HTTP support. The integration was led by contributor ngxson.

AnalysisDevelopers1 source

Unsloth vs Axolotl vs TRL vs LLaMA-Factory fine-tuning comparison

Benchmarks four popular open-source LLM fine-tuning frameworks: Unsloth rewrites kernels for speed, Axolotl composes parallelism strategies, TRL defines the RLHF pipeline, and LLaMA-Factory offers a modular interface. The comparison covers speed, VRAM usage, and multi-GPU scalability.

AnalysisAI Models1 source

Reddit user claims Gemini behind Meta's models

A Reddit post in r/Singularity claims Google's Gemini is now behind Meta's models. The post provides no evidence or specifics. It has 36 upvotes and 16 comments.

LaunchDevelopers1 source

Low-latency LLM runner via OpenJDK Panama FFM

Libargus.cc is a new library that runs local LLMs directly from the JVM using the OpenJDK Panama Foreign Function & Memory API in Java 22, eliminating the need for a REST sidecar. It interfaces directly with llama.cpp for low-latency inference. The project is open-source on GitHub.

AnalysisAI Models1 source

Qwen3.6 35B-A3B generates flight simulator in single prompt

A Reddit user reports that Qwen3.6 35B-A3B (Q8_0, no KV quant) generated a complete flight simulator HTML with mountains, clouds, and procedural terrain from a single prompt in opencode. The user noted significantly better performance at Q8_0 on CPU compared to Q4_K_M on GPU.