-
Notifications
You must be signed in to change notification settings - Fork 302
/
Copy pathhost-your-project.html
37 lines (35 loc) · 1.45 KB
/
host-your-project.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
---
layout: default
title: Host Your Project
body-class: announcement
background-class: announcement-background
permalink: /host-your-project
---
{% assign cards = site.board_info %}
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>Host Your<br /> Project</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>Host Your Project with the PyTorch Foundation</h2>
<p class="lead">
Have an open source project that advances the PyTorch ecosystem? The PyTorch Foundation offers a neutral, community-driven home for projects that share our commitment to open, accessible deep learning innovation. By hosting your project with us, you’ll gain support from a global network of developers, researchers, and industry leaders—plus access to events, training, and infrastructure that help your project grow and thrive.
<br />
<br />
Ready to take the next step? Submit your project for consideration and become part of the broader PyTorch ecosystem.
<br />
<br />
<a href="https://github.com/pytorch-fdn/foundation-hosted" class="btn btn-lg with-right-arrow" data-cta="join">
Host Your Project
</a>
</p>
</div>
</div>
</div>
</div>