Skip to content

Commit 0a58fb6

Browse files
authored
Merge pull request #56 from oracle-quickstart/vkammari/fix-broken-links
Update README.md (Fixed a few broken links)
2 parents 8927416 + 2012598 commit 0a58fb6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/about/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434

3535
| Feature | Description | Instructions |
3636
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
37-
| **Customize Blueprints** | Tailor existing OCI AI Blueprints to suit your exact AI workload needs—everything from hyperparameters to node counts and hardware. | [Read More](docs/custom_blueprints/README.md) |
38-
| **Updating OCI AI Blueprints** | Keep your OCI AI Blueprints environment current with the latest control plane and portal updates. | [Read More](docs/installing_new_updates/README.md) |
39-
| **Shared Node Pool** | Use longer-lived resources (e.g., bare metal nodes) across multiple blueprints or to persist resources after a blueprint is undeployed. | [Read More](docs/shared_node_pools/README.md) |
40-
| **File Storage Service** | Store and supply model weights using OCI File Storage Service for blueprint deployments. | [Read More](docs/fss/README.md) |
41-
| **Auto-Scaling** | Automatically adjust resource usage based on infrastructure or application-level metrics to optimize performance and costs. | [Read More](docs/auto_scaling/README.md) |
37+
| **Customize Blueprints** | Tailor existing OCI AI Blueprints to suit your exact AI workload needs—everything from hyperparameters to node counts and hardware. | [Read More](../custom_blueprints/README.md) |
38+
| **Updating OCI AI Blueprints** | Keep your OCI AI Blueprints environment current with the latest control plane and portal updates. | [Read More](../installing_new_updates/README.md) |
39+
| **Shared Node Pool** | Use longer-lived resources (e.g., bare metal nodes) across multiple blueprints or to persist resources after a blueprint is undeployed. | [Read More](../shared_node_pools/README.md) |
40+
| **File Storage Service** | Store and supply model weights using OCI File Storage Service for blueprint deployments. | [Read More](../fss/README.md) |
41+
| **Auto-Scaling** | Automatically adjust resource usage based on infrastructure or application-level metrics to optimize performance and costs. | [Read More](../auto_scaling/README.md) |
4242

4343
---
4444

@@ -77,13 +77,13 @@ A:
7777
A: Deploy a vLLM blueprint, then use a tool like LLMPerf to run benchmarking against your inference endpoint. Contact us for more details.
7878

7979
**Q: Where can I see the full list of blueprints?**
80-
A: All available blueprints are listed [here](docs/sample_blueprints/README.md). If you need something custom, please let us know.
80+
A: All available blueprints are listed [here](../sample_blueprints/README.md). If you need something custom, please let us know.
8181

8282
**Q: How do I check logs for troubleshooting?**
8383
A: Use `kubectl` to inspect pod logs in your OKE cluster.
8484

8585
**Q: Does OCI AI Blueprints support auto-scaling?**
86-
A: Yes, we leverage KEDA for application-driven auto-scaling. See [documentation](docs/auto_scaling/README.md).
86+
A: Yes, we leverage KEDA for application-driven auto-scaling. See [documentation](../auto_scaling/README.md).
8787

8888
**Q: Which GPUs are compatible?**
8989
A: Any NVIDIA GPUs available in your OCI region (A10, A100, H100, etc.).
@@ -92,4 +92,4 @@ A: Any NVIDIA GPUs available in your OCI region (A10, A100, H100, etc.).
9292
A: Yes, though testing on clusters running other workloads is ongoing. We recommend a clean cluster for best stability.
9393

9494
**Q: How do I run multiple blueprints on the same node?**
95-
A: Enable shared node pools. [Read more here](docs/shared_node_pools/README.md).
95+
A: Enable shared node pools. [Read more here](../shared_node_pools/README.md).

0 commit comments

Comments
 (0)