-
Notifications
You must be signed in to change notification settings - Fork 302
/
Copy pathannouncement.html
120 lines (110 loc) · 6.29 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
---
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">
<h2>Accelerating Open Source AI</h2>
<p class="lead">
Welcome to the PyTorch Foundation—a vibrant, community-driven hub for open source AI. Developers, researchers, and industry pioneers collaborate here to advance the PyTorch framework and strengthen the open source AI ecosystem.
<br />
<br />
From cutting-edge development to production-ready tools and libraries, the PyTorch Foundation thrives through transparent collaboration and collective innovation. As part of the Linux Foundation, we host global events, deliver specialized training, support research, and provide resources to accelerate your AI journey.
Whether you are contributing code, sharing your expertise, or deploying real-world AI solutions, the PyTorch Foundation actively empowers you to shape the future of accessible and impactful open source AI.
</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 class="mb-5">PyTorch Members</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
<!-- Landscape embed view -->
<iframe id="iframe-landscape" src="https://landscape.pytorch.org/embed/embed.html?base-path=&classify=category&key=pytorch-members&headers=true&category-header=false&category-in-subcategory=false&title-uppercase=false&title-alignment=left&title-font-family=sans-serif&title-font-size=13&style=shadowed&bg-color=%23626262&fg-color=%23ffffff&item-modal=true&item-name=false&size=md&items-alignment=left&iframe-resizer=true" style="width:100%;height:100%;display:block;border:none;"></iframe>
<!-- Landscape embed item details view -->
<!-- NOTE: the script and the iframe below should only be added once, even when adding multiple embed views to the page -->
<script src="https://landscape.pytorch.org/embed/embed-item.js"></script>
<iframe id="embed-item" src="https://landscape.pytorch.org/embed/embed-item.html" style="width:100%;height:100%;display:block;border:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:2147483647;display:none;"></iframe>
<script>
iFrameResize({ }, '#iframe-landscape');
</script>
</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.pdf" target="_blank">PyTorch Foundation Charter</a>.
<br />
<br />
The <a href="/code-of-conduct">PyTorch Foundation Code of Conduct</a> details our commitment to fostering an inclusive, welcoming, and safe environment for everyone involved in the PyTorch Foundation community.
<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>