https://ollama.com/library/gemma4/tags
Gemma4 is a language model available through Ollama's model library with multiple tagged versions for different use cases and configurations. The Ollama platform enables users to run open-source large
Knowledge catalogue
Gemma4 is a language model available through Ollama's model library with multiple tagged versions for different use cases and configurations. The Ollama platform enables users to run open-source large
arXiv:2606.05174v1 Announce Type: new Abstract: Large Language Models (LLMs) have shown strong promise in healthcare applications. Yet deploying general-purpose models in real-world settings remains d
This is a social media post from ComfyUI's X (Twitter) account inviting users to join their community or platform. Without access to the specific post content, it likely promotes ComfyUI's node-based
Join us on a live interview with the CEO of ComfyUI! Today on TWiST, we're joined by @yoland_yan, Founder/ CEO of @ComfyUI. With 4M users, 150K downloads a day, and a $500M valuation from Craft, @Comf
arXiv:2606.05400v1 Announce Type: cross Abstract: Long-horizon autoformalization of research mathematics fails not only at hard lemmas, but at scale: statements drift, dependencies tangle, context dec
Lightricks is laying off 75 employees (17% of workforce) as it continues restructuring amid AI disruption, less than six months after a previous round of 85 layoffs. The company is splitting into two
arXiv:2606.05843v1 Announce Type: new Abstract: While Multimodal Large Language Models (MLLMs) demonstrate remarkable proficiency on complex vision-language tasks, the mechanisms by which they extract
arXiv:2606.06031v1 Announce Type: new Abstract: Masked diffusion language models generate text by iteratively unmasking many tokens in parallel, but this speed comes with a correction problem: tokens
arXiv:2606.06168v1 Announce Type: cross Abstract: We present ProSarc, an audio-only framework that detects sarcasm by modelling temporal prosodic incongruity, that is, the mismatch between local proso
arXiv:2606.06255v1 Announce Type: cross Abstract: Point clouds are a primary sensory representation for robotic perception, underpinning LiDAR-based autonomous driving, simultaneous localization and m
arXiv:2606.05828v1 Announce Type: cross Abstract: As Large Language Model (LLM) capabilities advance, locally deployed personal agents relying on API-based remote models and external skills have emerg
arXiv:2606.05975v1 Announce Type: new Abstract: Open-vocabulary 3D functionality segmentation enables robots to localize functional object components in 3D scenes. It is a challenging task that requir
arXiv:2606.05700v1 Announce Type: new Abstract: We present T-SAR-JEPA, a self-supervised framework for temporal anomaly detection in SAR amplitude stacks via latent prediction. A ViT-Base/16 encoder f
arXiv:2606.05880v1 Announce Type: new Abstract: Agile humanoid locomotion across diverse challenging terrain demands both wide perceptual coverage and precise local geometry understanding. Motivated b
arXiv:2606.05194v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly being deployed to make decisions that require trading off near-term gains against long-term consequences
A discussion from the StableDiffusion subreddit addressing whether text-to-speech or text-to-audiobook capabilities could be implemented with Stable Diffusion models. The post likely explores technica
Today on TWiST, we're joined by @yoland_yan, Founder/ CEO of @ComfyUI. With 4M users, 150K downloads a day, and a $500M valuation from Craft, @ComfyUI is one of the fastest growing platforms in creati
arXiv:2606.05346v1 Announce Type: new Abstract: Human language comprehension unfolds sequentially: each word is processed in the context of those that came before, and the interpretation builds increm
Ollama v0.30.6 fixes SSE streaming by skipping idle comment frames in completion and chat requests, addressing an issue where llama.cpp's default 30-second SSE ping caused streaming problems. The rele
v0.30.6-rc0 is a release candidate that fixes kernel template instantiation so library symbols are exported correctly , following improvements from the v0.30 series. The v0.30 base release improved co
arXiv:2606.05395v1 Announce Type: new Abstract: Reusable robot skills are becoming the basic units through which embodied agents turn open-ended instructions into long-horizon physical behavior. We ar
arXiv:2603.25157v2 Announce Type: replace-cross Abstract: Recent vision and multimodal foundation backbones, such as Transformer families and state-space models like Mamba, have achieved remarkable pr
LM Studio released performance improvements to its MLX Engine in a recent update, with a technical deep dive explanation provided by a team member. The improvements and underlying implementation detai
A discussion on r/ollama exploring which high-performance LLM models can be effectively run locally on standard laptop hardware , likely covering model size comparisons, hardware requirements, and per
What if AI video direction worked more like storyboarding? Draw-to-Direct uses quick sketches on an image to suggest motion, camera moves, and scene actions, giving the model visual guidance that text
arXiv:2606.06113v1 Announce Type: new Abstract: Despite generating increasingly photorealistic images, text-to-image (T2I) models still exhibit localized, subtle, and structurally complex failures. Di
Wow Ideogram-4.0 is immediately going into my @ComfyUI library of models. Ideogram even joins the top 10 all-around image leaderboard joining Microsoft, Google, Grok and OpenAI. In the Image Arena: op
arXiv:2606.04327v1 Announce Type: cross Abstract: We investigate the geometric structure of stationary plateaus that arise in the loss landscape of two-layer neural networks with smooth activation fun
arXiv:2606.04209v1 Announce Type: new Abstract: Counterfactual explanations seek small, semantically meaningful changes to an input that alter a model's prediction, and are widely used to interpret an
Why edge AI development is still hard AI is no longer confined to cloud experiments. Developers are increasingly expected to deliver AI inside apps, devices, and edge systems where responsiveness, pri
arXiv:2606.04074v1 Announce Type: cross Abstract: Adaptive patching is a recent and compelling proposal for time-series Transformers: allocate finer patches where the sequence looks locally informativ
AECbench is a public benchmark developed by Nomic AI that addresses the complex question of how to evaluate performance in the architecture, engineering, and construction (AEC) domain. The project rep
arXiv:2606.04111v1 Announce Type: cross Abstract: Indoor UAV navigation requires efficient exploration, scene understanding, and reliable trajectory execution under limited field-of-view observations.
arXiv:2606.05035v1 Announce Type: new Abstract: Long-horizon online visual mapping is a core capability for robot perception, requiring continuous camera-motion and scene-geometry estimation from visu
B9500 is a release of llama.cpp that includes a Metal backend optimization reducing reset heartbeat timing from 500ms to 5ms . The release provides compiled binaries across multiple platforms includin
Release b9503 of llama.cpp fixes multimodal (mtmd) support by handling Gemma 4 audio projector embedding size , specifically removing the projection_dim from clip_n_mmproj_embd. This build includes pr
b9504 is a build of llama.cpp that includes a CMake update to skip cvector-generator and export-lora when CPU backend is disabled . The release was published on June 4, 2026, with pre-built binaries a
b9505 is a latest release of llama.cpp that includes a commit adding a header to tools/server/server-http.h (#24089). The release provides precompiled binaries for multiple platforms including macOS,
Release b9509 is a build version of llama.cpp, which provides LLM inference in C/C++ . As a specific build identifier in the llama.cpp project's release history, it likely contains bug fixes, performa
b9512 is a release build of llama.cpp, which provides LLM inference in C/C++ . The release uses a version numbering system with 'b' prefixes for intermediate builds, with newer releases building upon
llama.cpp is a C/C++ implementation designed to enable LLM inference with minimal setup and state-of-the-art performance on a wide range of hardware locally and in the cloud. Build b9515 is an interme
llama.cpp is a C/C++ implementation that enables LLM inference with minimal setup and high performance across diverse hardware . Build b9518 is a release version from the llama.cpp project, which serv
arXiv:2606.04772v1 Announce Type: cross Abstract: Understanding the relationship between deep visual representations and the human visual system is a fundamental challenge in computational neuroscienc
arXiv:2606.04881v1 Announce Type: cross Abstract: Face aging plays an important role in long-term biometric analysis, cross-age identity verification, and forensic identity analysis. Since the same su
arXiv:2606.04399v1 Announce Type: new Abstract: In the paradigm of decentralized learning, a group of agents collaborate to train a global model using distributed datasets without a central server. Al
arXiv:2606.04188v1 Announce Type: cross Abstract: Offline goal-conditioned reinforcement learning requires both long-horizon reachability estimates and local action comparisons. Dual goal representati
arXiv:2606.04527v1 Announce Type: cross Abstract: We present Echo Infinity, an autoregressive (AR) framework towards real-time infinite video generation that employs a learnable evolving memory to dyn
arXiv:2603.16867v2 Announce Type: replace-cross Abstract: Large language models (LLMs) with chain-of-thought reasoning achieve state-of-the-art performance across complex problem-solving tasks, but th
arXiv:2606.04166v1 Announce Type: new Abstract: Practical text-recognition pipelines for historical documents typically decompose layout analysis into line detection followed by a separate reading-ord
arXiv:2606.04705v1 Announce Type: cross Abstract: Semantic segmentation in medical imaging is a critical yet challenging task due to data scarcity and high variability across modalities. While foundat
Gemma4 is a language model available through Ollama's model library that users can download and run locally. The entry likely provides information about the model's specifications, capabilities, and h
arXiv:2606.05103v1 Announce Type: cross Abstract: The Nancy Grace Roman Space Telescope (Roman), set for launch as early as September 2026, will conduct wide-field infrared imaging surveys with unprec
arXiv:2606.04227v1 Announce Type: cross Abstract: We present an algorithmic framework for incremental maintenance of first sheaf cohomology H^1(X; F) on dynamically evolving 1-dimensional cellular com
Introducing Magenta RealTime 2 🎺 - Open model for live music generation - Just 2.4B parameters, perfect for on-device - Low latency control - Control with audio, MIDI, and text We're releasing it with
arXiv:2606.04310v1 Announce Type: new Abstract: Deep Neural Networks (DNNs) are increasingly being deployed in security-critical and safety-sensitive applications, which makes rigorous testing essenti
Locally is now LM Studio’s mobile app. And today we're bringing LM Link to iPhone. Use your largest local models over a secure, end-to-end encrypted connection, anywhere you go. Download the app now:
locked n loaded🔒 Made in @comfyUI, @AdobeAE + @Photoshop, @suno Vid models: @Alibaba_Wan 2.2, @ltx_model 2.3 @thesystms FLW Img models: @openai GPT 2.0, @googleai Nano Banana 2, @krea 2, @grok GFX: @t
arXiv:2606.04534v1 Announce Type: new Abstract: Agile quadrotor flight in cluttered scenes requires more than a reactive mapping from a depth image to a control command: the vehicle must remember whic
LM Studio has released a mobile app that enables users to run and access local language models on their smartphones. The app extends LM Studio's desktop functionality, allowing users to deploy and int
arXiv:2606.04688v1 Announce Type: new Abstract: Autoregressive mesh generation has gained attention by tokenizing meshes into sequences and training models in a language-modeling fashion. However, exi