Scaffold Hardware section for Jan

This commit is contained in:
Daniel 2023-09-20 17:06:31 +08:00
parent ca677f2411
commit a894cd624b
21 changed files with 200 additions and 44 deletions

View File

@ -0,0 +1,3 @@
---
title: Chassis
---

View File

@ -0,0 +1,8 @@
---
title: Anatomy of a Thinking Machine
slug: /hardware/concepts
---
- Cover the difference between CPU/RAM and GPU/VRAM
- AI can now run on CPU/RAM (llama.cpp)
- AI that runs on Apple Silicon

View File

@ -0,0 +1,7 @@
---
title: CPU
---
- CPU's role vs GPU
- Cooler + Thermal Paste
- RAM

View File

@ -0,0 +1,8 @@
---
title: GPUs and VRAM
---
- GPUs plugging in to Motherboard via PCIe
- Multiple GPUs
- NVLink
- PCIe (and Motherboard limitations)

View File

@ -0,0 +1,5 @@
---
title: Motherboard
---
- PCIe lanes that go to the processor (not Chipset)

View File

@ -0,0 +1,3 @@
---
title: Network
---

View File

@ -0,0 +1,3 @@
---
title: Power Supply
---

View File

@ -0,0 +1,3 @@
---
title: Storage
---

View File

@ -0,0 +1,3 @@
---
title: Recommended AI Hardware for $1,000
---

View File

@ -0,0 +1,3 @@
---
title: Recommended AI Hardware for $10,000
---

View File

@ -0,0 +1,4 @@
---
title: Recommended AI Hardware for $2,500
---

View File

@ -0,0 +1,3 @@
---
title: Recommended AI Hardware for $5,000
---

View File

View File

@ -0,0 +1,3 @@
---
title: $25,000
---

View File

@ -0,0 +1,3 @@
---
title: $50,000
---

View File

@ -0,0 +1,3 @@
---
title: Enterprise-grade AI Hardware
---

View File

@ -0,0 +1,3 @@
---
title: Cloud vs. Buy
---

View File

@ -0,0 +1,3 @@
---
title: Nvidia vs. AMD vs. Intel vs. Apple
---

View File

@ -15,80 +15,168 @@
const sidebars = { const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure // By default, Docusaurus generates a sidebar from the docs folder structure
// featuresSidebar: [{ type: 'autogenerated', dirName: 'features' }], // featuresSidebar: [{ type: 'autogenerated', dirName: 'features' }],
hardwareSidebar: [{ type: 'autogenerated', dirName: 'hardware' }], // hardwareSidebar: [{ type: 'autogenerated', dirName: 'hardware' }],
aboutSidebar: [{ type: 'autogenerated', dirName: 'about' }], aboutSidebar: [{ type: "autogenerated", dirName: "about" }],
// But you can create a sidebar manually // But you can create a sidebar manually
featuresSidebar: [ featuresSidebar: [
'platform/platform', "platform/platform",
{ {
type: 'category', type: "category",
label: 'Products', label: "Products",
collapsible: true, collapsible: true,
collapsed: false, collapsed: false,
link: { type: 'doc', id: 'products/products' }, link: { type: "doc", id: "products/products" },
items: [ items: ["products/desktop", "products/mobile", "products/server"],
'products/desktop',
'products/mobile',
'products/server'
]
}, },
{ {
type: 'category', type: "category",
label: 'Features', label: "Features",
collapsible: true, collapsible: true,
collapsed: false, collapsed: false,
link: { type: 'doc', id: 'features/features' }, link: { type: "doc", id: "features/features" },
items: [ items: [
'features/self-hosted', "features/self-hosted",
'features/acceleration', "features/acceleration",
'features/extensions', "features/extensions",
] ],
} },
], ],
// 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: "Use cases",
collapsible: true, collapsible: true,
collapsed: false, collapsed: false,
items: [ items: ["solutions/personal-ai", "solutions/self-hosted"],
'solutions/personal-ai',
'solutions/self-hosted'
]
}, },
{ {
type: 'category', type: "category",
label: 'Industries', label: "Industries",
collapsible: true, collapsible: true,
collapsed: false, collapsed: false,
items: [ items: [
'solutions/industries/public-sector', "solutions/industries/public-sector",
'solutions/industries/education', "solutions/industries/education",
'solutions/industries/finance', "solutions/industries/finance",
'solutions/industries/law', "solutions/industries/law",
'solutions/industries/healthcare', "solutions/industries/healthcare",
] ],
} },
], ],
docsSidebar: [ docsSidebar: [
{ type: 'doc', label: "Getting Started", id: 'docs/docs' }, { type: "doc", label: "Getting Started", id: "docs/docs" },
{ {
type: 'category', type: "category",
label: 'Install', label: "Install",
collapsible: true, collapsible: true,
collapsed: false, collapsed: false,
items: [ items: [
{ type: 'doc', label: 'Windows', id: 'docs/install/windows' }, { type: "doc", label: "Windows", id: "docs/install/windows" },
{ type: 'doc', label: 'Mac', id: 'docs/install/mac' }, { type: "doc", label: "Mac", id: "docs/install/mac" },
{ type: 'doc', label: 'Linux', id: 'docs/install/linux' }, { type: "doc", label: "Linux", id: "docs/install/linux" },
] ],
} },
] ],
hardwareSidebar: [
{
type: "category",
label: "Overview",
collapsible: true,
collapsed: true,
link: { type: "doc", id: "hardware/hardware" },
items: [
{
type: "doc",
label: "Cloud vs. Buy",
id: "hardware/overview/cloud-vs-buy",
},
{
type: "doc",
label: "Nvidia vs. AMD vs. Intel vs. Apple",
id: "hardware/overview/ecosystems",
},
],
},
{
type: "category",
label: "Consumer-Grade",
collapsible: true,
collapsed: true,
link: { type: "doc", id: "hardware/consumer/consumer" },
items: [
{ type: "doc", label: "< $1000", id: "hardware/consumer/1000" },
{ type: "doc", label: "< $2500", id: "hardware/consumer/2500" },
{ type: "doc", label: "< $5000", id: "hardware/consumer/5000" },
{ type: "doc", label: "< $10,000", id: "hardware/consumer/10000" },
],
},
{
type: "category",
label: "Enterprise-Grade",
collapsible: true,
collapsed: true,
link: { type: "doc", id: "hardware/enterprise/enterprise" },
items: [
{ type: "doc", label: "< $25,000", id: "hardware/enterprise/25000" },
{
type: "doc",
label: "More than $50,000",
id: "hardware/enterprise/50000",
},
],
},
{
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",
},
],
},
],
}; };
module.exports = sidebars; module.exports = sidebars;