Unverified Commit 39d645e5 authored by Jonathan Tong's avatar Jonathan Tong Committed by GitHub
Browse files

docs: migrate Fern docs from fern/ into docs/ (#6206)


Signed-off-by: default avatarJont828 <jt572@cornell.edu>
parent d381e6ff
...@@ -11,7 +11,7 @@ Production-ready deployments for **Qwen3-32B** with FP8 quantization using Tenso ...@@ -11,7 +11,7 @@ Production-ready deployments for **Qwen3-32B** with FP8 quantization using Tenso
## Prerequisites ## Prerequisites
1. **Dynamo Platform installed** — See [Kubernetes Deployment Guide](../../docs/kubernetes/README.md) 1. **Dynamo Platform installed** — See [Kubernetes Deployment Guide](../../docs/pages/kubernetes/README.md)
2. **GPU cluster** with H100/H200/A100 GPUs 2. **GPU cluster** with H100/H200/A100 GPUs
3. **HuggingFace token** with access to Qwen models 3. **HuggingFace token** with access to Qwen models
......
...@@ -40,7 +40,7 @@ This workload is ideal for KV-aware routing—with 36.64% cache efficiency, requ ...@@ -40,7 +40,7 @@ This workload is ideal for KV-aware routing—with 36.64% cache efficiency, requ
## Prerequisites ## Prerequisites
1. **Dynamo Platform installed** - See [Kubernetes Deployment Guide](../../docs/kubernetes/README.md) 1. **Dynamo Platform installed** - See [Kubernetes Deployment Guide](../../docs/pages/kubernetes/README.md)
2. **16x H200 GPUs** across 2 nodes 2. **16x H200 GPUs** across 2 nodes
3. **HuggingFace token** configured: 3. **HuggingFace token** configured:
```bash ```bash
......
...@@ -655,7 +655,7 @@ graph LR ...@@ -655,7 +655,7 @@ graph LR
### Install Dynamo Platform ### Install Dynamo Platform
Follow the [instructions](../../../docs/kubernetes/installation_guide.md) to install `Dynamo` in your Kubernetes cluster. Follow the [instructions](../../../docs/pages/kubernetes/installation-guide.md) to install `Dynamo` in your Kubernetes cluster.
### Mount Workspace and Kube Config ### Mount Workspace and Kube Config
......
...@@ -23,7 +23,7 @@ Use the pre-configured test deployment with sample profiling data, we provide th ...@@ -23,7 +23,7 @@ Use the pre-configured test deployment with sample profiling data, we provide th
### Option B: Use Your Own Profiling Results ### Option B: Use Your Own Profiling Results
1. Run pre-deployment profiling for your specific setup. See the [pre-deployment profiling documentation](../../docs/components/profiler/profiler_guide.md) for detailed instructions. 1. Run pre-deployment profiling for your specific setup. See the [pre-deployment profiling documentation](../../docs/pages/components/profiler/profiler-guide.md) for detailed instructions.
## Interpolator Testing ## Interpolator Testing
...@@ -165,8 +165,8 @@ Test complete scaling behavior including Kubernetes deployment and load generati ...@@ -165,8 +165,8 @@ Test complete scaling behavior including Kubernetes deployment and load generati
**Prerequisites:** **Prerequisites:**
- **[kube-prometheus-stack](../../docs/kubernetes/observability/metrics.md) installed and running.** The SLA planner requires Prometheus to observe metrics and make scaling decisions. - **[kube-prometheus-stack](../../docs/pages/kubernetes/observability/metrics.md) installed and running.** The SLA planner requires Prometheus to observe metrics and make scaling decisions.
- Ensure the Dynamo operator was installed with the Prometheus endpoint configured (see [SLA Planner Quickstart Guide](../../docs/components/planner/planner_guide.md#prerequisites) for details). - Ensure the Dynamo operator was installed with the Prometheus endpoint configured (see [SLA Planner Quickstart Guide](../../docs/pages/components/planner/planner-guide.md#prerequisites) for details).
**Prepare the test deployment manifest:** **Prepare the test deployment manifest:**
...@@ -209,7 +209,7 @@ Remove `volumes` and `volumeMounts`: ...@@ -209,7 +209,7 @@ Remove `volumes` and `volumeMounts`:
- name: planner-profile-data - name: planner-profile-data
configMap: configMap:
# Must be pre-created before deployment by the profiler # Must be pre-created before deployment by the profiler
# See docs/components/planner/planner_guide.md for more details # See docs/pages/components/planner/planner-guide.md for more details
name: planner-profile-data name: planner-profile-data
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment