Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/demos/07-aidaptiv-operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ If the operator pod fails to start:

After successfully installing the aiDAPTIV Cache Operator, you can:

- Deploy fine-tuning jobs that utilize aiDAPTIVCache devices (see [Deploy aiDAPTIV Finetune](./08-aidaptiv-finetune))
- Deploy inference services with aiDAPTIVCache acceleration (see [Deploy aiDAPTIV Inference](./09-aidaptiv-inference))
- 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))

<Aside type="tip">
When requesting aiDAPTIVCache devices in your workloads, use the resource key `phison.com/ai100` in both `requests` and `limits` sections of your pod specifications.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/demos/08-aidaptiv-finetune.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aiDAPTIV Finetune provides efficient model fine-tuning capabilities with support

The operator enables Kubernetes to recognize and allocate Phison aiDAPTIVCache devices (`phison.com/ai100`) used by aiDAPTIV workloads.

See [Deploy aiDAPTIV Operator](./07-aidaptiv-operator) for installation instructions.
See [aiDAPTIV Operator](/demo/07-aidaptiv-operator) for installation instructions.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There appears to be a typo in the link path. It should likely be /demos/07-aidaptiv-operator instead of /demo/07-aidaptiv-operator to match the directory structure and the other updated links.

See [aiDAPTIV Operator](/demos/07-aidaptiv-operator) for installation instructions.

</Aside>

## Prepare Model and Data
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/demos/09-aidaptiv-inference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ aiDAPTIV Inference provides high-performance LLM inference service based on vLLM

The operator enables Kubernetes to recognize and allocate Phison aiDAPTIVCache devices (`phison.com/ai100`) used by aiDAPTIV workloads.

See [Deploy aiDAPTIV Operator](./07-aidaptiv-operator) for installation instructions.
See [aiDAPTIV Operator](/demo/07-aidaptiv-operator) for installation instructions.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There appears to be a typo in the link path. It should likely be /demos/07-aidaptiv-operator instead of /demo/07-aidaptiv-operator to match the directory structure and the other updated links.

See [aiDAPTIV Operator](/demos/07-aidaptiv-operator) for installation instructions.

</Aside>

## Prepare Model
Expand Down
Loading