Skip to content

Commit 77a5422

Browse files
authored
Redirect ecosystem/join page (#1923)
Signed-off-by: Chris Abraham <[email protected]>
1 parent 6ce7e84 commit 77a5422

6 files changed

+8
-60
lines changed

_posts/2019-07-18-pytorch-ecosystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When we review project submissions for the PyTorch ecosystem, we take into accou
4141
5. *Ongoing maintenance:* Project authors need to be committed to supporting and maintaining their projects.
4242
6. *Community:* Projects should have (or be on track to building) an active, broad-based community.
4343

44-
If you would like to have your project included in the PyTorch ecosystem and featured on [pytorch.org/ecosystem](http://pytorch.org/ecosystem), please complete the form [here](https://pytorch.org/ecosystem/join). If you've previously submitted a project for consideration and haven't heard back, we promise to get back to you as soon as we can - we've received a lot of submissions!
44+
If you would like to have your project included in the PyTorch ecosystem and featured on [pytorch.org/ecosystem](http://pytorch.org/ecosystem), please complete the form [here](https://github.com/pytorch-fdn/ecosystem). If you've previously submitted a project for consideration and haven't heard back, we promise to get back to you as soon as we can - we've received a lot of submissions!
4545

4646
## PyTorch Hub for reproducible research | New models
4747

_posts/2024-05-11-enhancing-deep-learning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to the thriving PyTorch ecosystem, where a wealth of tools and libraries
88

99
Initially, PyTorch aimed to establish a thriving community, enabling developers to access each other's tools, engage in meaningful discussions, and explore the wealth of resources available within the community.
1010

11-
Today, the PyTorch ecosystem has grown to feature over 100 projects tailored to your needs, providing robust support, enhanced speed, and effortless integration with PyTorch. If your project aligns with our mission, we invite you to [submit](https://pytorch.org/ecosystem/join) it and join this dynamic ecosystem.
11+
Today, the PyTorch ecosystem has grown to feature over 100 projects tailored to your needs, providing robust support, enhanced speed, and effortless integration with PyTorch. If your project aligns with our mission, we invite you to [submit](https://github.com/pytorch-fdn/ecosystem) it and join this dynamic ecosystem.
1212

1313
New this month, we’ve moved all of our Ecosystem blogs over to our PyTorch.org website to host a space where our community can show off the latest innovations with our users. Read on to hear about the latest projects in the ecosystem!
1414

@@ -94,7 +94,7 @@ Our diverse ecosystem tools are instrumental in PyTorch's success.. They provid
9494

9595
Leveraging these tools empowers developers and researchers to accelerate their deep learning workflows and unlock new possibilities in the field of AI.
9696

97-
Have a tool that would be a good fit for the [PyTorch Ecosystem](https://pytorch.org/ecosystem/)? If you can answer the below questions, we’d love for you to [submit your tool for review](https://pytorch.org/ecosystem/join).
97+
Have a tool that would be a good fit for the [PyTorch Ecosystem](https://pytorch.org/ecosystem/)? If you can answer the below questions, we’d love for you to [submit your tool for review](https://github.com/pytorch-fdn/ecosystem).
9898

9999

100100

_posts/2024-12-23-2024-year-in-review.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Throughout the year the PyTorch Team has been working hard to introduce a number
4040

4141
We’ve also had a number of strong technical showcases throughout the year to highlight how PyTorch can be used! [TorchTitan](https://arxiv.org/html/2410.06511v1) exhibited what an open source, PyTorch-native distributed training system could look like for training large language models (LLMs). [TorchChat](https://pytorch.org/blog/torchchat-local-llm-inference/) showcased how to seamlessly and performantly run LLMs across laptop, desktop, and mobile devices.
4242

43-
As well we were very excited to include [multiple new projects](https://pytorch.org/blog/enhancing-deep-learning/) into the PyTorch ecosystem throughout 2024, including the introduction of [vLLM](https://pytorch.org/blog/vllm-joins-pytorch/) into the PyTorch Ecosystem, a state-of-the-art inference engine, which gives machine learning engineers an easy, fast, and cheap way of serving LLMs. If you are interested in joining the PyTorch Ecosystem, please [join](https://pytorch.org/ecosystem/join)!
43+
As well we were very excited to include [multiple new projects](https://pytorch.org/blog/enhancing-deep-learning/) into the PyTorch ecosystem throughout 2024, including the introduction of [vLLM](https://pytorch.org/blog/vllm-joins-pytorch/) into the PyTorch Ecosystem, a state-of-the-art inference engine, which gives machine learning engineers an easy, fast, and cheap way of serving LLMs. If you are interested in joining the PyTorch Ecosystem, please [join](https://github.com/pytorch-fdn/ecosystem)!
4444

4545

4646
![people at a conference](/assets/images/2024-year-in-review/fg4.jpg){:style="width:100%"}

_posts/2025-01-28-2025-priorities-for-tac.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ In 2025, the TAC will focus on four key areas:
2222

2323
By focusing on these priorities, the TAC aims to maintain PyTorch’s position as the leading deep learning framework, while ensuring it remains open, accessible, and responsive to the needs of its diverse community.
2424

25-
As members of the TAC, we’re extremely excited to contribute to the success of PyTorch and to the impact it’s having in the real world. If you are a PyTorch user or developer, consider [participating in our monthly calls](https://zoom-lfx.platform.linuxfoundation.org/meetings/pytorch?__hstc=132719121.a26416c161ac91bef494ffc19f91a62e.1723036593114.1738082449904.1738088158683.375&__hssc=132719121.1.1738088158683&__hsfp=810579359) (they are open to everyone, and the recordings are available [here](https://lists.pytorch.org/g/tac)). Also, if you develop or maintain a project based on PyTorch, consider contributing it to the new PyTorch ecosystem ([instructions](https://pytorch.org/ecosystem/join)).
25+
As members of the TAC, we’re extremely excited to contribute to the success of PyTorch and to the impact it’s having in the real world. If you are a PyTorch user or developer, consider [participating in our monthly calls](https://zoom-lfx.platform.linuxfoundation.org/meetings/pytorch?__hstc=132719121.a26416c161ac91bef494ffc19f91a62e.1723036593114.1738082449904.1738088158683.375&__hssc=132719121.1.1738088158683&__hsfp=810579359) (they are open to everyone, and the recordings are available [here](https://lists.pytorch.org/g/tac)). Also, if you develop or maintain a project based on PyTorch, consider contributing it to the new PyTorch ecosystem ([instructions](https://github.com/pytorch-fdn/ecosystem)).

ecosystem/ecosystem.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>
1414
</h1>
1515

1616
<p class="lead">Tap into a rich ecosystem of tools, libraries, and more to support, accelerate, and explore AI development.</p>
17-
<p class="ecosystem-join"><a href="{{ site.baseurl }}/ecosystem/join">Join the Ecosystem</a></p>
17+
<p class="ecosystem-join"><a href="https://github.com/pytorch-fdn/ecosystem">Join the Ecosystem</a></p>
1818

1919
</div>
2020
</div>
@@ -64,7 +64,7 @@ <h1>
6464

6565
<div class="join-notice">
6666
<p>Have a project you want featured?</p>
67-
<p><a class="join-link" href="{{ site.baseurl }}/ecosystem/join">Join the PyTorch ecosystem</a></p>
67+
<p><a class="join-link" href="https://github.com/pytorch-fdn/ecosystem">Join the PyTorch ecosystem</a></p>
6868
</div>
6969

7070
</div>

ecosystem/join.html

+1-53
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,5 @@
44
permalink: ecosystem/join.html
55
body-class: ecosystem
66
background-class: ecosystem-join-background
7+
redirect_to: https://github.com/pytorch-fdn/ecosystem
78
---
8-
9-
<div class="jumbotron jumbotron-fluid join-jumbotron">
10-
<div class="container">
11-
<h1><span>Join The</span> <br>Ecosystem</h1>
12-
13-
</div>
14-
</div>
15-
16-
<div class="main-content-wrapper join-wrapper">
17-
<div class="main-content">
18-
<div class="container">
19-
20-
<!-- START CONTENT -->
21-
22-
<div class="row">
23-
<div class="col-md-12 join-intro">
24-
<div class="intro-message">
25-
<p>Thank you for being part of the PyTorch community! The PyTorch ecosystem consists of projects, tools, and libraries from a broad set of researchers in academia and industry, application developers, and ML engineers.
26-
The goal of this ecosystem is to support, accelerate, and aid in your exploration with PyTorch. Below are a few questions to think about if you'd like to have your project included as part of the ecosystem:</p>
27-
</div>
28-
29-
<div class="row requirements">
30-
<div class="col-md-1 join-number">
31-
<h1>01</h1>
32-
</div>
33-
34-
<div class="col-md-11">
35-
<p><span>Can your project be used with or within PyTorch to help augment the user experience, enable new capabilities or speed up training/inference?</span><br>
36-
Examples could include visualization tools, a kernel library or a framework that sits on top to enable research in a particular area such as NLP.</p>
37-
</div>
38-
39-
</div>
40-
41-
<div class="row requirements">
42-
<div class="col-md-1 join-number">
43-
<h1>02</h1>
44-
</div>
45-
46-
<div class="col-md-11">
47-
<p><span>Is the project ready for broad developer usage?</span><br>
48-
For example, is the project stable, will it be maintained, and is there adequate supporting infrastructure, documentation, and technical support to allow a developer to successfully use it?</p>
49-
</div>
50-
</div>
51-
52-
<p>If you answered 'yes' to both, please fill out the form below with more details, and we'll follow up with next steps. If your tool seems like a good fit, the PyTorch Foundation team will work with you to find a time present your tool to the TAC.
53-
</p>
54-
</div>
55-
56-
{% include ecosystem_form.html %}
57-
</div>
58-
</div>
59-
</div>
60-
</div>

0 commit comments

Comments
 (0)