-
Notifications
You must be signed in to change notification settings - Fork 299
/
Copy pathannouncement.html
118 lines (112 loc) · 5.18 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
---
layout: default
title: Announcement
permalink: /pytorch-foundation
body-class: announcement
background-class: features-background
---
{% assign cards = site.board_info %}
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>About the PyTorch Foundation</h1>
<span></span>
<p class="lead">The PyTorch Foundation is a neutral home for the AI/ML and 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 and leverages resources provided by members and contributors to enable community discussions and collaboration.
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. The PyTorch community also collaborates 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>
</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">
<h1>Charter</h1>
<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/brand-guidelines/PyTorch Foundation Charter.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">
<h1>Members & Governing Board</h1>
<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">
<h4>{{ card.title }}</h4>
<img src="{{ card.image }}"/>
<p class="card-summary">{{ card.summary }}</p>
</div>
</a>
</div>
{% endfor %}
</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">
<h1>How to Contribute</h1>
<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>
<a class="btn btn-lg with-right-arrow" href="https://pytorch.org/#community-module">
Join
</a>
</div>
<div class="col-md-6 body-side-image" style="background-image: url('/assets/images/board-info-images/image-1.png');">
</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">
<h1>Governance</h1>
<span></span>
<p class="lead">The PyTorch Foundation’s governance structure establishes a Governing Board to oversee the Foundation’s activities
according to its <a href="#">Guiding Principles</a> The Foundation’s governance is defined in its <a href="#">Charter</a> . The technical governance structure for the PyTorch open source project
is defined by the PyTorch maintainers and is available in the GitHub repository <a href="https://pytorch.org/docs/master/community/governance.html">here</a>.</p>
<a class="btn btn-lg with-right-arrow" href="https://pytorch.org/#community-module">
Join
</a>
</div>
<div class="col-md-6 body-side-image" style="background-image: url('/assets/images/board-info-images/image-1.png');">
</div>
</div>
</div>
</div>
<div class="container-fluid contact-us-section">
<div class="container">
<div class="row">
<div class="col-md-10">
<h1>Get in Touch</h1>
<p>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: "dd2c7e7e-bca1-4b41-b80e-9bfd5f3ca49a"
});
</script>
</div>
</div>
</div>
</div>