Merge pull request #341 from janhq/jan-340

feat: Hide incomplete Hardware section from Docs site
This commit is contained in:
0xSage 2023-10-13 17:17:31 +08:00 committed by GitHub
commit acbfc5a547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 133 additions and 131 deletions

View File

@ -5,4 +5,4 @@ slug: /about
## Team ## Team
## History ## Timeline

View File

@ -1,5 +1,5 @@
--- ---
title: Community Examples title: Hardware Examples
--- ---
## Add your own example ## Add your own example

View File

@ -1,3 +0,0 @@
---
title: "@dan-jan: 3090 Desktop"
---

View File

@ -1,19 +1,24 @@
--- ---
title: "@janhq: 2x4090 Workstation" title: "2 x 4090 Workstation"
--- ---
![Jan-Workstation](https://media.discordapp.net/attachments/964896173401976932/1158437407675387964/Jan-workstation_812x520_via_10015_io.png?ex=651c3e68&is=651aece8&hm=e2548dd8ee20f9ecbc5d13bec7040d00b6e91cb055e5d0fad33a1e232d275caf&=&width=668&height=428) ![](/img/2x4090-workstation.png)
## 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/.

View File

@ -1,3 +1,3 @@
--- ---
title: Self-hosted ChatGPT title: Self-Hosted ChatGPT
--- ---

View File

@ -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",
}, },
], ],

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB