# mlx

Published articles for mlx.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Native-speed vLLM transformers modeling backend

DevFeed: [Native-speed vLLM transformers modeling backend](<https://devfeed.tech/articles/native-speed-vllm-transformers-modeling-backend-7364.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/native-speed-vllm-transformers-backend>)

Author: Harry Mellor; Lysandre

Published: 2026-07-08T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [vllm](<https://devfeed.tech/topics/vllm.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [batching](<https://devfeed.tech/tags/batching.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-performance](<https://devfeed.tech/tags/inference-performance.md>), [llama](<https://devfeed.tech/tags/llama.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mixture-of-experts](<https://devfeed.tech/tags/mixture-of-experts.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

This article describes the transformers modeling backend for vLLM and its role in serving Hugging Face models without requiring model authors to port their implementations. It explains how transformers supplies modeling code while vLLM contributes optimized inference techniques, and outlines comparisons with vLLM's native implementations across several Qwen3 model configurations. It also discusses inference-performance factors including GPU parallelization, compilation, fused kernels, and custom attention kernels.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Viability of local models for coding

DevFeed: [Viability of local models for coding](<https://devfeed.tech/articles/viability-of-local-models-for-coding-4416.md>)

Original publisher: [Read original article](<https://martinfowler.com/articles/exploring-gen-ai/local-models-for-coding-factors.html>)

Author: Martin Fowler (martin@martinfowler.com)

Published: 2026-07-07T12:34:00Z

Content type: article

Language: en

Sources: [Martin Fowler](<https://devfeed.tech/sources/martin-fowler.md>)

Topics: [coding](<https://devfeed.tech/topics/coding.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [coding](<https://devfeed.tech/tags/coding.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [llms](<https://devfeed.tech/tags/llms.md>), [local](<https://devfeed.tech/tags/local.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

This memo examines how viable local language models are for coding, with particular attention to agentic coding rather than autocomplete. It discusses hardware constraints, model size, context windows, response speed, quantization, runtimes, and tooling. The author reports that tool calling remains unreliable but that models can often recover from failures.

### Source excerpt

Birgitta Böckeler recently spent some time trying out running local LLMs for some programming tasks. In this memo she outlines the factors that influence how viable they are for the job. more...

## What's new in Swift: May 2026 Edition

DevFeed: [What's new in Swift: May 2026 Edition](<https://devfeed.tech/articles/what-s-new-in-swift-may-2026-edition-2944.md>)

Original publisher: [Read original article](<https://swift.org/blog/whats-new-in-swift-may-2026/>)

Author: Dave Lester

Published: 2026-06-03T21:45:00Z

Content type: article

Language: en

Sources: [Swift.org](<https://devfeed.tech/sources/swift-org.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [wasm](<https://devfeed.tech/topics/wasm.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [backend](<https://devfeed.tech/tags/backend.md>), [community](<https://devfeed.tech/tags/community.md>), [conferences](<https://devfeed.tech/tags/conferences.md>), [ios](<https://devfeed.tech/tags/ios.md>), [local](<https://devfeed.tech/tags/local.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [news](<https://devfeed.tech/tags/news.md>), [releases](<https://devfeed.tech/tags/releases.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [swift](<https://devfeed.tech/tags/swift.md>), [wasm](<https://devfeed.tech/tags/wasm.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

A curated May 2026 digest of Swift community activity, including meetup videos, backend development resources, the Temporal Swift SDK, AWS Lambda, MLX for iOS, and Swift for WebAssembly updates.

### Source excerpt

Welcome to "What's new in Swift," a curated digest of releases, videos, and discussions in the Swift project and community. To start, we're focusing on some of the many local meetup groups sharing Swift content: Around the world, local meetup groups and conferences bring Swift developers together, and some even predate Swift itself! Many have YouTube channels where they share videos from their events, so you can tune in remotely. Let's highlight a few. In May the SF Swift meetup hosted a talk by Dan Federman, Agentify Your Swift Repo, which covers building an agent for CI and review feedback. Swift Barcelona has a dedicated YouTube presence, while some groups, like the new MLX India meetup, post event playlists, including a recent talk about using MLX Swift in iOS apps that's worth checking out. And there's even a community-organized Swift Community Meetups YouTube channel, which hosts meetups online and is home to a series of cross-platform Swift talks. These groups support developers in a few ways worth calling out: Local community: they're building local connections among Swift developers and organizations. Room for experimentation: by being less formal and sometimes featuring works in progress, meetups create space to share ideas, get feedback, and learn from one another. I encourage more folks to get involved in their local Swift meetup. And if your group starts publishing content and videos, please share on the Swift Forums in the Community Showcase category. -- Dave Lester Now on to other news about Swift: Videos to watch Interested in using Swift for backend server development? Mohammad Azam posted a livestream recording of Introduction to Hummingbird, a walkthrough of the web framework covering installation and development basics. Meet the Temporal Swift SDK, from Replay 2026, introduces the SDK that brings Temporal's durable workflows (long-running processes that survive crashes, retries, and restarts without losing state) to Swift. The SDK recently reached

## The PR you would have opened yourself

DevFeed: [The PR you would have opened yourself](<https://devfeed.tech/articles/the-pr-you-would-have-opened-yourself-7536.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/transformers-to-mlx>)

Author: Pedro Cuenca; Awni Hannun

Published: 2026-04-16T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [MLX](<https://devfeed.tech/topics/mlx.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [claude](<https://devfeed.tech/tags/claude.md>), [code](<https://devfeed.tech/tags/code.md>), [community](<https://devfeed.tech/tags/community.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

The article examines how agent-generated pull requests are changing open-source contribution, using the Transformers library as an example. It explains why maintainers must preserve human-readable design, implicit contracts, performance, and project context, and introduces a Skill and test harness to help port language models from Transformers to mlx-lm while supporting contributors and reviewers rather than automating contribution.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Welcome Gemma 4: Frontier multimodal intelligence on device

DevFeed: [Welcome Gemma 4: Frontier multimodal intelligence on device](<https://devfeed.tech/articles/welcome-gemma-4-frontier-multimodal-intelligence-on-device-7214.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/gemma4>)

Author: merve; Pedro Cuenca; Sergio Paniego; ben burtenshaw; Steven Zheng; Alvaro Bartolome; Nathan Habib

Published: 2026-04-02T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gemma4](<https://devfeed.tech/topics/gemma4.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [webgpu](<https://devfeed.tech/topics/webgpu.md>)

Tags: [audio](<https://devfeed.tech/tags/audio.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gemma4](<https://devfeed.tech/tags/gemma4.md>), [generation](<https://devfeed.tech/tags/generation.md>), [google](<https://devfeed.tech/tags/google.md>), [guide](<https://devfeed.tech/tags/guide.md>), [llama](<https://devfeed.tech/tags/llama.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [local](<https://devfeed.tech/tags/local.md>), [long-context](<https://devfeed.tech/tags/long-context.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [models](<https://devfeed.tech/tags/models.md>), [moe](<https://devfeed.tech/tags/moe.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [science](<https://devfeed.tech/tags/science.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

Gemma 4 is presented as an open, Apache 2-licensed family of multimodal models supporting image, video, text, and, for selected variants, audio inputs. The article highlights on-device deployment, long-context support, compatibility across libraries and devices, quantization, benchmark results, and implementation options including llama.cpp, MLX, WebGPU, and Rust.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Upcoming Livestream: GPUs for AI (Shaped by You)

DevFeed: [Upcoming Livestream: GPUs for AI (Shaped by You)](<https://devfeed.tech/articles/upcoming-livestream-gpus-for-ai-shaped-by-you-35026.md>)

Original publisher: [Read original article](<https://read.theaimerge.com/p/upcoming-livestream-gpus-for-ai-shaped>)

Author: Alex Razvant

Published: 2026-01-27T09:30:49Z

Content type: article

Language: en

Sources: [Neural Bits](<https://devfeed.tech/sources/neural-bits.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [pcie](<https://devfeed.tech/topics/pcie.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [rocm](<https://devfeed.tech/topics/rocm.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [TensorRT](<https://devfeed.tech/topics/tensorrt.md>), [Google](<https://devfeed.tech/topics/google.md>), [groq](<https://devfeed.tech/topics/groq.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [google](<https://devfeed.tech/tags/google.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [groq](<https://devfeed.tech/tags/groq.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [pcie](<https://devfeed.tech/tags/pcie.md>), [rocm](<https://devfeed.tech/tags/rocm.md>), [tensorrt](<https://devfeed.tech/tags/tensorrt.md>)

### AI overview

An upcoming livestream will discuss how GPUs and other accelerators support AI workloads. The author invites audience feedback to shape coverage of GPU hardware, PCIe, CUDA, ASICs, TPUs, LPUs, model optimization, and related technologies.

### Source excerpt

You can choose the topics for a Live Session on GPUs in AI

## Introducing AnyLanguageModel: One API for Local and Remote LLMs on Apple Platforms

DevFeed: [Introducing AnyLanguageModel: One API for Local and Remote LLMs on Apple Platforms](<https://devfeed.tech/articles/introducing-anylanguagemodel-one-api-for-local-and-remote-llms-on-apple-platforms-7097.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/anylanguagemodel>)

Author: Mattt

Published: 2025-11-20T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>)

Tags: [anthropic](<https://devfeed.tech/tags/anthropic.md>), [api](<https://devfeed.tech/tags/api.md>), [apple](<https://devfeed.tech/tags/apple.md>), [community](<https://devfeed.tech/tags/community.md>), [coreml](<https://devfeed.tech/tags/coreml.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [local](<https://devfeed.tech/tags/local.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [remote](<https://devfeed.tech/tags/remote.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

AnyLanguageModel is a Swift package that lets Apple-platform developers use a common Foundation Models-style API across local and remote LLM providers.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Granite 4.0 Nano: Just how small can you go?

DevFeed: [Granite 4.0 Nano: Just how small can you go?](<https://devfeed.tech/articles/granite-4-0-nano-just-how-small-can-you-go-7258.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/ibm-granite/granite-4-nano>)

Author: Kate Soule; Rameswar Panda

Published: 2025-10-28T14:59:38Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [ibm](<https://devfeed.tech/topics/ibm.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [gemma](<https://devfeed.tech/topics/gemma.md>), [qwen](<https://devfeed.tech/topics/qwen.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [development](<https://devfeed.tech/tags/development.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [google](<https://devfeed.tech/tags/google.md>), [ibm](<https://devfeed.tech/tags/ibm.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [llama](<https://devfeed.tech/tags/llama.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [math](<https://devfeed.tech/tags/math.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [model](<https://devfeed.tech/tags/model.md>), [model-development](<https://devfeed.tech/tags/model-development.md>), [models](<https://devfeed.tech/tags/models.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

IBM introduces Granite 4.0 Nano, a family of compact language models for edge and on-device applications. The release includes hybrid-SSM and traditional transformer variants ranging from roughly 350M to 1.5B parameters, supports vLLM, llama.cpp, and MLX, and is released under the Apache 2.0 license. The article reports strong performance across knowledge, math, code, safety, instruction-following, and tool-calling benchmarks.

### Source excerpt

Today we are excited to share Granite 4.0 Nano, our smallest models yet, released as part of IBM's Granite 4.0 model family. Designed for the edge and on-device applications, these models demonstrate excellent performance for their size and represent IBM's continued commitment to develop powerful, useful, models that don't require hundreds of billions of parameters to get the job done.

## SOTA OCR with Core ML and dots.ocr

DevFeed: [SOTA OCR with Core ML and dots.ocr](<https://devfeed.tech/articles/sota-ocr-with-core-ml-and-dots-ocr-7174.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/dots-ocr-ne>)

Author: Christopher Fleetwood; Pedro Cuenca

Published: 2025-10-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [MLX](<https://devfeed.tech/topics/mlx.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [battery](<https://devfeed.tech/tags/battery.md>), [coreml](<https://devfeed.tech/tags/coreml.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [developers](<https://devfeed.tech/tags/developers.md>), [framework](<https://devfeed.tech/tags/framework.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [high-performance](<https://devfeed.tech/tags/high-performance.md>), [images](<https://devfeed.tech/tags/images.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [model](<https://devfeed.tech/tags/model.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [parameter](<https://devfeed.tech/tags/parameter.md>), [precision](<https://devfeed.tech/tags/precision.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [repo](<https://devfeed.tech/tags/repo.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

This tutorial explains how to convert dots.ocr from PyTorch to Core ML for on-device execution on Apple hardware. It discusses the roles of the Neural Engine, GPU, MLX, and Core ML, then outlines a staged conversion process beginning with GPU execution, FLOAT32 precision, and static shapes.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Swift Transformers Reaches 1.0 - and Looks to the Future

DevFeed: [Swift Transformers Reaches 1.0 - and Looks to the Future](<https://devfeed.tech/articles/swift-transformers-reaches-1-0-and-looks-to-the-future-7496.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/swift-transformers>)

Author: Pedro Cuenca; Christopher Fleetwood; Mattt; Vaibhav Srivastav

Published: 2025-09-26T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [swift-transformers](<https://devfeed.tech/topics/swift-transformers.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [Swift](<https://devfeed.tech/topics/swift.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [asr](<https://devfeed.tech/tags/asr.md>), [coreml](<https://devfeed.tech/tags/coreml.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llms](<https://devfeed.tech/tags/llms.md>), [local](<https://devfeed.tech/tags/local.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [swift](<https://devfeed.tech/tags/swift.md>), [swift-transformers](<https://devfeed.tech/tags/swift-transformers.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

swift-transformers reaches version 1.0 as a Swift library for running local models on Apple Silicon, including iPhones. It combines input preparation, Hugging Face Hub access, local caching and offline downloads, and wrappers for running Core ML-converted LLMs. The release establishes a stable foundation for Apple-focused local inference and future MLX and agentic use cases.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Gemma 3n fully available in the open-source ecosystem!

DevFeed: [Gemma 3n fully available in the open-source ecosystem!](<https://devfeed.tech/articles/gemma-3n-fully-available-in-the-open-source-ecosystem-7213.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/gemma3n>)

Author: Aritra Roy Gosthipaty; Pedro Cuenca; Sergio Paniego; Vaibhav Srivastav; Christopher Fleetwood; Joshua; Steven Zheng; Kashif Rasul

Published: 2025-06-26T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gemma](<https://devfeed.tech/topics/gemma.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [MLX](<https://devfeed.tech/topics/mlx.md>), [Ollama](<https://devfeed.tech/topics/ollama.md>), [transformers.js](<https://devfeed.tech/topics/transformers-js.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [timm](<https://devfeed.tech/topics/timm.md>), [asr](<https://devfeed.tech/topics/asr.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [audio](<https://devfeed.tech/tags/audio.md>), [community](<https://devfeed.tech/tags/community.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [ollama](<https://devfeed.tech/tags/ollama.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [research](<https://devfeed.tech/tags/research.md>), [speech](<https://devfeed.tech/tags/speech.md>), [timm](<https://devfeed.tech/tags/timm.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [transformers-js](<https://devfeed.tech/tags/transformers-js.md>), [translation](<https://devfeed.tech/tags/translation.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

This article announces the availability of Gemma 3n in major open-source libraries and presents practical usage and fine-tuning examples. It describes the model variants, memory-efficient hardware requirements, multimodal audio and vision encoders, speech-to-text and translation capabilities, and architectural features including MatFormer and Per-Layer Embeddings.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## The Transformers Library: standardizing model definitions

DevFeed: [The Transformers Library: standardizing model definitions](<https://devfeed.tech/articles/the-transformers-library-standardizing-model-definitions-7535.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/transformers-model-definition>)

Author: Lysandre; Arthur Zucker; Pedro Cuenca; Julien Chaumond

Published: 2025-05-15T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Transformer](<https://devfeed.tech/topics/transformer.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>), [sglang](<https://devfeed.tech/topics/sglang.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [tgi](<https://devfeed.tech/topics/tgi.md>), [MLX](<https://devfeed.tech/topics/mlx.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [community](<https://devfeed.tech/tags/community.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [library](<https://devfeed.tech/tags/library.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [tgi](<https://devfeed.tech/tags/tgi.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [vllm](<https://devfeed.tech/tags/vllm.md>), [vlms](<https://devfeed.tech/tags/vlms.md>)

### AI overview

The article presents Transformers as a standard library for defining and supporting machine learning model architectures. It describes its broad ecosystem integrations, including training frameworks and inference engines, and highlights interoperability with vLLM, SGLang, TGI, llama.cpp, and MLX.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## SmolVLM2: Bringing Video Understanding to Every Device

DevFeed: [SmolVLM2: Bringing Video Understanding to Every Device](<https://devfeed.tech/articles/smolvlm2-bringing-video-understanding-to-every-device-7485.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolvlm2>)

Author: Orr Zohar; Miquel Farré; Andres Marafioti; merve; Pedro Cuenca; Cyril; Joshua

Published: 2025-02-20T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [devices](<https://devfeed.tech/tags/devices.md>), [images](<https://devfeed.tech/tags/images.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [llm](<https://devfeed.tech/tags/llm.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [release](<https://devfeed.tech/tags/release.md>), [swift](<https://devfeed.tech/tags/swift.md>), [video](<https://devfeed.tech/tags/video.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

SmolVLM2 introduces compact video-language models for video and visual understanding across devices. The article highlights three model sizes, MLX-ready Python and Swift APIs, and benchmark performance including Video-MME.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## SmolVLM Grows Smaller - Introducing the 256M & 500M Models!

DevFeed: [SmolVLM Grows Smaller - Introducing the 256M & 500M Models!](<https://devfeed.tech/articles/smolvlm-grows-smaller-introducing-the-256m-500m-models-7480.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolervlm>)

Author: Andres Marafioti; Miquel Farré; merve

Published: 2025-01-23T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [vlm](<https://devfeed.tech/topics/vlm.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [browser](<https://devfeed.tech/tags/browser.md>), [community](<https://devfeed.tech/tags/community.md>), [cost](<https://devfeed.tech/tags/cost.md>), [demo](<https://devfeed.tech/tags/demo.md>), [devices](<https://devfeed.tech/tags/devices.md>), [images](<https://devfeed.tech/tags/images.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mlx](<https://devfeed.tech/tags/mlx.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [research](<https://devfeed.tech/tags/research.md>), [smolvlm](<https://devfeed.tech/tags/smolvlm.md>), [tokenization](<https://devfeed.tech/tags/tokenization.md>), [training](<https://devfeed.tech/tags/training.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

Hugging Face announces 256M and 500M SmolVLM vision-language models, including base and instruction-tuned checkpoints. The release emphasizes small-footprint multimodal performance, a smaller vision encoder, larger image resolution, and support for Transformers, MLX, ONNX, and WebGPU demos.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.