Skip to content

Commit 0a2a771

Browse files
committed
docs: config/gpu: new page
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent b9d50b0 commit 0a2a771

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

website/content/en/docs/config/ai/inside/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ weight: 10
66
Lima is useful for running AI agents (e.g., Claude Code, Codex, Gemini)
77
inside a VM, so as to prevent agents from directly reading, writing, or executing the host files.
88

9-
See [Examples » AI](../../../examples/ai.md).
9+
See also:
10+
- [Examples » AI](../../../examples/ai.md).
11+
- [Config » GPU](../../gpu.md)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: GPU acceleration
3+
weight: 90
4+
---
5+
6+
Lima VM supports GPU acceleration for the following VM types:
7+
- [krunkit](./vmtype/krunkit.md).
8+
9+
{{% alert title="Note" color=success %}}
10+
"Lima" in this web site refers to [the Lima VM project](https://lima-vm.io).
11+
12+
The Lima VM project is unrelated to [the Lima driver project (driver for ARM Mali GPUs)](https://gitlab.freedesktop.org/lima),
13+
which appears as "Lima" in the documentations of [Mesa 3D](https://docs.mesa3d.org/drivers/lima.html), etc.
14+
{{% /alert %}}

website/content/en/docs/examples/ai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@ See also <https://github.com/github/copilot-cli>.
119119
## See also
120120

121121
- [Config » AI](../config/ai/)
122+
- [Config » GPU](../config/gpu.md)

0 commit comments

Comments
 (0)