|
4 | 4 | permalink: ecosystem/join.html |
5 | 5 | body-class: ecosystem |
6 | 6 | background-class: ecosystem-join-background |
| 7 | +redirect_to: https://github.com/pytorch-fdn/ecosystem |
7 | 8 | --- |
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