Compare commits

..

2 Commits

Author SHA1 Message Date
9652b83ea3 vault backup: 2026-02-15 22:58:53 2026-02-15 22:58:53 +08:00
cd7b6b823b vault backup: 2026-02-15 10:52:57 2026-02-15 10:52:57 +08:00
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
1. Claude编程向的LLM大模型
1. 本地部署 LLM无订阅使用 Claude Code https://km.netease.com/v4/detail/blog/258409
1. **本地部署 LLM并让 Claude Code 使用本地模型作为推理后端**。 claude code + glm4.5
2. 【【硬核教程】教你搭建Mac AI集群4台M3 Ultra运行万亿参数大模型】 https://www.bilibili.com/video/BV18wZjBuEUB/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
2. Claude Code Agent Teams 实验与技术剖析 https://km.netease.com/v4/detail/blog/259175
3. 部署思路:
1. Ollama。https://zhuanlan.zhihu.com/p/1996694609837983703
@@ -57,6 +58,7 @@
6. DeepSeek
7. Trae
1. 【MCP到虚幻5感觉吃了一坨大的但是有点甜AI创作游戏前瞻trae+UE】 https://www.bilibili.com/video/BV1JmG9zPEqw/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
2. ***【TRAE正式上线Seed 2.0模型和Seedance2同代的编程模型Seed2.0到底什么水平*** https://www.bilibili.com/video/BV1y8ZLBcEMQ/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
8. MacStudio叠罗汉
1. 在 Mac Studio 集群上用 MLX 做分布式推理 / 训练,核心是**统一环境、免密 SSH、低延迟网络、mlx.launch 调度**,推荐优先用 Thunderbolt 5 + RDMA 以获得最佳性能。

View File

@@ -18,6 +18,10 @@ https://docs.openclaw.ai/install/docker
- openclaw gateway
- openclaw gateway status
- openclaw configure
修改模型:
```
openclaw models set <provider/model>
```
# 查看日志
openclaw logs --follow