HomeTags#open-modelPage 2

Tag timeline

#open-modelpage 2/4

同じキーワードで束ねられた更新の続きです。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total119#open-model の全掲載記事All listed entries tagged #open-model
Showing30このページの表示件数Entries on this page
Page2/4静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 2/4 · 119 total

Tue, Jul 281 entries
コミュニティCommunityLocal Models·Qiita LLM

RGBカメラ1台でロボットを制御するMistralの「Robostral Navigate」Mistral introduced Robostral Navigate, a model enabling robot navigation using…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約MistralがRGBカメラ1台の映像だけでロボットのナビゲーションを実現する「Robostral Navigate」を発表。深度センサーや複雑なセンサー構成なしにビジョンベースの自律移動が可能になる点が注目される。

AI SUMMARYMistral introduced Robostral Navigate, a model enabling robot navigation using only a single RGB camera feed. This lowers the hardware barrier for autonomous robotics by eliminating the need for depth sensors or multi-sensor rigs.

RGBカメラ1台でロボットを動かすMistralのRobostral Navigateog
Mon, Jul 271 entries
コミュニティCommunityLocal Models·Qiita LLM

Gemma 4 を「自分専用のAIチャット」にしてみた 〜Ollama + FastAPI で作るブラウザUI〜This article walks through building a private AI chat interface by running…

重要度 InfoInformational深掘り候補 · 技術記事 · Local LLM / Open ModelsDeep-dive candidate · technical post · Local LLM / Open Models

AI要約Ollama で Gemma 4 をローカル実行し、FastAPI とブラウザUIを組み合わせてプライベートなAIチャット環境を構築する手順を解説した記事。クラウド不要で手軽にLLMを活用できる点が実用上の大きな魅力です。

AI SUMMARYThis article walks through building a private AI chat interface by running Gemma 4 locally via Ollama and exposing it through a FastAPI backend with a browser-based UI. It matters because it gives developers a straightforward, cloud-free path to self-hosted LLM chat.

Gemma 4 を "自分専用のAIチャット" にしてみた 〜Ollama + FastAPI で作るブラウザUI〜og
Sun, Jul 262 entries
コミュニティCommunityLocal Models·Zenn LLM

GGUF互換なのに llama.cpp と PPL が一致しなかった──Layer 0まで追って見えた「演算経路」の違いAn investigation into why perplexity scores diverged between llama.cpp and…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約GGUF形式で互換性があるはずのモデルでも、llama.cpp と他実装でパープレキシティが一致しない原因をLayer 0まで追跡した結果、テンソル演算の経路の違いが数値誤差を生むことが判明した。推論再現性を重視する開発者にとって重要な知見。

AI SUMMARYAn investigation into why perplexity scores diverged between llama.cpp and another GGUF-compatible runtime traced the root cause to differences in tensor computation paths at Layer 0, revealing that format compatibility alone does not guarantee numerical reproducibility.

GGUF互換なのに llama.cpp と PPL が一致しなかった──Layer 0まで追って見えた「演算経路」の違いog
コミュニティCommunityLocal Models·Qiita LLM

Kimi-K2.6、Qwen3.6、gemma-4、勝つのはどれだ!無料オープンLLM対決!A benchmark comparison of three freely available open LLMs—Kimi-K2.6, Qwen3.6,…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約無料で利用できるオープンLLMであるKimi-K2.6、Qwen3.6、gemma-4を複数のベンチマークで比較し、それぞれの強みと実用性を検証した記事です。

AI SUMMARYA benchmark comparison of three freely available open LLMs—Kimi-K2.6, Qwen3.6, and Gemma-4—evaluating their strengths and practical performance to help users choose the best model.

Sat, Jul 253 entries
コミュニティCommunityLocal Models·Zenn LLM

非力なGPUでローカルLLMは動くか――Gemma 4 E2B QATの実験環境とPythonコードを公開A developer shares a reproducible experiment running Gemma 4 E2B QAT on a…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約低スペックGPU環境でGemma 4 E2B QATモデルを動作させる実験を行い、その環境構成と再現可能なPythonコードを公開。手頃なハードウェアでローカルLLMを活用できる可能性を示した。

