From 67af8dec2c8c6ac0fd32b90a52c698afd4b5a5d2 Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 19 Jan 2026 10:43:55 +0800 Subject: [PATCH 1/2] docs: Rename aidaptivcache documents --- ...ator.mdx => 07-aidaptivcache-operator.mdx} | 18 ++++++------ ...tune.mdx => 08-aidaptivcache-finetune.mdx} | 28 ++++++++---------- ...nce.mdx => 09-aidaptivcache-inference.mdx} | 29 +++++++------------ 3 files changed, 32 insertions(+), 43 deletions(-) rename src/content/docs/demos/{07-aidaptiv-operator.mdx => 07-aidaptivcache-operator.mdx} (76%) rename src/content/docs/demos/{08-aidaptiv-finetune.mdx => 08-aidaptivcache-finetune.mdx} (94%) rename src/content/docs/demos/{09-aidaptiv-inference.mdx => 09-aidaptivcache-inference.mdx} (95%) diff --git a/src/content/docs/demos/07-aidaptiv-operator.mdx b/src/content/docs/demos/07-aidaptivcache-operator.mdx similarity index 76% rename from src/content/docs/demos/07-aidaptiv-operator.mdx rename to src/content/docs/demos/07-aidaptivcache-operator.mdx index b250503..a43e3bc 100644 --- a/src/content/docs/demos/07-aidaptiv-operator.mdx +++ b/src/content/docs/demos/07-aidaptivcache-operator.mdx @@ -1,11 +1,11 @@ --- -title: aiDAPTIV Operator -description: Learn how to install the aiDAPTIV Cache Operator for Phison aiDAPTIVCache device support in Kubernetes +title: aiDAPTIVCache Operator +description: Learn how to install the aiDAPTIVCache Operator for Phison aiDAPTIVCache device support in Kubernetes --- import { Steps, Aside } from '@astrojs/starlight/components'; -This guide demonstrates how to install the **aiDAPTIV Cache Operator**, which is required for Kubernetes to recognize and utilize Phison aiDAPTIVCache devices (`phison.com/ai100`). +This guide demonstrates how to install the **aiDAPTIVCache Operator**, which is required for Kubernetes to recognize and utilize Phison aiDAPTIVCache devices (`phison.com/ai100`). ## Prerequisites @@ -16,7 +16,7 @@ Before installing the operator, ensure you have: - Sufficient cluster resources for the operator deployment ## Installation Steps @@ -29,7 +29,7 @@ The aiDAPTIV Cache Operator must be installed **before** deploying any workloads - Go to **Application** → **Store** - This opens the Helm chart repository -2. **Add the aiDAPTIV Operator Chart** +2. **Add the aiDAPTIVOperator Chart** Click **Import** button and provide the following information: @@ -57,7 +57,7 @@ The aiDAPTIV Cache Operator must be installed **before** deploying any workloads ## What the Operator Does -The aiDAPTIV Cache Operator performs the following functions: +The aiDAPTIVCache Operator performs the following functions: - **Resource Manager**: Manage aiDAPTIVCache devices - **Device Discovery**: Automatically detects Phison aiDAPTIVCache devices on cluster nodes @@ -86,10 +86,10 @@ If the operator pod fails to start: ## Next Steps -After successfully installing the aiDAPTIV Cache Operator, you can: +After successfully installing the aiDAPTIVCache Operator, you can: -- Deploy fine-tuning jobs that utilize aiDAPTIVCache devices (see [Deploy aiDAPTIV Finetune](/demos/08-aidaptiv-finetune)) -- Deploy inference services with aiDAPTIVCache acceleration (see [Deploy aiDAPTIV Inference](/demos/09-aidaptiv-inference)) +- Deploy fine-tuning jobs that utilize aiDAPTIVCache devices (see [Deploy aiDAPTIVCache Finetune](/demos/08-aidaptivcache-finetune)) +- Deploy inference services with aiDAPTIVCache acceleration (see [Deploy aiDAPTIVCache Inference](/demos/09-aidaptivcache-inference)) ## Prepare Model @@ -42,7 +40,7 @@ This method uses OtterScale's NFS File System to store and access model files. 1. **Create NFS File System in OtterScale**: Navigate to the Storage section: - - Go to `https:///scope//service/file-system` + - Go to **Storage** → **File System** - Create a new NFS File System or use an existing one - Record the NFS server address (format: `10.102.197.0:/volumes/_nogroup/xxx`) @@ -467,12 +465,8 @@ resources: 1. **Get Service Address**: - Navigate to the Services page: - ``` - https:///scope//service/services - ``` - - Find your inference service and note the NodePort. + - Go to **Application** → **Services** + - Find your inference service and note the NodePort. 2. **Test API Connection**: @@ -546,9 +540,8 @@ resources: 1. **Check Deployment Status**: Navigate to the Workloads page: - ``` - https:///scope//service/workload - ``` + - Go to **Application** → **Workloads** + - Find your deployment 2. **View Pod Logs**: @@ -603,7 +596,7 @@ resources: Date: Mon, 19 Jan 2026 10:50:15 +0800 Subject: [PATCH 2/2] docs: fix docs --- src/content/docs/demos/07-aidaptivcache-operator.mdx | 2 +- src/content/docs/demos/08-aidaptivcache-finetune.mdx | 2 +- src/content/docs/demos/09-aidaptivcache-inference.mdx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/demos/07-aidaptivcache-operator.mdx b/src/content/docs/demos/07-aidaptivcache-operator.mdx index a43e3bc..8d504db 100644 --- a/src/content/docs/demos/07-aidaptivcache-operator.mdx +++ b/src/content/docs/demos/07-aidaptivcache-operator.mdx @@ -29,7 +29,7 @@ The aiDAPTIVCache Operator must be installed **before** deploying any workloads - Go to **Application** → **Store** - This opens the Helm chart repository -2. **Add the aiDAPTIVOperator Chart** +2. **Add the aiDAPTIVCache Operator Chart** Click **Import** button and provide the following information: diff --git a/src/content/docs/demos/08-aidaptivcache-finetune.mdx b/src/content/docs/demos/08-aidaptivcache-finetune.mdx index 36b2a6a..173b868 100644 --- a/src/content/docs/demos/08-aidaptivcache-finetune.mdx +++ b/src/content/docs/demos/08-aidaptivcache-finetune.mdx @@ -527,7 +527,7 @@ resources: ## Related Resources diff --git a/src/content/docs/demos/09-aidaptivcache-inference.mdx b/src/content/docs/demos/09-aidaptivcache-inference.mdx index 07b9be7..094774c 100644 --- a/src/content/docs/demos/09-aidaptivcache-inference.mdx +++ b/src/content/docs/demos/09-aidaptivcache-inference.mdx @@ -20,11 +20,11 @@ aiDAPTIVCache Inference provides high-performance LLM inference service based on ## Prerequisites ## Prepare Model @@ -594,7 +594,7 @@ resources: ## Related Resources