Skip to content

Commit b460ec1

Browse files
committed
Add Discord link to header and README
1 parent 11ec0cb commit b460ec1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AI Agents (Claude Code, Cursor, OpenClaw, [PicoClaw](https://github.com/sipeed/p
1818

1919
However, the local inference device market offers a bewildering array of choices with complex specs, and is rife with **misleading and inflated marketing claims**. Users can easily overpay for hardware that fails to meet their expectations.
2020

21-
**This project aims to harness the power of the open-source community to collect real-world LLM inference performance data**, helping users make sound local LLM deployment decisions.
21+
**This project aims to harness the power of the open-source community to collect real-world LLM inference performance data**, helping users make sound local LLM deployment decisions. **Join the discussion on [Discord](https://discord.gg/ved6aJmZQn)!**
2222

2323
Note: This project focuses on guiding individual users to select local LLM inference devices capable of running AI Agents. Listed devices must be able to run at least a 9B model, and are generally priced under $10,000.
2424

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AI Agent(Claude Code、Cursor、OpenClaw、[PicoClaw](https://github.com/sipee
1818

1919
然而本地推理设备选择性繁多,参数复杂,市场充斥着**虚标和迷惑性宣传**,用户很可能花大价钱买到不符合预期的硬件设备。
2020

21-
**本项目旨在发动开源社区开发者的力量,收集真实的大模型推理性能数据**,帮助用户做出合理的本地LLM推理设备部署计划。
21+
**本项目旨在发动开源社区开发者的力量,收集真实的大模型推理性能数据**,帮助用户做出合理的本地LLM推理设备部署计划。**欢迎加入 [Discord](https://discord.gg/ved6aJmZQn) 参与讨论!**
2222

2323
注意本项目以指导个人用户选择能本地运行AI Agent的LLM推理设备为目标,所以收录的设备至少需要能够运行9B大模型,以及一般来说价格应该控制在10000$以内。
2424

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ <h1><span>AI Agent</span> <span data-i18n="site_title">本地LLM推理设备部
3535
<p data-i18n="site_subtitle">用真实数据说话,拒绝虚标 — 社区驱动的大模型推理设备性能数据库</p>
3636
</div>
3737
<div class="header-btns">
38+
<a href="https://discord.gg/ved6aJmZQn" target="_blank" title="Join Discord" style="opacity:0.8;transition:opacity .2s;display:inline-flex;align-items:center" onmouseover="this.style.opacity='1'" onmouseout="this.style.opacity='0.8'"><svg width="26" height="26" viewBox="0 -28.5 256 256" xmlns="http://www.w3.org/2000/svg"><path d="M216.856 16.597A208.502 208.502 0 00164.042 0c-2.275 4.113-4.933 9.645-6.766 14.046-19.692-2.961-39.203-2.961-58.533 0-1.832-4.4-4.55-9.933-6.846-14.046a207.809 207.809 0 00-52.855 16.638C5.618 67.147-3.443 116.4 1.087 164.956c22.169 16.555 43.653 26.612 64.775 33.193A161.094 161.094 0 0079.735 175.3a136.413 136.413 0 01-21.846-10.632 108.636 108.636 0 005.356-4.237c42.122 19.702 87.89 19.702 129.51 0a131.66 131.66 0 005.355 4.237 136.07 136.07 0 01-21.886 10.653c4.006 8.02 8.638 15.67 13.873 22.848 21.142-6.58 42.646-16.637 64.815-33.213 5.316-56.288-9.08-105.09-38.056-148.36zM85.474 135.095c-12.645 0-23.015-11.805-23.015-26.18s10.149-26.2 23.015-26.2c12.867 0 23.236 11.804 23.015 26.2.02 14.375-10.148 26.18-23.015 26.18zm85.051 0c-12.645 0-23.014-11.805-23.014-26.18s10.148-26.2 23.014-26.2c12.867 0 23.236 11.804 23.015 26.2 0 14.375-10.148 26.18-23.015 26.18z" fill="#8b949e"/></svg></a>
3839
<a href="https://picoclaw.io" target="_blank" title="PicoClaw: Lightweight AI Agent"><img src="favicon.ico" alt="PicoClaw" style="width:28px;height:28px;vertical-align:middle;border-radius:4px;opacity:0.8;transition:opacity .2s" onmouseover="this.style.opacity='1'" onmouseout="this.style.opacity='0.8'"></a>
3940
<button class="lang-btn theme-icon" id="theme-toggle" onclick="toggleTheme()" title="Toggle theme">&#9790;</button>
4041
<button class="lang-btn" id="lang-toggle" onclick="toggleLang()">EN</button>

0 commit comments

Comments
 (0)