AI SUMMARYA developer shares a reproducible experiment running Gemma 4 E2B QAT on a low-end GPU, publishing the full environment setup and Python code to help others run local LLMs on modest hardware.

非力なGPUでローカルLLMは動くか――Gemma 4 E2B QATの実験環境とPythonコードを公開og
コミュニティCommunityLocal Models·Zenn LLM

Gemma 4 12BをiPhoneで投機デコードする:2.4倍高速化とA19最適化This article details how speculative decoding applied to Gemma 4 12B on Apple's…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約iPhoneのA19チップ上でGemma 4 12Bを動作させる際に投機的デコードを適用し、推論速度を最大2.4倍改善した手法を解説した記事。エッジデバイスでの大規模モデル実用化に向けた具体的な最適化アプローチとして注目される。

AI SUMMARYThis article details how speculative decoding applied to Gemma 4 12B on Apple's A19 chip achieves up to 2.4× inference speedup on iPhone, offering practical techniques for running large models efficiently on edge devices.

コミュニティCommunityLocal Models·Zenn LLM

Gemma 4 12B を Core ML で 128K コンテキストで動かすThis article explains how to run Gemma 4 12B with a 128K context window on…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Apple Silicon 上で Core ML を使い Gemma 4 12B を 128K トークンのコンテキスト長で動作させる手順を解説した記事で、ローカル環境での大規模モデル活用の可能性を示している。

AI SUMMARYThis article explains how to run Gemma 4 12B with a 128K context window on Apple Silicon using Core ML, demonstrating that large open models can be deployed locally without cloud infrastructure.

Thu, Jul 232 entries
コミュニティCommunityLocal Models·Zenn LLM

VRAMに乗らないMoEをNVMe+GPU推論で動かす:Hypura/llama.cpp/TurboQuant解説This article explains how to run large MoE models that exceed VRAM capacity by…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約VRAMに収まらない大規模MoEモデルをNVMeストレージとGPUを組み合わせて実用的に推論する手法を、Hypura・llama.cpp・TurboQuantの三ツールを軸に解説した記事。コンシューマー環境でも巨大モデルを動かせる可能性を示す点で注目に値する。

AI SUMMARYThis article explains how to run large MoE models that exceed VRAM capacity by offloading layers to NVMe storage while leveraging GPU acceleration, using Hypura, llama.cpp, and TurboQuant. It matters because it opens a practical path for running frontier-scale models on consumer hardware.

公式OfficialLocal Models·Ollama Releases

