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..8d504db 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 aiDAPTIVCache Operator 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**:
@@ -601,9 +594,9 @@ resources:
## Related Resources