-
Notifications
You must be signed in to change notification settings - Fork 294
/
Copy pathannouncement.html
224 lines (213 loc) · 9.7 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
---
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">
Welcome to the PyTorch Foundation—a vibrant, collaborative hub created for and by the deep learning community. Here, developers, researchers, and industry leaders come together to shape and expand the open source PyTorch framework and ecosystem. Through a network of dedicated contributors to the PyTorch project, the PyTorch Foundation fuels discussion, innovation, and hands-on collaboration across the PyTorch landscape.
<br />
<br />
Community-driven collaboration is at the heart of PyTorch's growth and evolution. From advancing the core framework to building essential tools that power PyTorch at a production scale, your contributions are key to moving this ecosystem forward. As part of the Linux Foundation, the PyTorch community also supports a variety of initiatives: developer training, regional and local events, open source tooling, research, and guides for both newcomers and seasoned contributors—all to make your journey with PyTorch more accessible and rewarding.
</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>Our Guiding Principles</h2>
<span></span>
<p class="lead">Our mission is to drive the adoption of AI and deep learning by supporting an open, vendor-neutral ecosystem built around PyTorch. By making state-of-the-art tools and libraries accessible to everyone, we aim to democratize innovation in AI and ML. Learn more about the mission and values that guide us in our <a href="/assets/pytorch-foundation-principles.pdf" target="_blank">PyTorch Foundation Principles</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">
<a href="https://rebellions.ai/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/rebellions-logo.svg" alt="Rebellions 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 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">
<a href="https://baai.ac.cn/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/baai-logo.svg" alt="Beijing Academy of Artificial Intelligence logo"/>
</div>
</a>
</div>
<div class="card">
<a href="https://www.columbia.edu/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/columbia-university-logo.svg" alt="Columbia University logo"/>
</div>
</a>
</div>
<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">
<a href="https://iitj.ac.in/" target="_blank">
<div class="card-body">
<h3 style="margin-top:3em; text-align:center;">PROM, IIT Rajasthan</h3>
</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 class="card">
<a href="https://uci.edu/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/university-california-logo.svg" alt="University of California, Irvine 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 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>
</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>Our Governance</h2>
<span></span>
<p class="lead">
The PyTorch Foundation’s Governing Board oversees the Foundation’s activities according to its Guiding Principles and the <a href="/assets/pytorch-foundation-charter-04052023.pdf" target="_blank">PyTorch Foundation Charter</a>.
<br />
<br />
The technical governance structure for the PyTorch open source project is defined by the PyTorch maintainers and is available on our <a href="https://pytorch.org/docs/main/community/governance.html">PyTorch Technical Governance 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 Get Involved</h2>
<span></span>
<p class="lead">New to the PyTorch Foundation? Check out our guide to <a href="/new">getting started with the PyTorch Foundation</a> or join the PyTorch <a href="https://pytorch.org/#community-module">developer</a> or <a href="https://discuss.pytorch.org/">user</a> community 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. If you would like to learn how you can collaborate with your peers in the PyTorch Foundation, and would like to have a conversation with a PyTorch Foundation representative, please fill out this form.</p>
<p class="lead"><em><strong>Note:</strong> for all PyTorch <strong>technical questions</strong> please go to <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums"><strong>discuss.pytorch.org</strong></a></em></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>