forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
59 lines (47 loc) · 2.22 KB
/
join.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
title: Join
permalink: ecosystem/join.html
body-class: ecosystem
background-class: ecosystem-join-background
---
<div class="jumbotron jumbotron-fluid join-jumbotron">
<div class="container">
<h1><span>Join The</span> <br>Ecosystem</h1>
</div>
</div>
<div class="main-content-wrapper join-wrapper">
<div class="main-content">
<div class="container">
<!-- START CONTENT -->
<div class="row">
<div class="col-md-12 join-intro">
<div class="intro-message">
<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.
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>
</div>
<div class="row requirements">
<div class="col-md-1 join-number">
<h1>01</h1>
</div>
<div class="col-md-11">
<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>
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>
</div>
</div>
<div class="row requirements">
<div class="col-md-1 join-number">
<h1>02</h1>
</div>
<div class="col-md-11">
<p><span>Is the project ready for broad developer usage?</span><br>
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>
</div>
</div>
<p>If you answered 'yes' to both, please fill out the form below with more details, and we'll follow up with next steps:</p>
</div>
{% include ecosystem_form.html %}
</div>
</div>
</div>
</div>