File size: 2,382 Bytes
0c348ce
 
 
 
 
 
 
 
 
5194ae2
 
 
 
 
 
 
 
299cb77
5194ae2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7580608
5194ae2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7580608
299cb77
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: README
emoji: 🐢
colorFrom: purple
colorTo: gray
sdk: static
pinned: false
---

<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7"
	<p class="lg:col-span-3">
	  Intel and Hugging Face are collaborating to push the state of the art 
	  in Machine Learning workloads efficiency and performance.
	</p>
	<a
		href="https://github.com/huggingface/optimum"
		class="block overflow-hidden group"
	>
		<div
			class="w-full h-40 object-cover mb-10 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
		>
			<img
				alt=""
				src="/blog/assets/25_hardware_partners_program/carbon_inc_quantizer.png"
				class="w-40"
			/>
		</div>
		<div class="underline">Quantize Transformers with Intel Neural Compressor and Optimum</div>
	</a>
	<a href="https://huggingface.co/blog/bert-cpu-scaling-part-2" class="block overflow-hidden group">
		<div
			class="w-full h-40 object-cover mb-10 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
		>
			<img
				alt=""
				src="/blog/assets/21_bert_cpu_scaling_part_1/imgs/numa_set.png"
				class="w-40"
			/>
		</div>
		<div class="underline">Scaling up BERT on CPU</div>
	</a>
	<a
		href="https://www.intel.com/content/www/us/en/artificial-intelligence/overview.html"
		class="block overflow-hidden group"
	>
		<div
			class="w-full h-40 object-cover mb-10 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
		>
			<img
				alt=""
				src="/blog/assets/35_bert_cpu_scaling_part_2/oneapi.jpg"
				class="w-40"
			/>
		</div>
		<div class="underline">Intel Artificial Intelligence Solutions</div>
	</a>
	<div class="lg:col-span-3">
		<p class="mb-2">
	    Intel optimizes the most widely adopted and innovative AI software 
	    tools, frameworks, and libraries for Intel® architecture. Whether 
	    you are computing locally or deploying AI applications on a massive 
	    scale, your organization can achieve peak performance with AI 
	    software optimized for Intel Xeon Scalable platforms.
		</p>
		<p class="mb-2">
	    Intel’s engineering collaboration with Hugging Face offers Data 
	    Scientists and Machine Learning Engineers state of the art performance 
	    when using state of the art Transformer models from training to 
	    production.	
	  </p>
	</div>
</div>