返回顶部
m

mac-studio-aiMac Studio AI

Mac Studio AI — run LLMs, image generation, speech-to-text, and embeddings on your Mac Studio. M2 Ultra (192GB), M3 Ultra (512GB), M4 Max (128GB), and M4 Ultra (256GB) make the Mac Studio the most powerful local AI device. Load 120B+ models in Mac Studio unified memory. Route across multiple Mac Studios automatically. Mac Studio本地AI推理。Mac Studio IA local.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
135
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

mac-studio-ai

Mac Studio AI — 最强大的本地AI机器

Mac Studio是本地AI的最佳硬件。配备256GB统一内存的Mac Studio M4 Ultra可运行120B+参数模型。配备512GB内存的Mac Studio M3 Ultra可加载在其他设备上需要4-8块NVIDIA A100的前沿模型。Mac Studio在单一内存池中运行一切——无PCIe瓶颈。

一台Mac Studio就是一台性能猛兽。多台Mac Studio组成一个集群。

Mac Studio的AI配置

Mac Studio配置芯片内存GPU核心数Mac Studio LLM最佳适配
Mac Studio M4 MaxM4 Max128GB40Mac Studio上的70B模型
Mac Studio M4 Ultra
M4 Ultra | 256GB | 80 | Mac Studio上的120B+模型 | | Mac Studio M3 Ultra | M3 Ultra | 192-512GB | 76 | Mac Studio上的236B模型 | | Mac Studio M2 Ultra | M2 Ultra | 192GB | 76 | Mac Studio上的70B-120B模型 |

配置你的Mac Studio

bash
pip install ollama-herd # 在你的Mac Studio上安装
herd # 启动Mac Studio作为路由器(端口11435)
herd-node # 连接其他Mac Studio或其他设备

Mac Studio会在你的本地网络中自动发现彼此。

添加Mac Studio图像生成功能

bash
uv tool install mflux # Flux模型(Mac Studio M4 Ultra上512px约5秒)
uv tool install diffusionkit # Mac Studio上的Stable Diffusion 3/3.5

使用你的Mac Studio进行AI推理

Mac Studio LLM推理——运行最大的模型

python
from openai import OpenAI

连接到运行Ollama Herd的Mac Studio

macstudio = OpenAI(baseurl=http://mac-studio:11435/v1, api_key=not-needed)

120B模型——在Mac Studio M4 Ultra(256GB统一内存)上流畅运行

response = mac_studio.chat.completions.create( model=gpt-oss:120b, # 完全加载在Mac Studio统一内存中 messages=[{role: user, content: Mac Studio如何处理大型AI模型?}], stream=True, ) for chunk in response: print(chunk.choices[0].delta.content or , end=)

Mac Studio图像生成

bash

通过mflux使用Flux——Mac Studio M4 Ultra上约5秒


curl -o macstudioart.png http://mac-studio:11435/api/generate-image \
-H Content-Type: application/json \
-d {model: z-image-turbo, prompt: 极简桌面上的Mac Studio,带有全息AI显示屏, width: 1024, height: 1024}

Mac Studio上的Stable Diffusion 3——约9秒

curl -o macstudiosd3.png http://mac-studio:11435/api/generate-image \ -H Content-Type: application/json \ -d {model: sd3-medium, prompt: Mac Studio M4 Ultra渲染AI艺术, width: 1024, height: 1024, steps: 20}

Mac Studio语音转文字

bash

通过Qwen3-ASR在Mac Studio上转写


curl http://mac-studio:11435/api/transcribe \
-F file=@macstudiomeeting.wav \
-F model=qwen3-asr

Mac Studio嵌入向量

bash

在Mac Studio上生成嵌入向量


curl http://mac-studio:11435/api/embed \
-d {model: nomic-embed-text, input: Mac Studio M4 Ultra统一内存AI推理}

Mac Studio推荐模型

Mac Studio配置此Mac Studio适用的模型
Mac Studio M4 Max (128GB)llama3.3:70b, qwen3:72b, deepseek-r1:70b, codestral
Mac Studio M4 Ultra (256GB)
gpt-oss:120b, qwen3:110b, 同时运行两个70B模型 | | Mac Studio M3 Ultra (512GB) | deepseek-v3:236b(量化版),同时运行多个70B模型 |

向Mac Studio询问推荐:GET http://mac-studio:11435/dashboard/api/recommendations

多台Mac Studio组成集群

Mac Studio #1 (M4 Ultra, 256GB) ─┐
Mac Studio #2 (M4 Max, 128GB) ├──→ Mac Studio路由器 (:11435) ←── 你的应用
Mac Mini (32GB) ─┘

Mac Studio路由器根据7个信号对每台设备进行评分。大型模型会路由到内存最大的Mac Studio。

监控你的Mac Studio

Mac Studio仪表盘位于http://mac-studio:11435/dashboard——显示每台Mac Studio上加载的模型、队列深度、热状态和内存。

bash

Mac Studio集群状态


curl -s http://mac-studio:11435/fleet/status | python3 -m json.tool

Mac Studio健康检查

curl -s http://mac-studio:11435/dashboard/api/health | python3 -m json.tool

Mac Studio集群状态响应示例:
json
{
fleet: {nodesonline: 2, nodestotal: 2},
nodes: [
{nodeid: Mac-Studio-Ultra, memory: {totalgb: 256, used_gb: 120}},
{nodeid: Mac-Studio-Max, memory: {totalgb: 128, used_gb: 85}}
]
}

完整文档

贡献

Ollama Herd是开源项目(MIT协议)。由Mac Studio用户为Mac Studio用户构建:

  • - 在GitHub上标星 — 帮助其他Mac Studio用户找到我们
  • 提交问题 — 分享你的Mac Studio AI设置
  • 欢迎提交PR — CLAUDE.md为AI代理提供完整上下文。444个测试,异步Python。

安全护栏

  • - 无自动下载 — Mac Studio模型拉取需要明确的用户确认。
  • 模型删除需要明确的用户确认。
  • 所有Mac Studio请求保持本地 — 无数据离开你的网络。
  • 切勿删除或修改~/.fleet-manager/中的文件。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mac-studio-ai-1775920921 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mac-studio-ai-1775920921 技能

通过命令行安装

skillhub install mac-studio-ai-1775920921

下载

⬇ 下载 mac-studio-ai v1.0.3(免费)

文件大小: 3.1 KB | 发布时间: 2026-4-12 10:29

v1.0.3 最新 2026-4-12 10:29
Cross-platform support: macOS, Linux, and Windows. Updated OS metadata, descriptions, and hardware recommendations.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部