Reorganize Hardware section for Jan

This commit is contained in:
Daniel 2023-09-20 20:56:46 +08:00
parent 775f2631d0
commit a11b2e004f
15 changed files with 95 additions and 34 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,6 @@
{
"label": "Example Builds",
"link": {
"type": "generated-index"
}
}

View File

@ -0,0 +1,13 @@
---
title: Recommended AI Hardware by Budget
---
## $1,000
## $2,500
## $5,000
## $7,500
## $10,000

View File

@ -0,0 +1,7 @@
---
title: Recommended AI Models by Hardware
---
## Macbook 8GB RAM
## Macbook 16GB RAM

View File

@ -0,0 +1,8 @@
---
title: Recommended AI Hardware by Model
---
## Codellama 34b
## Falcon 180b

View File

@ -0,0 +1,23 @@
---
title: Recommended AI Hardware by Use Case
---
## Entry-level Experimentation
## Personal Use
- Macbook (8gb)
## Prosumer Use
- Apple Silicon
## For a 10-person Small Business
## For a 50-person Business
## For a Software Engineering Team
- Codellama34b
## For a 1000-person Enterprise

View File

@ -0,0 +1,3 @@
---
title: Software Engineering
---

View File

@ -59,10 +59,11 @@ const sidebars = {
collapsible: true,
collapsed: false,
items: [
"solutions/industries/public-sector",
"solutions/industries/software",
"solutions/industries/education",
"solutions/industries/finance",
"solutions/industries/law",
"solutions/industries/public-sector",
"solutions/industries/finance",
"solutions/industries/healthcare",
],
},
@ -105,29 +106,29 @@ const sidebars = {
},
{
type: "category",
label: "Consumer-Grade",
label: "Recommendations",
collapsible: true,
collapsed: true,
link: { type: "doc", id: "hardware/consumer/consumer" },
collapsed: false,
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",
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",
},
],
},
@ -176,6 +177,19 @@ const sidebars = {
},
],
},
{
type: "category",
label: "Community Examples",
collapsible: true,
collapsed: true,
link: { type: "doc", id: "hardware/examples/examples" },
items: [
{
type: "autogenerated",
dirName: "hardware/examples",
},
],
},
],
};