diff --git a/cookbook/supernode/README.md b/cookbook/supernode/README.md index 508c671..1ad1096 100644 --- a/cookbook/supernode/README.md +++ b/cookbook/supernode/README.md @@ -6,7 +6,7 @@ 本目录提供在 TKE 超级节点上部署 GPU Pod 的完整示例,包括 Python 脚本和 YAML 配置文件。 -**文档链接**: [GPU Pod 最佳实践](https://tke-workshop.github.io/ai-ml/04-gpu-pod-best-practices/) +**文档链接**: [超级节点 GPU](https://tke-workshop.github.io/ai-ml/training/supernode-gpu/) --- @@ -272,7 +272,7 @@ kubectl get pods -l scenario=batch-inference | **L20** | 48GB | 12.7 | 高端图形工作负载 | 48核/192GiB | | **L40** | 48GB | 12.7 | 高端图形工作负载 | 48核/192GiB | -完整规格表请参考: [GPU Pod 最佳实践文档](https://tke-workshop.github.io/ai-ml/04-gpu-pod-best-practices/#支持的-gpu-规格) +更多超级节点 GPU 说明请参考: [超级节点 GPU 文档](https://tke-workshop.github.io/ai-ml/training/supernode-gpu/) --- @@ -370,7 +370,7 @@ kubectl describe pod | grep -i cache ## 📚 相关文档 -- [GPU Pod 最佳实践](https://tke-workshop.github.io/ai-ml/04-gpu-pod-best-practices/) +- [超级节点 GPU](https://tke-workshop.github.io/ai-ml/training/supernode-gpu/) - [创建超级节点池](https://tke-workshop.github.io/basics/supernode/01-create-supernode-pool/) - [创建按量超级节点](https://tke-workshop.github.io/basics/supernode/02-create-supernode/) - [镜像缓存文档](https://cloud.tencent.com/document/product/457/65908) @@ -385,7 +385,7 @@ kubectl describe pod | grep -i cache ## 📄 许可证 -[Apache License 2.0](../../LICENSE) +Apache License 2.0 --- diff --git a/cookbook/supernode/deploy_gpu_pod.py b/cookbook/supernode/deploy_gpu_pod.py index b616c52..57f83af 100755 --- a/cookbook/supernode/deploy_gpu_pod.py +++ b/cookbook/supernode/deploy_gpu_pod.py @@ -4,7 +4,7 @@ 功能: 在 TKE 超级节点上创建 GPU Pod,支持自动匹配和手动指定 GPU 类型 使用方法: python3 deploy_gpu_pod.py --help -文档链接: https://tke-workshop.github.io/ai-ml/04-gpu-pod-best-practices/ +文档链接: https://tke-workshop.github.io/ai-ml/training/supernode-gpu/ """ import argparse diff --git a/cookbook/supernode/gpu_pod_examples.yaml b/cookbook/supernode/gpu_pod_examples.yaml index a44df32..ecec605 100644 --- a/cookbook/supernode/gpu_pod_examples.yaml +++ b/cookbook/supernode/gpu_pod_examples.yaml @@ -1,5 +1,5 @@ # GPU Pod 配置示例集合 -# 文档: https://tke-workshop.github.io/ai-ml/04-gpu-pod-best-practices/ +# 文档: https://tke-workshop.github.io/ai-ml/training/supernode-gpu/ --- # 示例 1: 基础 GPU Pod(自动匹配 - 推荐)