v0.32.3-rc0: Lagunaモデルをupstream llama.cppに同期v0.32.3-rc0: model: align Laguna with upstream llama.cpp (#17335)

重要度 MediumMedium priority公式リリース · Local LLM / Open Modelsofficial release · Local LLM / Open Models

AI要約Ollamaのリリース候補v0.32.3-rc0では、LagunaモデルのアーキテクチャをアップストリームのLlama.cppの実装に合わせる修正が行われた。互換性と動作精度の向上が目的。

AI SUMMARYRelease candidate v0.32.3-rc0 aligns Ollama's Laguna model implementation with upstream llama.cpp, ensuring compatibility and correctness with the reference architecture.

v0.32.3-rc0: model: align Laguna with upstream llama.cpp (#17335)media
Tue, Jul 212 entries
公式OfficialNews/Policy·Microsoft Source

MicrosoftとMistralが戦略的提携を拡大、企業・規制産業向けにコントロール可能なフロンティアAIを提供Microsoft and Mistral expand strategic partnership to give enterprises and regulated industries frontier AI they can control

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約MicrosoftとMistralは戦略的提携を強化し、企業や規制の厳しい業界が自社管理できるフロンティアAIモデルを利用しやすくする。この連携拡大により、セキュリティやコンプライアンス要件の高い組織でも最先端AIの導入が現実的になる。

AI SUMMARYMicrosoft and Mistral have deepened their strategic partnership to bring controllable frontier AI models to enterprises and regulated industries, making it easier for compliance-sensitive organizations to adopt cutting-edge AI on their own terms.

コミュニティCommunityLocal Models·Qiita LLM

小さなLLM(Llama-3.2-1B)をQLoRAでファインチューニングしてFunction Callingを覚えさせてみたThis article demonstrates fine-tuning the compact Llama-3.2-1B model with QLoRA…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Llama-3.2-1BというコンパクトなモデルにQLoRAを用いてFunction Callingを学習させる手法を解説しており、限られたリソースでもツール呼び出し能力を獲得できることを示している。

AI SUMMARYThis article demonstrates fine-tuning the compact Llama-3.2-1B model with QLoRA to enable function calling, showing that tool-use capabilities can be taught even on limited hardware.

Thu, Jul 164 entries
報道NewsNews/Policy·TechCrunch

Thinking Machinesが初のオープンモデル「Inkling」を公開、画一的なAIへの対抗姿勢を強化Thinking Machines amps up its bet against one-size-fits-all AI with its first open model, Inkling

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約Thinking Machinesは独自の特化型AIアプローチを推進するため、初のオープンモデル「Inkling」をリリースした。汎用大規模モデル一辺倒の業界に対し、目的別最適化という方向性を示す重要な一手となる。

AI SUMMARYThinking Machines released Inkling, its first open model, doubling down on its philosophy that purpose-built AI beats one-size-fits-all solutions. The move signals a broader push to challenge general-purpose LLM dominance with task-optimized alternatives.

公式OfficialAgent Frameworks·Hugging Face Blog

Shippyの開発から学んだエージェント構築の知見What building Shippy taught us about building agents

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約AllenAIがAIエージェント「Shippy」を構築した経験をもとに、実用的なエージェント設計における課題と解決策を共有している。信頼性の高いエージェント開発に役立つ実践的な教訓をまとめた内容だ。

AI SUMMARYAllenAI shares practical lessons learned from building Shippy, an AI agent, covering key design challenges and architectural decisions that matter for anyone developing reliable agents.

新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

モデルルーティングはシンプル――複雑になるまではModel Routing Is Simple. Until It Isn’t.

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約IBM Researchがモデルルーティングの実用的な課題を解説し、単純なコスト最適化を超えた精度・レイテンシ・安全性のトレードオフを考慮する設計手法を提案している。

AI SUMMARYIBM Research examines the real-world complexity of LLM model routing, showing why naive cost-based approaches fall short and how to balance accuracy, latency, and safety trade-offs effectively.

🔥 HOT報道NewsNews/Policy·TechCrunch

Apple Intelligence、アリババのQwen AIと共に中国でのリリースが承認されるApple Intelligence approved for launch in China with Alibaba’s Qwen AI

重要度 HighHigh priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約AppleはアリババのQwen AIを採用したApple Intelligenceを中国で展開する承認を取得した。規制の壁を越えたことで、巨大な中国市場へのAI機能提供が現実となる。

AI SUMMARYApple has received regulatory approval to launch Apple Intelligence in China using Alibaba's Qwen AI, marking a significant breakthrough that opens the world's largest smartphone market to Apple's AI features.

Wed, Jul 153 entries
コミュニティCommunityLocal Models·Zenn LLM

Gemma 4 12Bは本当に速いのか、M5 MacでGemma 3と比べてみたA hands-on benchmark comparing Gemma 4 12B and Gemma 3 on an M5 Mac, examining…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約M5 Mac上でGemma 4 12BとGemma 3を実際に比較し、エンコーダーフリー設計による推論速度の向上が実用レベルで体感できるかを検証した記事。ローカルLLM選定の参考になる実測データを提供している。

AI SUMMARYA hands-on benchmark comparing Gemma 4 12B and Gemma 3 on an M5 Mac, examining whether the encoder-free architecture delivers real-world inference speed gains for local LLM users.

新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

Thinking Machines による「Inkling」のご紹介Welcome Inkling by Thinking Machines

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Thinking MachinesがオープンなLLM「Inkling」を公開した。フィリピン発の研究チームによる本モデルは、東南アジア言語への対応と現地ユースケースへの最適化を重視しており、地域特化型オープンモデルの新たな選択肢となる。

AI SUMMARYThinking Machines has released Inkling, an open large language model built with a focus on Southeast Asian languages and local use cases, offering the region a purpose-built alternative to generic multilingual models.

コミュニティCommunityLocal Models·Qiita LLM

Gemma 4 E2BとTensor SDKベータでPixel 10のオンデバイスAI開発が本格化Google released Gemma 4 E2B alongside a Tensor SDK beta, enabling developers to…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約GoogleはGemma 4 E2BモデルとTensor SDKベータ版を公開し、Pixel 10上でのオンデバイスAI推論をローカルで実装できる環境を整えた。これにより開発者はクラウド依存なしに高度なAI機能をAndroidアプリへ組み込めるようになる。

AI SUMMARYGoogle released Gemma 4 E2B alongside a Tensor SDK beta, enabling developers to run on-device AI inference directly on Pixel 10 hardware. This lowers the barrier for building advanced AI features in Android apps without relying on cloud services.

Tue, Jul 142 entries
コミュニティCommunityLocal Models·Qiita LLM

【AWS】Gemma 4をセルフホスティングしてみた〜クラッシュを回避するインスタンス選定とメモリのリアル〜A practical guide to self-hosting Gemma 4 on AWS, covering how to choose the…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約AWSでGemma 4をセルフホスティングする際に発生するクラッシュを回避するため、適切なEC2インスタンス選定とメモリ管理の実践的な知見をまとめた記事。コスト効率と安定稼働を両立するための具体的な手順が参考になる。

AI SUMMARYA practical guide to self-hosting Gemma 4 on AWS, covering how to choose the right EC2 instance to avoid OOM crashes and manage memory effectively for stable inference.

【AWS】Gemma 4をセルフホスティングしてみた〜クラッシュを回避するインスタンス選定とメモリのリアル〜og
公式OfficialGemini/Gemma·Google Developers Blog

システムエンジニアリング実践ガイド:Ironwood(TPU v7)上でのQwen 3.5-397B MoEの最適化Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約GoogleがIronwood TPU上でQwen 3.5-397BのMoEモデルを効率的に動かすための最適化手法を公開。大規模オープンモデルをTPUで本番運用する際の実践的な知見を提供している。

AI SUMMARYGoogle published a detailed systems engineering guide for optimizing the Qwen 3.5-397B MoE model on Ironwood (TPU v7), offering practical techniques that help teams efficiently deploy large open-weight models on TPU infrastructure.

Sat, Jul 112 entries
コミュニティCommunityClaude Code·Zenn Claude

日本のAIプラットフォームでGLM・DeepSeekなど7モデルのコードレビュー性能を検証するA benchmark study on a Japanese AI platform compares code review performance…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約日本のAIプラットフォーム上でGLMやDeepSeekを含む7つのモデルのコードレビュー能力を比較検証し、各モデルの実用的な強みと弱点を明らかにした。

AI SUMMARYA benchmark study on a Japanese AI platform compares code review performance across seven models including GLM and DeepSeek, revealing practical trade-offs for developers choosing between open and proprietary options.

🔥 HOTコミュニティCommunityLocal Models·Qiita LLM

MetaがオープンウェイトモデルをやめてMuse Spark 1.1で有料API市場に参入Meta has shifted away from its open-weight model strategy and launched Muse…

重要度 HighHigh priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約MetaがこれまでのオープンウェイトモデルLlamaの方針を転換し、新モデルMuse Spark 1.1を有料APIとして提供開始した。この戦略変更はオープンソースAIコミュニティに大きな影響を与える可能性がある。

AI SUMMARYMeta has shifted away from its open-weight model strategy and launched Muse Spark 1.1 as a paid API offering, marking a significant policy reversal that could reshape how developers access Meta's AI models.

オープンウェイトをやめたMeta、Muse Spark 1.1で有料APIに参入og
Fri, Jul 101 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

PyTorchでのプロファイリング(第3回):アテンション機構を徹底解析Profiling in PyTorch (Part 3): Attention is all you profile

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約PyTorchのプロファイリングシリーズ第3弾として、LLMの中核であるアテンション機構の計算ボトルネックを特定・最適化する手法を解説。実際のパフォーマンス改善に直結する実践的な内容となっている。

AI SUMMARYThe third installment of a PyTorch profiling series focuses on diagnosing and optimizing attention mechanism bottlenecks in large language models, offering practical techniques for real-world performance gains.

Thu, Jul 91 entries
公式OfficialAgent Frameworks·Hugging Face Blog

エージェント向けデータの公開Data for Agents

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約NVIDIAがエージェントAIの学習・評価に使えるオープンデータセットをHugging Faceで公開した。高品質なエージェント向けデータの不足を補い、研究開発を加速させる狙いがある。

AI SUMMARYNVIDIA released open datasets on Hugging Face specifically designed for training and evaluating AI agents, addressing the scarcity of high-quality agentic data to accelerate research.

Wed, Jul 83 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

vLLMのネイティブ速度 transformers モデリングバックエンドNative-speed vLLM transformers modeling backend

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約HuggingFaceのtransformersライブラリがvLLMのネイティブモデリングバックエンドとして統合され、重複実装なしに最高速度での推論が可能になった。

AI SUMMARYTransformers is now a native modeling backend for vLLM, enabling full-speed inference without duplicating model implementations across the two libraries.

新規収集INDEXED公式OfficialNews/Policy·Hugging Face Blog

ワンクリックでHugging FaceからAmazon SageMaker StudioへFrom Hugging Face to Amazon SageMaker Studio in one click

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約Hugging FaceのモデルページからAmazon SageMaker Studioに直接デプロイできる統合機能が追加され、MLエンジニアのワークフローが大幅に簡略化された。

AI SUMMARYA new one-click integration lets users deploy Hugging Face models directly into Amazon SageMaker Studio, significantly reducing friction for ML practitioners moving from model discovery to production.

新規収集INDEXED公式OfficialNews/Policy·Hugging Face Blog

Foundry Managed ComputeでHugging Faceモデルを利用するHugging Face Models on Foundry Managed Compute

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約Microsoft FoundryのManaged ComputeでHugging Faceのオープンモデルをデプロイできるようになり、エンタープライズ環境での運用が容易になった。

AI SUMMARYHugging Face open models can now be deployed on Microsoft Foundry Managed Compute, making it easier for enterprises to run open-source LLMs in a managed cloud environment.

Tue, Jul 73 entries
新規収集INDEXED公式OfficialNews/Policy·Hugging Face Blog

SkyPilotでHugging Faceをゼロ転送コストストレージに:どのクラウドでもAIワークロードを実行Run AI workloads on any cloud, store on Hugging Face: zero-egress storage with SkyPilot

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約SkyPilotとHugging Faceの統合により、どのクラウドでもAIワークロードを実行しながらデータをHugging Faceに保存でき、クラウド間のデータ転送コストを削減できる。

AI SUMMARYSkyPilot now integrates with Hugging Face as a zero-egress storage backend, letting teams run AI workloads on any cloud while keeping datasets and model artifacts on Hugging Face without incurring data transfer fees.

新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

LeRobot v0.6.0: 想像・評価・改善LeRobot v0.6.0: Imagine, Evaluate, Improve

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約LeRobot v0.6.0では、ロボット学習における想像・評価・改善のサイクルを強化する新機能が追加され、実機なしでの検証や性能改善が容易になった。

AI SUMMARYLeRobot v0.6.0 introduces capabilities for imagination-based planning, improved evaluation pipelines, and iterative policy improvement, making robot learning more accessible without physical hardware.

新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

PRX 第4部:データ戦略PRX Part 4: Our Data Strategy

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約PhotoroomがPRXシリーズ第4弾としてデータ戦略を公開し、ローカルLLMの学習に使用したデータ収集・管理手法を解説している。高品質なデータパイプラインの構築がモデル性能向上の鍵であることを示す。

AI SUMMARYPhotoroom details the data strategy behind their PRX model series, covering how they curated and managed training data for local LLMs. This matters because robust data pipelines are central to achieving strong model performance.