diff --git a/docs/docs/about/about.md b/docs/docs/about/about.md index 354f9ce30..f574a7ec3 100644 --- a/docs/docs/about/about.md +++ b/docs/docs/about/about.md @@ -5,4 +5,4 @@ slug: /about ## Team -## History \ No newline at end of file +## Timeline diff --git a/docs/docs/hardware/community.md b/docs/docs/hardware/community.md index d0791a1a9..5d9bfcc16 100644 --- a/docs/docs/hardware/community.md +++ b/docs/docs/hardware/community.md @@ -1,5 +1,5 @@ --- -title: Community Examples +title: Hardware Examples --- ## Add your own example diff --git a/docs/docs/hardware/examples/3090x1-@dan-jan.md b/docs/docs/hardware/examples/3090x1-@dan-jan.md deleted file mode 100644 index 81a665357..000000000 --- a/docs/docs/hardware/examples/3090x1-@dan-jan.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "@dan-jan: 3090 Desktop" ---- \ No newline at end of file diff --git a/docs/docs/hardware/examples/4090x2-@dan-jan.md b/docs/docs/hardware/examples/4090x2-@dan-jan.md index e443cdeac..1ba9bca42 100644 --- a/docs/docs/hardware/examples/4090x2-@dan-jan.md +++ b/docs/docs/hardware/examples/4090x2-@dan-jan.md @@ -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 | -| :------------------- | :----------------------------------------------- | :------ | -| **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/. \ No newline at end of file diff --git a/docs/docs/solutions/self-hosted.md b/docs/docs/solutions/self-hosted.md index 6c6aeb0e5..227b09923 100644 --- a/docs/docs/solutions/self-hosted.md +++ b/docs/docs/solutions/self-hosted.md @@ -1,3 +1,3 @@ --- -title: Self-hosted ChatGPT +title: Self-Hosted ChatGPT --- \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 59223416b..3df543036 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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", }, ], diff --git a/docs/sidebars.js b/docs/sidebars.js index 06e03eb5a..679e9f36f 100644 --- a/docs/sidebars.js +++ b/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" }, diff --git a/docs/static/img/2x4090-workstation.png b/docs/static/img/2x4090-workstation.png new file mode 100644 index 000000000..c0f0abcc5 Binary files /dev/null and b/docs/static/img/2x4090-workstation.png differ