forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
announcement.html
196 lines (186 loc) · 7.67 KB
/
announcement.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
layout: default
title: PyTorch Foundation
body-class: announcement
background-class: announcement-background
permalink: /foundation
---
{% assign cards = site.board_info %}
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>PyTorch<br /> Foundation</h1>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<p class="lead">The PyTorch Foundation is a neutral home for the deep learning community to
collaborate on the open source PyTorch framework and ecosystem. The PyTorch Foundation is supported by
leading contributors to the PyTorch open source project. The Foundation leverages resources provided by members
and contributors to enable community discussions and collaboration.
<br />
<br />
Community collaboration is critical for the framework’s evolution as well as the development of
associated projects that support using PyTorch in production and at scale. As part of The Linux Foundation, the PyTorch
community will also collaborate on training, local and regional events, open source developer tooling, academic research,
and guides to help new users and contributors have a productive experience.
</p>
<a href="https://jira.linuxfoundation.org/plugins/servlet/desk/portal/23?project=pytorch" class="btn mt-3 btn-lg with-right-arrow">
Member Support
</a>
</div>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<h2>Principles</h2>
<span></span>
<p class="lead">The Foundation’s mission is to drive adoption of AI and deep learning tooling by fostering and sustaining
an ecosystem of open source, vendor-neutral projects with PyTorch. We democratize state-of-the-art tools, libraries and other
components to make these innovations accessible to everyone. Read more about the Role and Values of the PyTorch Foundation <a href="/assets/pytorch-foundation-principles.pdf" target="_blank">here</a>.</p>
</div>
</div>
</div>
</div>
<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>Premier Members</h2>
<div class="card-container">
{% for card in cards %}
{% assign card_title = card.title | split: ' ' %}
<div class="card {{ card.title }}">
<a href="{{ card.link }}" target="_blank">
<div class="card-body">
<img src="{{ card.image }}" alt="{{ card.title }} logo"/>
</div>
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>General Members</h2>
<div class="card-container">
<div class="card Graphcore">
<a href="https://www.graphcore.ai/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/graphcore-logo.svg" alt="Graphcore logo"/>
</div>
</a>
</div>
<div class="card Snowflake">
<a href="https://snowflake.com/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/snowflake-logo.svg" alt="Snowflake logo"/>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>Associate Members</h2>
<div class="card-container">
<div class="card onefact">
<a href="https://www.onefact.org/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/onefact-logo.svg" alt="onefact.org logo"/>
</div>
</a>
</div>
<div class="card bayero">
<a href="https://buk.edu.ng/home" target="_blank">
<div class="card-body">
<img src="/assets/images/members/bayero-logo.svg" alt="Bayero University Kano logo"/>
</div>
</a>
</div>
<div class="card wedf">
<a href="https://worldethicaldata.org/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/wedf-logo.png" alt="WEDF logo"/>
</div>
</a>
</div>
<div class="card wcu">
<a href="https://www.wmcarey.edu/index" target="_blank">
<div class="card-body">
<img src="/assets/images/members/william-carey-logo.svg" alt="William Carey University logo"/>
</div>
</a>
</div>
<div class="card texas">
<a href="https://www.tamu.edu/index.html" target="_blank">
<div class="card-body">
<img src="/assets/images/members/texas-am-logo.svg" alt="Texas A&M University logo"/>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<h2>Governance</h2>
<span></span>
<p class="lead">The PyTorch Foundation’s governance structure establishes a Governing Board to oversee the Foundation’s activities
according to its Guiding Principles. The technical governance structure for the PyTorch open source project
is defined by the PyTorch maintainers and is available on <a href="https://pytorch.org/docs/master/community/governance.html">this page</a>.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<h2>How to Contribute</h2>
<span></span>
<p class="lead">Join the <a href="https://pytorch.org/#community-module">PyTorch developer community</a> to contribute, learn, and get your questions answered.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid contact-us-section">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>Get in Touch</h2>
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies.
To learn more about how you can join your industry peers in supporting PyTorch,
or for any questions you may have, please fill out this form to be contacted by a PyTorch Foundation representative.</p>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "8112310",
formId: "6459945b-52e7-4636-911f-8bfbff65f030"
});
</script>
</div>
</div>
</div>
</div>