Reorganize Hardware section for Jan
This commit is contained in:
parent
775f2631d0
commit
a11b2e004f
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Recommended AI Hardware for $1,000
|
||||
---
|
||||
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Recommended AI Hardware for $10,000
|
||||
---
|
||||
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Recommended AI Hardware for $2,500
|
||||
---
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Recommended AI Hardware for $5,000
|
||||
---
|
||||
6
docs/docs/hardware/examples/_category_.json
Normal file
6
docs/docs/hardware/examples/_category_.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"label": "Example Builds",
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
||||
13
docs/docs/hardware/recommendations/by-budget.md
Normal file
13
docs/docs/hardware/recommendations/by-budget.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Recommended AI Hardware by Budget
|
||||
---
|
||||
|
||||
## $1,000
|
||||
|
||||
## $2,500
|
||||
|
||||
## $5,000
|
||||
|
||||
## $7,500
|
||||
|
||||
## $10,000
|
||||
7
docs/docs/hardware/recommendations/by-hardware.md
Normal file
7
docs/docs/hardware/recommendations/by-hardware.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Recommended AI Models by Hardware
|
||||
---
|
||||
|
||||
## Macbook 8GB RAM
|
||||
|
||||
## Macbook 16GB RAM
|
||||
8
docs/docs/hardware/recommendations/by-model.md
Normal file
8
docs/docs/hardware/recommendations/by-model.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Recommended AI Hardware by Model
|
||||
---
|
||||
|
||||
## Codellama 34b
|
||||
|
||||
## Falcon 180b
|
||||
|
||||
23
docs/docs/hardware/recommendations/by-usecase.md
Normal file
23
docs/docs/hardware/recommendations/by-usecase.md
Normal 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
|
||||
3
docs/docs/solutions/industries/software.md
Normal file
3
docs/docs/solutions/industries/software.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Software Engineering
|
||||
---
|
||||
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user