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
|
## Team
|
||||||
|
|
||||||
## History
|
## Timeline
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Community Examples
|
title: Hardware Examples
|
||||||
---
|
---
|
||||||
|
|
||||||
## Add your own example
|
## 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 |
|
## Component List
|
||||||
| :------------------- | :----------------------------------------------- | :------ |
|
|
||||||
| **CPU** | [RYZEN THREADDRIPPER PRO 5965WX 280W SP3 WOF](#) | $2,229 |
|
| Type | Item | Unit Price | Total Price |
|
||||||
| **Motherboard** | [ASUS PRO WS WRX80E SAGE SE WIFI](#) | $933 |
|
| :------------------- | :------------------------------------------------------------- | :--------- | ----------- |
|
||||||
| **GPU** | [ASUS STRIX RTX 4090 24GB OC](#) | $4,345 |
|
| **CPU** | [Ryzen Threadripper Pro 5965WX 280W SP3 WOF](AMAZON-LINK-HERE) | $2,229 | |
|
||||||
| **RAM** | [G.SKILL RIPJAW S5 2x32 6000C32](#) | $92.99 |
|
| **Motherboard** | [Asus Pro WS WRX80E Sage SE WiFi](AMAZON-LINK-HERE) | $933 | |
|
||||||
| **Storage PCIe-SSD** | [SAMSUNG 990 PRO 2TB NVME 2.0](#) | $134.99 |
|
| **RAM** | 4 x [G.Skill Ripjaw S5 2x32 6000C32](AMAZON-LINK-HERE) | $92.99 | |
|
||||||
| **Cooler** | [BEQUIET DARK ROCK 4 PRO TR4](#) | $89.90 |
|
| **GPU** | 2 x [Asus Strix RTX 4090 24GB OC](AMAZON-LINK-HERE) | $4,345 | |
|
||||||
| **Power Supply** | [FSP CANNON 2000W PRO 92+ FULL MODULAR PSU](#) | $449.99 |
|
| **Storage PCIe-SSD** | [Samsung 990 Pro 2TB NVME 2.0](AMAZON-LINK-HERE) | $134.99 | |
|
||||||
| **Case** | [VEDDHA 6GPUS FRAME BLACK](#) | $59.99 |
|
| **Cooler** | [BeQuiet Dark Rock 4 Pro TR4](AMAZON-LINK-HERE) | $89.90 | |
|
||||||
| **Total cost** | | $8334 |
|
| **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",
|
type: "docSidebar",
|
||||||
sidebarId: "solutionsSidebar",
|
sidebarId: "solutionsSidebar",
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "Use Cases",
|
label: "Solutions",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "docSidebar",
|
type: "docSidebar",
|
||||||
@ -175,7 +175,7 @@ const config = {
|
|||||||
to: "/platform",
|
to: "/platform",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Use Cases",
|
label: "Solutions",
|
||||||
to: "/solutions",
|
to: "/solutions",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
218
docs/sidebars.js
218
docs/sidebars.js
@ -43,28 +43,28 @@ const sidebars = {
|
|||||||
|
|
||||||
// Note: Tab name is "Use Cases"
|
// Note: Tab name is "Use Cases"
|
||||||
solutionsSidebar: [
|
solutionsSidebar: [
|
||||||
"solutions/solutions",
|
// "solutions/solutions",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Use cases",
|
label: "Solutions",
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: ["solutions/personal-ai", "solutions/self-hosted"],
|
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",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// 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: [
|
docsSidebar: [
|
||||||
@ -83,101 +83,101 @@ const sidebars = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
hardwareSidebar: [
|
hardwareSidebar: [
|
||||||
{
|
// {
|
||||||
type: "category",
|
// type: "category",
|
||||||
label: "Overview",
|
// label: "Overview",
|
||||||
collapsible: true,
|
// collapsible: true,
|
||||||
collapsed: true,
|
// collapsed: true,
|
||||||
link: { type: "doc", id: "hardware/hardware" },
|
// link: { type: "doc", id: "hardware/hardware" },
|
||||||
items: [
|
// items: [
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "Cloud vs. Self-Hosting",
|
// label: "Cloud vs. Self-Hosting",
|
||||||
id: "hardware/overview/cloud-vs-self-hosting",
|
// id: "hardware/overview/cloud-vs-self-hosting",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "CPUs vs. GPUs",
|
// label: "CPUs vs. GPUs",
|
||||||
id: "hardware/overview/cpu-vs-gpu",
|
// id: "hardware/overview/cpu-vs-gpu",
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "category",
|
// type: "category",
|
||||||
label: "Recommendations",
|
// label: "Recommendations",
|
||||||
collapsible: true,
|
// collapsible: true,
|
||||||
collapsed: false,
|
// collapsed: false,
|
||||||
items: [
|
// items: [
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "By Hardware",
|
// label: "By Hardware",
|
||||||
id: "hardware/recommendations/by-hardware",
|
// id: "hardware/recommendations/by-hardware",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "By Budget",
|
// label: "By Budget",
|
||||||
id: "hardware/recommendations/by-budget",
|
// id: "hardware/recommendations/by-budget",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "By Model",
|
// label: "By Model",
|
||||||
id: "hardware/recommendations/by-model",
|
// id: "hardware/recommendations/by-model",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "By Use Case",
|
// label: "By Use Case",
|
||||||
id: "hardware/recommendations/by-usecase",
|
// id: "hardware/recommendations/by-usecase",
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "category",
|
// type: "category",
|
||||||
label: "Anatomy of a Thinking Machine",
|
// label: "Anatomy of a Thinking Machine",
|
||||||
collapsible: true,
|
// collapsible: true,
|
||||||
collapsed: true,
|
// collapsed: true,
|
||||||
link: { type: "doc", id: "hardware/concepts/concepts" },
|
// link: { type: "doc", id: "hardware/concepts/concepts" },
|
||||||
items: [
|
// items: [
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "Chassis",
|
// label: "Chassis",
|
||||||
id: "hardware/concepts/chassis",
|
// id: "hardware/concepts/chassis",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "Motherboard",
|
// label: "Motherboard",
|
||||||
id: "hardware/concepts/motherboard",
|
// id: "hardware/concepts/motherboard",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "CPU and RAM",
|
// label: "CPU and RAM",
|
||||||
id: "hardware/concepts/cpu-and-ram",
|
// id: "hardware/concepts/cpu-and-ram",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "GPU and VRAM",
|
// label: "GPU and VRAM",
|
||||||
id: "hardware/concepts/gpu-and-vram",
|
// id: "hardware/concepts/gpu-and-vram",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "Storage",
|
// label: "Storage",
|
||||||
id: "hardware/concepts/storage",
|
// id: "hardware/concepts/storage",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "Network",
|
// label: "Network",
|
||||||
id: "hardware/concepts/network",
|
// id: "hardware/concepts/network",
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
// {
|
||||||
type: "doc",
|
// type: "doc",
|
||||||
label: "Power Supply",
|
// label: "Power Supply",
|
||||||
id: "hardware/concepts/power",
|
// id: "hardware/concepts/power",
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Community Examples",
|
label: "Hardware Examples",
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
link: { type: "doc", id: "hardware/community" },
|
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