Spaces:
Running
Running
banner
#26
by
lvwerra
HF staff
- opened
- assets/data/benchmarks/banner.html +0 -0
- dist/assets/data/benchmarks/banner.html +0 -0
- dist/distill.bundle.js +0 -0
- dist/distill.bundle.js.map +0 -0
- dist/index.html +12 -8
- src/distill.js +1 -1
- src/index.html +12 -8
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": "
|
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 Playbook
|
41 |
<div id="title-plot" class="main-plot-container l-screen">
|
42 |
-
<
|
43 |
-
|
44 |
-
</
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
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>
|
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": "
|
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 Playbook
|
41 |
<div id="title-plot" class="main-plot-container l-screen">
|
42 |
-
<
|
43 |
-
|
44 |
-
</
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
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>
|