-
Notifications
You must be signed in to change notification settings - Fork 290
/
contact-us.html
40 lines (34 loc) · 1.58 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
38
39
40
---
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 technical questions, requests for support, problems, any other technical questions please go to this support link: <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums">discuss.pytorch.org</a></p>
<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><em>Please note: this form should not be used for technical support issues. Please use the link provided above to get the fastest response for your issue. Thank you!</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>