lvwerra HF staff commited on
Commit
080aa4f
·
1 Parent(s): 6edf7e0

add banner

Browse files
assets/data/benchmarks/banner.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/assets/data/benchmarks/banner.html ADDED
The diff for this file is too large to render. See raw diff
 
dist/distill.bundle.js CHANGED
The diff for this file is too large to render. See raw diff
 
dist/distill.bundle.js.map CHANGED
The diff for this file is too large to render. See raw diff
 
dist/index.html CHANGED
@@ -16,7 +16,7 @@
16
  <script id='distill-front-matter' type="text/json">{
17
  "title": "The Ultra-Scale Playbook: Training LLMs on GPU Clusters",
18
  "description": "This blog covers everything about scaling LLMs in 2025.",
19
- "published": "Sept 28, 2024",
20
  "affiliation": {"name": "HuggingFace"},
21
  "authors": [
22
  {
@@ -37,14 +37,18 @@
37
  </script>
38
  </d-front-matter>
39
  <d-title>
40
- <h1 class="l-page" style="text-align: center;">The Ultra-Scale PlaybookTraining LLMs on GPU Clusters</h1>
41
  <div id="title-plot" class="main-plot-container l-screen">
42
- <figure>
43
- <img src="assets/images/banner.png" alt="FineWeb">
44
- </figure>
45
- <!-- <div id="clusters-plot">
46
- <img src="assets/images/clusters.png" alt="Clusters">
47
- </div> -->
 
 
 
 
48
  </div>
49
  </d-title>
50
  <d-byline></d-byline>
 
16
  <script id='distill-front-matter' type="text/json">{
17
  "title": "The Ultra-Scale Playbook: Training LLMs on GPU Clusters",
18
  "description": "This blog covers everything about scaling LLMs in 2025.",
19
+ "published": "Feb 19, 2025",
20
  "affiliation": {"name": "HuggingFace"},
21
  "authors": [
22
  {
 
37
  </script>
38
  </d-front-matter>
39
  <d-title>
40
+ <h1 class="l-page" style="text-align: center;">The Ultra-Scale Playbook:<br>Training LLMs on GPU Clusters</h1>
41
  <div id="title-plot" class="main-plot-container l-screen">
42
+ <iframe id="banner"
43
+ src="assets/data/benchmarks/banner.html" scrolling="no" frameborder="0" loading="lazy" style="display: block; margin: 0 auto; position: relative;">
44
+ </iframe>
45
+ <script>
46
+ window.addEventListener('load', function() {
47
+ const frame = document.getElementById('banner');
48
+ frame.style.height = frame.contentWindow.document.documentElement.scrollHeight + 'px';
49
+ frame.style.width = frame.contentWindow.document.documentElement.scrollWidth + 'px';
50
+ });
51
+ </script>
52
  </div>
53
  </d-title>
54
  <d-byline></d-byline>
src/distill.js CHANGED
@@ -2102,7 +2102,7 @@ d-appendix > distill-appendix {
2102
  </div>
2103
  <div >
2104
  <h3>Published</h3>
2105
- <div>May 31, 2024</div>
2106
  </div>
2107
  </div>
2108
  `;
 
2102
  </div>
2103
  <div >
2104
  <h3>Published</h3>
2105
+ <div>Feb 19, 2025</div>
2106
  </div>
2107
  </div>
2108
  `;
src/index.html CHANGED
@@ -16,7 +16,7 @@
16
  <script id='distill-front-matter' type="text/json">{
17
  "title": "The Ultra-Scale Playbook: Training LLMs on GPU Clusters",
18
  "description": "This blog covers everything about scaling LLMs in 2025.",
19
- "published": "Sept 28, 2024",
20
  "affiliation": {"name": "HuggingFace"},
21
  "authors": [
22
  {
@@ -37,14 +37,18 @@
37
  </script>
38
  </d-front-matter>
39
  <d-title>
40
- <h1 class="l-page" style="text-align: center;">The Ultra-Scale PlaybookTraining LLMs on GPU Clusters</h1>
41
  <div id="title-plot" class="main-plot-container l-screen">
42
- <figure>
43
- <img src="assets/images/banner.png" alt="FineWeb">
44
- </figure>
45
- <!-- <div id="clusters-plot">
46
- <img src="assets/images/clusters.png" alt="Clusters">
47
- </div> -->
 
 
 
 
48
  </div>
49
  </d-title>
50
  <d-byline></d-byline>
 
16
  <script id='distill-front-matter' type="text/json">{
17
  "title": "The Ultra-Scale Playbook: Training LLMs on GPU Clusters",
18
  "description": "This blog covers everything about scaling LLMs in 2025.",
19
+ "published": "Feb 19, 2025",
20
  "affiliation": {"name": "HuggingFace"},
21
  "authors": [
22
  {
 
37
  </script>
38
  </d-front-matter>
39
  <d-title>
40
+ <h1 class="l-page" style="text-align: center;">The Ultra-Scale Playbook:<br>Training LLMs on GPU Clusters</h1>
41
  <div id="title-plot" class="main-plot-container l-screen">
42
+ <iframe id="banner"
43
+ src="assets/data/benchmarks/banner.html" scrolling="no" frameborder="0" loading="lazy" style="display: block; margin: 0 auto; position: relative;">
44
+ </iframe>
45
+ <script>
46
+ window.addEventListener('load', function() {
47
+ const frame = document.getElementById('banner');
48
+ frame.style.height = frame.contentWindow.document.documentElement.scrollHeight + 'px';
49
+ frame.style.width = frame.contentWindow.document.documentElement.scrollWidth + 'px';
50
+ });
51
+ </script>
52
  </div>
53
  </d-title>
54
  <d-byline></d-byline>