Skip to content

Commit f8cc2de

Browse files
Deploying to gh-pages from @ dstackai/dstack@f29a1f8 🚀
1 parent 0b3ca7f commit f8cc2de

File tree

109 files changed

+11285
-5044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+11285
-5044
lines changed

404.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2600,6 +2600,33 @@
26002600

26012601

26022602

2603+
2604+
2605+
2606+
2607+
2608+
2609+
<li class="md-nav__item">
2610+
<a href="/examples/misc/nccl-tests/" class="md-nav__link">
2611+
2612+
2613+
<span class="md-ellipsis">
2614+
2615+
2616+
NCCL Tests
2617+
2618+
2619+
2620+
</span>
2621+
2622+
2623+
2624+
</a>
2625+
</li>
2626+
2627+
2628+
2629+
26032630
</ul>
26042631
</nav>
26052632

@@ -3434,7 +3461,7 @@ <h1>404 - Not found</h1>
34343461
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Discord</a>
34353462
<a href="https://github.com/dstackai/dstack/" target="_blank" class="tx-footer__section-link external">GitHub</a>
34363463
<a href="https://github.com/dstackai/dstack/blob/master/CONTRIBUTING.md" target="_blank" class="tx-footer__section-link external">Contributing</a>
3437-
<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>
3464+
<!--<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>-->
34383465
</div>
34393466

34403467
<div class="tx-footer__section">

assets/_mkdocstrings.css

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,28 @@
4242
font-weight: bold;
4343
}
4444

