Commit
·
a44d390
1
Parent(s):
4f87a5f
Org card first draft
Browse files
README.md
CHANGED
|
@@ -7,4 +7,42 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
| 11 |
+
<div class="lg:col-span-3">
|
| 12 |
+
<p class="mb-2">
|
| 13 |
+
Habana and Hugging Face are working together to accelerate Transformer model training.
|
| 14 |
+
</p>
|
| 15 |
+
<p class="mb-2">
|
| 16 |
+
Habana SynapseAI® SDK and Hugging Face Optimum provide a robust combination of optimization tools to help you efficiently train and run high-performance transformer models on Gaudi processors. These resources provide all you need to train transformer models and thus leverage the Gaudi price performance advantages.
|
| 17 |
+
</p>
|
| 18 |
+
</div>
|
| 19 |
+
<a href="https://habana.ai/gaudi-integrated-roce/" class="block overflow-hidden group">
|
| 20 |
+
<img
|
| 21 |
+
alt=""
|
| 22 |
+
src="https://cdn-media.huggingface.co/marketing/habana-page/deep_learning_efficiency.png"
|
| 23 |
+
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
| 24 |
+
/>
|
| 25 |
+
<div class="underline">Gaudi heterogeneous compute architecture for Deep Learning</div>
|
| 26 |
+
</a>
|
| 27 |
+
<a href="https://habana.ai/training-software/" class="block overflow-hidden">
|
| 28 |
+
<img
|
| 29 |
+
alt=""
|
| 30 |
+
src="https://cdn-media.huggingface.co/marketing/habana-page/deep_learning_usability.png"
|
| 31 |
+
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
| 32 |
+
/>
|
| 33 |
+
<div class="underline">SynapseAI Software Platform</div>
|
| 34 |
+
</a>
|
| 35 |
+
<a href="https://habana.ai/gaudi-integrated-roce/" class="block overflow-hidden group" data-ga-category="graphcore-org" data-ga-action="clicked graphcore developer tools" data-ga-label="graphcore developer tools">
|
| 36 |
+
<img
|
| 37 |
+
alt=""
|
| 38 |
+
src="https://cdn-media.huggingface.co/marketing/habana-page/deep_learning_versatility.png"
|
| 39 |
+
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
| 40 |
+
/>
|
| 41 |
+
<div class="underline">Flexible Gaudi deployment solutions</div>
|
| 42 |
+
</a>
|
| 43 |
+
<div class="lg:col-span-3">
|
| 44 |
+
<p class="mb-2">
|
| 45 |
+
Learn more about the partnership at <a href="/blog/habana" class="underline">hf.co/blog/habana</a>
|
| 46 |
+
</p>
|
| 47 |
+
</div>
|
| 48 |
+
</div>
|