Commit
·
5db1c78
1
Parent(s):
16c7c0a
Delete index.html
Browse files- index.html +0 -51
index.html
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html>
|
3 |
-
<head>
|
4 |
-
<meta charset="utf-8" />
|
5 |
-
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>About Graphcore</title>
|
7 |
-
<link rel="stylesheet" href="style.css" />
|
8 |
-
</head>
|
9 |
-
<body>
|
10 |
-
<div class="card">
|
11 |
-
<p class="lg:col-span-3">
|
12 |
-
Graphcore and Hugging Face are working together to make training of Transformer models on IPUs fast and easy. <a href="https://www.graphcore.ai/hugging-face-hardware">Contact Graphcore</a> to learn more about leveraging IPUs for your training needs.
|
13 |
-
</p>
|
14 |
-
<a href="https://huggingface.co/blog/graphcore" class="block overflow-hidden group">
|
15 |
-
<img
|
16 |
-
alt=""
|
17 |
-
src="front/assets/graphcore-page/hero-shot-graphcore-huggingface.png"
|
18 |
-
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
19 |
-
/>
|
20 |
-
<div class="underline">Learn more about our partnership with Hugging Face</div>
|
21 |
-
</a>
|
22 |
-
<a href="https://github.com/huggingface/optimum-graphcore" class="block overflow-hidden">
|
23 |
-
<img
|
24 |
-
alt=""
|
25 |
-
src="/blog/assets/38_getting_started_graphcore/graphcore_1.png"
|
26 |
-
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
27 |
-
/>
|
28 |
-
<div class="underline">Check out Optimum Graphcore library</div>
|
29 |
-
</a>
|
30 |
-
<a href="https://www.graphcore.ai/developer" class="block overflow-hidden group">
|
31 |
-
<img
|
32 |
-
alt=""
|
33 |
-
src="/front/assets/graphcore-page/poplar-software.png"
|
34 |
-
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
35 |
-
/>
|
36 |
-
<div class="underline">Discover Graphcore developer tools</div>
|
37 |
-
</a>
|
38 |
-
<div class="lg:col-span-3">
|
39 |
-
<p class="mb-2">
|
40 |
-
Accelerate training and inference models with high-performance optimisations across natural language processing, computer vision and more.
|
41 |
-
</p>
|
42 |
-
<p class="mb-2">
|
43 |
-
Graphcore’s IPU is powering advances in AI applications such as fraud detection for finance, drug discovery for life sciences, defect detection for manufacturing, traffic monitoring for smart cities and for all of tomorrow’s new breakthroughs.
|
44 |
-
</p>
|
45 |
-
<p>
|
46 |
-
Learn more at <a href="/graphcore" class="underline">hf.co/graphcore</a>
|
47 |
-
</p>
|
48 |
-
</div>
|
49 |
-
</div>
|
50 |
-
</body>
|
51 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|