Skip to content

Commit 135fee6

Browse files
committed
Removed build options.
1 parent 700a205 commit 135fee6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/routes/getting-started/genai-table.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
let platforms = ['Windows', 'Linux', 'MacOS'];
55
let languages = ['Python', 'C#'];
66
let hardwareAccelerations = ['CPU', 'DirectML', 'CUDA'];
7-
let builds = ['Stable', 'Preview (Nightly)'];
7+
// let builds = ['Stable', 'Preview (Nightly)'];
88
99
/**
1010
* @type {string | null}
@@ -18,6 +18,7 @@
1818
* @type {string | null}
1919
*/
2020
let selectedHardwareAcceleration = null;
21+
// For eventual nightly builds
2122
/**
2223
* @type {string | null}
2324
*/
@@ -214,7 +215,8 @@
214215
</div>
215216
</div>
216217

217-
<div class="col-span-1 bg-success r-heading rounded p-2 text-xl">
218+
<!-- For eventual nightly use -->
219+
<!-- <div class="col-span-1 bg-success r-heading rounded p-2 text-xl">
218220
<h3>Build</h3>
219221
</div>
220222
<div class="col-span-4">
@@ -228,7 +230,7 @@
228230
</button>
229231
{/each}
230232
</div>
231-
</div>
233+
</div> -->
232234

233235
<div class="col-span-1 bg-success rounded p-2">
234236
<h3 class="text-xl">Installation Instructions</h3>

0 commit comments

Comments
 (0)