forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
37 lines (35 loc) · 1.34 KB
/
contact-us.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: Contact Us
body-class: announcement
background-class: announcement-background
permalink: /contact-us
---
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>Contact Us</h1>
</div>
</div>
</div>
<div class="container-fluid light-background-section contact-us-section">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>Get in Touch</h2>
<p class="lead">For all PyTorch related questions and installation issues please use our <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums">Discussion Forums.</a></p>
<p class="lead">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: "6459945b-52e7-4636-911f-8bfbff65f030"
});
</script>
</div>
</div>
</div>
</div>