diff --git a/docs/docs/hardware/consumer/1000.md b/docs/docs/hardware/consumer/1000.md deleted file mode 100644 index dae98fd53..000000000 --- a/docs/docs/hardware/consumer/1000.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Recommended AI Hardware for $1,000 ---- \ No newline at end of file diff --git a/docs/docs/hardware/consumer/10000.md b/docs/docs/hardware/consumer/10000.md deleted file mode 100644 index 5f0c514b1..000000000 --- a/docs/docs/hardware/consumer/10000.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Recommended AI Hardware for $10,000 ---- \ No newline at end of file diff --git a/docs/docs/hardware/consumer/2500.md b/docs/docs/hardware/consumer/2500.md deleted file mode 100644 index eb23a3d22..000000000 --- a/docs/docs/hardware/consumer/2500.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Recommended AI Hardware for $2,500 ---- - diff --git a/docs/docs/hardware/consumer/5000.md b/docs/docs/hardware/consumer/5000.md deleted file mode 100644 index 750162660..000000000 --- a/docs/docs/hardware/consumer/5000.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Recommended AI Hardware for $5,000 ---- \ No newline at end of file diff --git a/docs/docs/hardware/consumer/consumer.md b/docs/docs/hardware/consumer/consumer.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/hardware/enterprise/25000.md b/docs/docs/hardware/examples/3090x1-@dan-jan.md similarity index 100% rename from docs/docs/hardware/enterprise/25000.md rename to docs/docs/hardware/examples/3090x1-@dan-jan.md diff --git a/docs/docs/hardware/enterprise/50000.md b/docs/docs/hardware/examples/4090x2-@dan-jan.md similarity index 100% rename from docs/docs/hardware/enterprise/50000.md rename to docs/docs/hardware/examples/4090x2-@dan-jan.md diff --git a/docs/docs/hardware/examples/_category_.json b/docs/docs/hardware/examples/_category_.json new file mode 100644 index 000000000..2a3d9c51f --- /dev/null +++ b/docs/docs/hardware/examples/_category_.json @@ -0,0 +1,6 @@ +{ + "label": "Example Builds", + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/docs/hardware/enterprise/enterprise.md b/docs/docs/hardware/examples/examples.md similarity index 100% rename from docs/docs/hardware/enterprise/enterprise.md rename to docs/docs/hardware/examples/examples.md diff --git a/docs/docs/hardware/recommendations/by-budget.md b/docs/docs/hardware/recommendations/by-budget.md new file mode 100644 index 000000000..fe91d9577 --- /dev/null +++ b/docs/docs/hardware/recommendations/by-budget.md @@ -0,0 +1,13 @@ +--- +title: Recommended AI Hardware by Budget +--- + +## $1,000 + +## $2,500 + +## $5,000 + +## $7,500 + +## $10,000 \ No newline at end of file diff --git a/docs/docs/hardware/recommendations/by-hardware.md b/docs/docs/hardware/recommendations/by-hardware.md new file mode 100644 index 000000000..9d14835fd --- /dev/null +++ b/docs/docs/hardware/recommendations/by-hardware.md @@ -0,0 +1,7 @@ +--- +title: Recommended AI Models by Hardware +--- + +## Macbook 8GB RAM + +## Macbook 16GB RAM \ No newline at end of file diff --git a/docs/docs/hardware/recommendations/by-model.md b/docs/docs/hardware/recommendations/by-model.md new file mode 100644 index 000000000..022763b31 --- /dev/null +++ b/docs/docs/hardware/recommendations/by-model.md @@ -0,0 +1,8 @@ +--- +title: Recommended AI Hardware by Model +--- + +## Codellama 34b + +## Falcon 180b + diff --git a/docs/docs/hardware/recommendations/by-usecase.md b/docs/docs/hardware/recommendations/by-usecase.md new file mode 100644 index 000000000..e64730d71 --- /dev/null +++ b/docs/docs/hardware/recommendations/by-usecase.md @@ -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 \ No newline at end of file diff --git a/docs/docs/solutions/industries/software.md b/docs/docs/solutions/industries/software.md new file mode 100644 index 000000000..4afbce7e8 --- /dev/null +++ b/docs/docs/solutions/industries/software.md @@ -0,0 +1,3 @@ +--- +title: Software Engineering +--- \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 6dbc8cb98..78ad30d25 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", + }, + ], + }, ], };