Skip to content

Commit a04a715

Browse files
authored
Added inference simulator and more contact links (#14)
1 parent cf70133 commit a04a715

File tree

3 files changed

+3
-114
lines changed

3 files changed

+3
-114
lines changed

docs/architecture/Component Architecture/02_inf-extension.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

docs/community/contact_us.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ There are several ways you can join the community effort to develop and enhance
99
- Via the [**Github pages for llm-d:** https://github.com/llm-d](https://github.com/llm-d)**
1010
- Via our [**Slack Workspace:** https://llm-d.slack.com](https://llm-d.slack.com)
1111
- Via [**Reddit**: Reddit:https://www.reddit.com/r/llm_d/](Reddit:https://www.reddit.com/r/llm_d/)
12+
- We host a weekly standup for contributors on Wednesdays at 1230pm ET. Please join: [Meeting Details](https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NG9yZ3AyYTN0N3VlaW01b21xbWV2c21uNjRfMjAyNTA1MjhUMTYzMDAwWiByb2JzaGF3QHJlZGhhdC5jb20&tmsrc=robshaw%40redhat.com&scp=ALL)
13+
- We use Google Groups to share architecture diagrams and other content. Please join: [Google Group](https://groups.google.com/g/llm-d-contributors)
1214

1315
You can also find us on
1416

src/components/Welcome/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Welcome() {
3232
</a>
3333
</button>
3434
<button className="static-button">
35-
<a className="button-link" href="docs/community/work_with_us">
35+
<a className="button-link" href="docs/community/contribute">
3636
{/* Link to Community tab */}
3737
Community
3838
</a>

0 commit comments

Comments
 (0)