45+
/* Backlinks crumb separator. */
46+
.doc-backlink-crumb {
47+
display: inline-flex;
48+
gap: .2rem;
49+
white-space: nowrap;
50+
align-items: center;
51+
vertical-align: middle;
52+
}
53+
.doc-backlink-crumb:not(:first-child)::before {
54+
background-color: var(--md-default-fg-color--lighter);
55+
content: "";
56+
display: inline;
57+
height: 1rem;
58+
--md-path-icon: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>');
59+
-webkit-mask-image: var(--md-path-icon);
60+
mask-image: var(--md-path-icon);
61+
width: 1rem;
62+
}
63+
.doc-backlink-crumb.last {
64+
font-weight: bold;
65+
}
66+
4567
/* Symbols in Navigation and ToC. */
4668
:root, :host,
4769
[data-md-color-scheme="default"] {
@@ -83,7 +105,8 @@ code.doc-symbol {
83105
font-weight: bold;
84106
}
85107

86-
code.doc-symbol-parameter {
108+
code.doc-symbol-parameter,
109+
a code.doc-symbol-parameter {
87110
color: var(--doc-symbol-parameter-fg-color);
88111
background-color: var(--doc-symbol-parameter-bg-color);
89112
}
@@ -92,7 +115,8 @@ code.doc-symbol-parameter::after {
92115
content: "param";
93116
}
94117

95-
code.doc-symbol-attribute {
118+
code.doc-symbol-attribute,
119+
a code.doc-symbol-attribute {
96120
color: var(--doc-symbol-attribute-fg-color);
97121
background-color: var(--doc-symbol-attribute-bg-color);
98122
}
@@ -101,7 +125,8 @@ code.doc-symbol-attribute::after {
101125
content: "attr";
102126
}
103127

104-
code.doc-symbol-function {
128+
code.doc-symbol-function,
129+
a code.doc-symbol-function {
105130
color: var(--doc-symbol-function-fg-color);
106131
background-color: var(--doc-symbol-function-bg-color);
107132
}
@@ -110,7 +135,8 @@ code.doc-symbol-function::after {
110135
content: "func";
111136
}
112137

113-
code.doc-symbol-method {
138+
code.doc-symbol-method,
139+
a code.doc-symbol-method {
114140
color: var(--doc-symbol-method-fg-color);
115141
background-color: var(--doc-symbol-method-bg-color);
116142
}
@@ -119,7 +145,8 @@ code.doc-symbol-method::after {
119145
content: "meth";
120146
}
121147

122-
code.doc-symbol-class {
148+
code.doc-symbol-class,
149+
a code.doc-symbol-class {
123150
color: var(--doc-symbol-class-fg-color);
124151
background-color: var(--doc-symbol-class-bg-color);
125152
}
@@ -128,7 +155,8 @@ code.doc-symbol-class::after {
128155
content: "class";
129156
}
130157

131-
code.doc-symbol-module {
158+
code.doc-symbol-module,
159+
a code.doc-symbol-module {
132160
color: var(--doc-symbol-module-fg-color);
133161
background-color: var(--doc-symbol-module-bg-color);
134162
}

assets/images/hotaisle-logo.svg

Lines changed: 7 additions & 4669 deletions
Loading
61.7 KB
Loading
25.3 KB
Loading

assets/images/tensorwave-logo.svg

Lines changed: 10 additions & 0 deletions
Loading

assets/stylesheets/landing.css

Lines changed: 68 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
}
387387

388388
.providers.tx-landing__highlights_grid {
389-
grid-gap: 28px !important;
389+
grid-gap: 20px !important;
390390
}
391391

392392
#typed {
@@ -397,15 +397,22 @@
397397

398398
.providers.tx-landing__highlights_grid .feature-cell h3 {
399399
align-content: center;
400-
font-size: 1.1em;
400+
font-size: 1em;
401401
font-weight: 600;
402402
padding-bottom: 0.05em;
403403
line-height: 25px;
404404
}
405405

406406
.providers.tx-landing__highlights_grid .feature-cell {
407-
row-gap: 18px;
408-
padding: 26px 39px;
407+
row-gap: 22px;
408+
padding: 25px 30px;
409+
aspect-ratio: 1.05;
410+
411+
@media screen and (min-width: 76.1875em) {
412+
&:nth-child(1) {
413+
border-top-left-radius: 3px;
414+
}
415+
}
409416
}
410417

411418
.tx-landing__highlights_grid .feature-cell {
@@ -418,6 +425,54 @@
418425
flex-direction: column;
419426
}
420427

428+
@media screen and (min-width: 76.1875em) {
429+
.providers.tx-landing__highlights_grid .feature-cell {
430+
border-radius: 0;
431+
border-left: none;
432+
border-bottom: none;
433+
}
434+
435+
.nvidia.providers.tx-landing__highlights_grid .feature-cell {
436+
&:nth-child(1), &:nth-child(6), &:nth-child(11) {
437+
border-left: 0.5px dotted rgba(0, 0, 0, 0.75);
438+
}
439+
440+
&:nth-child(n+7) {
441+
border-bottom: 0.5px dotted rgba(0, 0, 0, 0.75);
442+
}
443+
444+
&:nth-child(5) {
445+
border-top-right-radius: 3px;
446+
}
447+
448+
&:nth-child(5), &:nth-child(11) {
449+
border-bottom-right-radius: 3px;
450+
}
451+
452+
&:nth-child(11) {
453+
border-bottom-left-radius: 3px;
454+
}
455+
456+
&:nth-child(10) {
457+
border-bottom-right-radius: 3px;
458+
}
459+
}
460+
}
461+
462+
:is(.amd).providers.tx-landing__highlights_grid .feature-cell {
463+
&:nth-child(1) {
464+
border-left: 0.5px dotted rgba(0, 0, 0, 0.75);
465+
border-bottom-left-radius: 3px;
466+
}
467+
468+
border-bottom: 0.5px dotted rgba(0, 0, 0, 0.75);
469+
470+
&:nth-child(3) {
471+
border-top-right-radius: 3px;
472+
border-bottom-right-radius: 3px;
473+
}
474+
}
475+
421476
.providers.tx-landing__highlights_grid.other .feature-cell {
422477
column-gap: 15px;
423478
flex-direction: row;
@@ -436,6 +491,13 @@
436491
grid-template-columns: repeat(4, 1fr) !important;
437492
}
438493

494+
.providers.tx-landing__highlights_grid {
495+
grid-gap: 0px !important;
496+
border: none;
497+
498+
grid-template-columns: repeat(5, 1fr) !important;
499+
}
500+
439501
.tx-landing__highlights_grid .feature-cell {
440502
}
441503
}
@@ -444,9 +506,9 @@
444506
background: -webkit-linear-gradient(45deg, rgba(0, 42, 255, 0.005), rgba(0, 42, 255, 0.005), rgba(225, 101, 254, 0.01));
445507
}
446508

447-
.tx-landing__highlights_grid .feature-cell:hover {
509+
/*.tx-landing__highlights_grid .feature-cell:hover {
448510
background: -webkit-linear-gradient(45deg, rgba(0, 42, 255, 0.03), rgba(0, 42, 255, 0.03), rgba(225, 101, 254, 0.05));
449-
}
511+
}*/
450512

451513
.tx-landing__highlights_grid .feature-cell strong {
452514
font-weight: 500;

blog/ambassador-program/index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,6 +2630,33 @@
26302630

26312631

26322632

2633+
2634+
2635+
2636+
2637+
2638+
2639+
<li class="md-nav__item">
2640+
<a href="../../examples/misc/nccl-tests/" class="md-nav__link">
2641+
2642+
2643+
<span class="md-ellipsis">
2644+
2645+
2646+
NCCL Tests
2647+
2648+
2649+
2650+
</span>
2651+
2652+
2653+
2654+
</a>
2655+
</li>
2656+
2657+
2658+
2659+
26332660
</ul>
26342661
</nav>
26352662

@@ -3671,7 +3698,7 @@ <h2 id="how-to-apply">How to apply?<a class="headerlink" href="#how-to-apply" ti
36713698
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Discord</a>
36723699
<a href="https://github.com/dstackai/dstack/" target="_blank" class="tx-footer__section-link external">GitHub</a>
36733700
<a href="https://github.com/dstackai/dstack/blob/master/CONTRIBUTING.md" target="_blank" class="tx-footer__section-link external">Contributing</a>
3674-
<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>
3701+
<!--<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>-->
36753702
</div>
36763703

36773704
<div class="tx-footer__section">

blog/amd-mi300x-inference-benchmark/index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,6 +2630,33 @@
26302630

26312631

26322632

2633+
2634+
2635+
2636+
2637+
2638+
2639+
<li class="md-nav__item">
2640+
<a href="../../examples/misc/nccl-tests/" class="md-nav__link">
2641+
2642+
2643+
<span class="md-ellipsis">
2644+
2645+
2646+
NCCL Tests
2647+
2648+
2649+
2650+
</span>
2651+
2652+
2653+
2654+
</a>
2655+
</li>
2656+
2657+
2658+
2659+
26332660
</ul>
26342661
</nav>
26352662

@@ -3955,7 +3982,7 @@ <h3 id="runpod">RunPod<a class="headerlink" href="#runpod" title="Permanent link
39553982
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Discord</a>
39563983
<a href="https://github.com/dstackai/dstack/" target="_blank" class="tx-footer__section-link external">GitHub</a>
39573984
<a href="https://github.com/dstackai/dstack/blob/master/CONTRIBUTING.md" target="_blank" class="tx-footer__section-link external">Contributing</a>
3958-
<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>
3985+
<!--<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>-->
39593986
</div>
39603987

39613988
<div class="tx-footer__section">

blog/amd-on-runpod/index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,6 +2628,33 @@
26282628

26292629

26302630

2631+
2632+
2633+
2634+
2635+
2636+
2637+
<li class="md-nav__item">
2638+
<a href="../../examples/misc/nccl-tests/" class="md-nav__link">
2639+
2640+
2641+
<span class="md-ellipsis">
2642+
2643+
2644+
NCCL Tests
2645+
2646+
2647+
2648+
</span>
2649+
2650+
2651+
2652+
</a>
2653+
</li>
2654+
2655+
2656+
2657+
26312658
</ul>
26322659
</nav>
26332660

@@ -3753,7 +3780,7 @@ <h2 id="whats-next">What's next?<a class="headerlink" href="#whats-next" title="
37533780
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Discord</a>
37543781
<a href="https://github.com/dstackai/dstack/" target="_blank" class="tx-footer__section-link external">GitHub</a>
37553782
<a href="https://github.com/dstackai/dstack/blob/master/CONTRIBUTING.md" target="_blank" class="tx-footer__section-link external">Contributing</a>
3756-
<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>
3783+
<!--<a href="/developers#ambassador-program" class="tx-footer__section-link">Ambassador program</a>-->
37573784
</div>
37583785

37593786
<div class="tx-footer__section">

0 commit comments

Comments
 (0)