Skip to content

Commit dbd251e

Browse files
authored
Split Premier from General members and add Huawei (#1604)
* Split Premier from General members and add Huawei Signed-off-by: Chris Abraham <[email protected]> * forgot this file Signed-off-by: Chris Abraham <[email protected]> --------- Signed-off-by: Chris Abraham <[email protected]>
1 parent 4560e02 commit dbd251e

File tree

5 files changed

+22341
-23
lines changed

5 files changed

+22341
-23
lines changed

_board_info/graphcore.md

-9
This file was deleted.

_board_info/huawei.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Huawei
3+
summary: ''
4+
link: https://www.huawei.com/
5+
image: /assets/images/members/huawei-logo.svg
6+
class: pytorch-resource
7+
order: 5
8+
featured-home: true
9+
---

_board_info/snowflake.md

-9
This file was deleted.

announcement.html

+31-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>PyTorch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Foundation</h1>
3838
<div class="container">
3939
<div class="row content">
4040
<div class="col-md-10 body-side-text">
41-
<h1>Principles</h1>
41+
<h2>Principles</h2>
4242
<span></span>
4343
<p class="lead">The Foundation’s mission is to drive adoption of AI and deep learning tooling by fostering and sustaining
4444
an ecosystem of open source, vendor-neutral projects with PyTorch. We democratize state-of-the-art tools, libraries and other
@@ -52,7 +52,7 @@ <h1>Principles</h1>
5252
<div class="container">
5353
<div class="row">
5454
<div class="col-md-10">
55-
<h1>Members & Governing Board</h1>
55+
<h2>Premier Members</h2>
5656
<div class="card-container">
5757
{% for card in cards %}
5858
{% assign card_title = card.title | split: ' ' %}
@@ -70,11 +70,37 @@ <h1>Members & Governing Board</h1>
7070
</div>
7171
</div>
7272

73+
<div class="main-content">
74+
<div class="container">
75+
<div class="row">
76+
<div class="col-md-10">
77+
<h2>General Members</h2>
78+
<div class="card-container">
79+
<div class="card Graphcore">
80+
<a href="https://www.graphcore.ai/" target="_blank">
81+
<div class="card-body">
82+
<img src="/assets/images/members/graphcore-logo.svg"/>
83+
</div>
84+
</a>
85+
</div>
86+
<div class="card Snowflake">
87+
<a href="https://snowflake.com/" target="_blank">
88+
<div class="card-body">
89+
<img src="/assets/images/members/snowflake-logo.svg"/>
90+
</div>
91+
</a>
92+
</div>
93+
</div>
94+
</div>
95+
</div>
96+
</div>
97+
</div>
98+
7399
<div class="container-fluid light-background-section">
74100
<div class="container">
75101
<div class="row content">
76102
<div class="col-md-10 body-side-text">
77-
<h1>Governance</h1>
103+
<h2>Governance</h2>
78104
<span></span>
79105
<p class="lead">The PyTorch Foundation’s governance structure establishes a Governing Board to oversee the Foundation’s activities
80106
according to its Guiding Principles. The technical governance structure for the PyTorch open source project
@@ -89,7 +115,7 @@ <h1>Governance</h1>
89115
<div class="container">
90116
<div class="row content">
91117
<div class="col-md-10 body-side-text">
92-
<h1>How to Contribute</h1>
118+
<h2>How to Contribute</h2>
93119
<span></span>
94120
<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>
95121
</div>
@@ -101,7 +127,7 @@ <h1>How to Contribute</h1>
101127
<div class="container">
102128
<div class="row">
103129
<div class="col-md-10">
104-
<h1>Get in Touch</h1>
130+
<h2>Get in Touch</h2>
105131
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies.
106132
To learn more about how you can join your industry peers in supporting PyTorch,
107133
or for any questions you may have, please fill out this form to be contacted by a PyTorch Foundation representative.</p>

0 commit comments

Comments
 (0)