Merge pull request #341 from janhq/jan-340
feat: Hide incomplete Hardware section from Docs site
This commit is contained in:
commit
acbfc5a547
@ -5,4 +5,4 @@ slug: /about
|
||||
|
||||
## Team
|
||||
|
||||
## History
|
||||
## Timeline
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Community Examples
|
||||
title: Hardware Examples
|
||||
---
|
||||
|
||||
## Add your own example
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: "@dan-jan: 3090 Desktop"
|
||||
---
|
||||
@ -1,19 +1,24 @@
|
||||
---
|
||||
title: "@janhq: 2x4090 Workstation"
|
||||
title: "2 x 4090 Workstation"
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
## This is Jan 2x4090 Workstation setup components list:
|
||||
Jan uses a 2 x 4090 Workstation to run Codellama for internal use.[^1]
|
||||
|
||||
| Type | Item | Price |
|
||||
| :------------------- | :----------------------------------------------- | :------ |
|
||||
| **CPU** | [RYZEN THREADDRIPPER PRO 5965WX 280W SP3 WOF](#) | $2,229 |
|
||||
| **Motherboard** | [ASUS PRO WS WRX80E SAGE SE WIFI](#) | $933 |
|
||||
| **GPU** | [ASUS STRIX RTX 4090 24GB OC](#) | $4,345 |
|
||||
| **RAM** | [G.SKILL RIPJAW S5 2x32 6000C32](#) | $92.99 |
|
||||
| **Storage PCIe-SSD** | [SAMSUNG 990 PRO 2TB NVME 2.0](#) | $134.99 |
|
||||
| **Cooler** | [BEQUIET DARK ROCK 4 PRO TR4](#) | $89.90 |
|
||||
| **Power Supply** | [FSP CANNON 2000W PRO 92+ FULL MODULAR PSU](#) | $449.99 |
|
||||
| **Case** | [VEDDHA 6GPUS FRAME BLACK](#) | $59.99 |
|
||||
| **Total cost** | | $8334 |
|
||||
## Component List
|
||||
|
||||
| Type | Item | Unit Price | Total Price |
|
||||
| :------------------- | :------------------------------------------------------------- | :--------- | ----------- |
|
||||
| **CPU** | [Ryzen Threadripper Pro 5965WX 280W SP3 WOF](AMAZON-LINK-HERE) | $2,229 | |
|
||||
| **Motherboard** | [Asus Pro WS WRX80E Sage SE WiFi](AMAZON-LINK-HERE) | $933 | |
|
||||
| **RAM** | 4 x [G.Skill Ripjaw S5 2x32 6000C32](AMAZON-LINK-HERE) | $92.99 | |
|
||||
| **GPU** | 2 x [Asus Strix RTX 4090 24GB OC](AMAZON-LINK-HERE) | $4,345 | |
|
||||
| **Storage PCIe-SSD** | [Samsung 990 Pro 2TB NVME 2.0](AMAZON-LINK-HERE) | $134.99 | |
|
||||
| **Cooler** | [BeQuiet Dark Rock 4 Pro TR4](AMAZON-LINK-HERE) | $89.90 | |
|
||||
| **Power Supply** | [FSP Cannon 2000W Pro 92+ Full Modular PSU](AMAZON-LINK-HERE) | $449.99 | |
|
||||
| **Case** | [Veddha 6GPUs Frame Black](AMAZON-LINK-HERE) | $59.99 | |
|
||||
| **Total cost** | | $8,334 | |
|
||||
|
||||
|
||||
[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/.
|
||||
@ -1,3 +1,3 @@
|
||||
---
|
||||
title: Self-hosted ChatGPT
|
||||
title: Self-Hosted ChatGPT
|
||||
---
|
||||
@ -127,7 +127,7 @@ const config = {
|
||||
type: "docSidebar",
|
||||
sidebarId: "solutionsSidebar",
|
||||
position: "left",
|
||||
label: "Use Cases",
|
||||
label: "Solutions",
|
||||
},
|
||||
{
|
||||
type: "docSidebar",
|
||||
@ -175,7 +175,7 @@ const config = {
|
||||
to: "/platform",
|
||||
},
|
||||
{
|
||||
label: "Use Cases",
|
||||
label: "Solutions",
|
||||
to: "/solutions",
|
||||
},
|
||||
],
|
||||
|
||||
218
docs/sidebars.js
218
docs/sidebars.js
@ -43,28 +43,28 @@ const sidebars = {
|
||||
|
||||
// Note: Tab name is "Use Cases"
|
||||
solutionsSidebar: [
|
||||
"solutions/solutions",
|
||||
// "solutions/solutions",
|
||||
{
|
||||
type: "category",
|
||||
label: "Use cases",
|
||||
label: "Solutions",
|
||||
collapsible: true,
|
||||
collapsed: false,
|
||||
items: ["solutions/personal-ai", "solutions/self-hosted"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Industries",
|
||||
collapsible: true,
|
||||
collapsed: false,
|
||||
items: [
|
||||
"solutions/industries/software",
|
||||
"solutions/industries/education",
|
||||
"solutions/industries/law",
|
||||
"solutions/industries/public-sector",
|
||||
"solutions/industries/finance",
|
||||
"solutions/industries/healthcare",
|
||||
],
|
||||
items: ["solutions/self-hosted", "solutions/personal-ai"],
|
||||
},
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Industries",
|
||||
// collapsible: true,
|
||||
// collapsed: false,
|
||||
// items: [
|
||||
// "solutions/industries/software",
|
||||
// "solutions/industries/education",
|
||||
// "solutions/industries/law",
|
||||
// "solutions/industries/public-sector",
|
||||
// "solutions/industries/finance",
|
||||
// "solutions/industries/healthcare",
|
||||
// ],
|
||||
// },
|
||||
],
|
||||
|
||||
docsSidebar: [
|
||||
@ -83,101 +83,101 @@ const sidebars = {
|
||||
],
|
||||
|
||||
hardwareSidebar: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Overview",
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
link: { type: "doc", id: "hardware/hardware" },
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "Cloud vs. Self-Hosting",
|
||||
id: "hardware/overview/cloud-vs-self-hosting",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "CPUs vs. GPUs",
|
||||
id: "hardware/overview/cpu-vs-gpu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Recommendations",
|
||||
collapsible: true,
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "By Hardware",
|
||||
id: "hardware/recommendations/by-hardware",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "By Budget",
|
||||
id: "hardware/recommendations/by-budget",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "By Model",
|
||||
id: "hardware/recommendations/by-model",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "By Use Case",
|
||||
id: "hardware/recommendations/by-usecase",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Anatomy of a Thinking Machine",
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
link: { type: "doc", id: "hardware/concepts/concepts" },
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "Chassis",
|
||||
id: "hardware/concepts/chassis",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "Motherboard",
|
||||
id: "hardware/concepts/motherboard",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "CPU and RAM",
|
||||
id: "hardware/concepts/cpu-and-ram",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "GPU and VRAM",
|
||||
id: "hardware/concepts/gpu-and-vram",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "Storage",
|
||||
id: "hardware/concepts/storage",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "Network",
|
||||
id: "hardware/concepts/network",
|
||||
},
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Overview",
|
||||
// collapsible: true,
|
||||
// collapsed: true,
|
||||
// link: { type: "doc", id: "hardware/hardware" },
|
||||
// items: [
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "Cloud vs. Self-Hosting",
|
||||
// id: "hardware/overview/cloud-vs-self-hosting",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "CPUs vs. GPUs",
|
||||
// id: "hardware/overview/cpu-vs-gpu",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Recommendations",
|
||||
// collapsible: true,
|
||||
// collapsed: false,
|
||||
// items: [
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "By Hardware",
|
||||
// id: "hardware/recommendations/by-hardware",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "By Budget",
|
||||
// id: "hardware/recommendations/by-budget",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "By Model",
|
||||
// id: "hardware/recommendations/by-model",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "By Use Case",
|
||||
// id: "hardware/recommendations/by-usecase",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Anatomy of a Thinking Machine",
|
||||
// collapsible: true,
|
||||
// collapsed: true,
|
||||
// link: { type: "doc", id: "hardware/concepts/concepts" },
|
||||
// items: [
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "Chassis",
|
||||
// id: "hardware/concepts/chassis",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "Motherboard",
|
||||
// id: "hardware/concepts/motherboard",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "CPU and RAM",
|
||||
// id: "hardware/concepts/cpu-and-ram",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "GPU and VRAM",
|
||||
// id: "hardware/concepts/gpu-and-vram",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "Storage",
|
||||
// id: "hardware/concepts/storage",
|
||||
// },
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "Network",
|
||||
// id: "hardware/concepts/network",
|
||||
// },
|
||||
|
||||
{
|
||||
type: "doc",
|
||||
label: "Power Supply",
|
||||
id: "hardware/concepts/power",
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// type: "doc",
|
||||
// label: "Power Supply",
|
||||
// id: "hardware/concepts/power",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
type: "category",
|
||||
label: "Community Examples",
|
||||
label: "Hardware Examples",
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
link: { type: "doc", id: "hardware/community" },
|
||||
|
||||
BIN
docs/static/img/2x4090-workstation.png
vendored
Normal file
BIN
docs/static/img/2x4090-workstation.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Loading…
x
Reference in New Issue
Block a user