Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update app/src/content/embeds/model-architecture-decision-flowchart.html
Browse files
app/src/content/embeds/model-architecture-decision-flowchart.html
CHANGED
|
@@ -144,9 +144,9 @@
|
|
| 144 |
// Define the flowchart structure - Model Architecture Decision
|
| 145 |
const nodes = [
|
| 146 |
{ id: 'A', label: 'Where will this model run?', type: 'question', x: 400, y: 100 },
|
| 147 |
-
{ id: 'B', label: 'Edge/
|
| 148 |
{ id: 'C', label: 'Other\nMore memory available', type: 'decision', x: 620, y: 320 },
|
| 149 |
-
{ id: 'D', label: 'Dense (most cases)\nHybrid
|
| 150 |
{ id: 'E', label: 'What\'s your team\'s expertise?', type: 'question', x: 620, y: 540 },
|
| 151 |
{ id: 'F', label: 'First LLM training', type: 'decision', x: 380, y: 760 },
|
| 152 |
{ id: 'G', label: 'Experienced\nComfortable with dense', type: 'decision', x: 620, y: 760 },
|
|
|
|
| 144 |
// Define the flowchart structure - Model Architecture Decision
|
| 145 |
const nodes = [
|
| 146 |
{ id: 'A', label: 'Where will this model run?', type: 'question', x: 400, y: 100 },
|
| 147 |
+
{ id: 'B', label: 'Edge/phones\nMemory-constrained environments', type: 'decision', x: 180, y: 320 },
|
| 148 |
{ id: 'C', label: 'Other\nMore memory available', type: 'decision', x: 620, y: 320 },
|
| 149 |
+
{ id: 'D', label: 'Dense (most cases)\nHybrid (for experienced teams)', type: 'success', x: 180, y: 540 },
|
| 150 |
{ id: 'E', label: 'What\'s your team\'s expertise?', type: 'question', x: 620, y: 540 },
|
| 151 |
{ id: 'F', label: 'First LLM training', type: 'decision', x: 380, y: 760 },
|
| 152 |
{ id: 'G', label: 'Experienced\nComfortable with dense', type: 'decision', x: 620, y: 760 },
|