jeffboudier HF Staff commited on
Commit
d4a0993
·
1 Parent(s): 2e33418

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -71
index.html DELETED
@@ -1,71 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
-
12
- <p>
13
- Intel and Hugging Face are collaborating to push the state of the art
14
- in Machine Learning workloads efficiency and performance.
15
- </p>
16
- <a
17
- href="https://github.com/huggingface/optimum"
18
- class="block overflow-hidden group"
19
- >
20
- <div
21
- class="w-full h-40 object-cover mb-2 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
22
- >
23
- <img
24
- alt=""
25
- src="/blog/assets/25_hardware_partners_program/carbon_lpot_quantizer.png"
26
- class="w-40"
27
- />
28
- </div>
29
- <div class="underline">Quantize Transformers with Intel Neural Compressor and Optimum</div>
30
- </a>
31
- <a href="https://huggingface.co/blog/bert-cpu-scaling-part-2" class="block overflow-hidden">
32
- <img
33
- alt=""
34
- src="/blog/assets/21_bert_cpu_scaling_part_1/imgs/numa_set.png"
35
- class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
36
- />
37
- <div class="underline">Scaling up BERT on CPU</div>
38
- </a>
39
- <a
40
- href="https://www.intel.com/content/www/us/en/artificial-intelligence/overview.html"
41
- class="block overflow-hidden group"
42
- >
43
- <div
44
- class="w-full h-40 object-cover mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start"
45
- >
46
- <img
47
- alt=""
48
- src="/blog/assets/35_bert_cpu_scaling_part_2/oneapi.jpg"
49
- class="w-44 p-4"
50
- />
51
- </div>
52
- <div class="underline">Intel Artificial Intelligence Solutions</div>
53
- </a>
54
- <div>
55
- <p class="mb-2">
56
- Intel optimizes the most widely adopted and innovative AI software
57
- tools, frameworks, and libraries for Intel® architecture. Whether
58
- you are computing locally or deploying AI applications on a massive
59
- scale, your organization can achieve peak performance with AI
60
- software optimized for Intel Xeon Scalable platforms.
61
- </p>
62
- <p class="mb-2">
63
- Intel’s engineering collaboration with Hugging Face offers Data
64
- Scientists and Machine Learning Engineers state of the art performance
65
- when using state of the art Transformer models from training to
66
- production.
67
- </p>
68
- </div>
69
- </div>
70
- </body>
71
- </html>