Skip to content

Commit d552223

Browse files
authored
Merge pull request #130 from Phala-Network/docs/rename-gpu-faq-to-troubleshooting
2 parents 53b6178 + a21fd43 commit d552223

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@
238238
{
239239
"group": "GPU TEE",
240240
"pages": [
241-
"/phala-cloud/confidential-ai/confidential-gpu/deploy-and-verify"
241+
"/phala-cloud/confidential-ai/confidential-gpu/deploy-and-verify",
242+
"/phala-cloud/confidential-ai/confidential-gpu/troubleshooting"
242243
]
243244
},
244245
{
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Troubleshooting
3+
description: Common issues and warnings when running GPU TEE workloads
4+
---
5+
6+
## Serial Output Warnings
7+
8+
These warnings appear in serial output but are safe to ignore.
9+
10+
### NVIDIA Fabric Manager Service Failed
11+
12+
```
13+
[FAILED] Failed to start NVIDIA fabric manager service.
14+
```
15+
16+
Safe to ignore for single-GPU instances. The fabric manager service is only needed for multi-GPU NVLink configurations.
17+
18+
### NVRM Assertion Error
19+
20+
```
21+
NVRM: nvAssertFailed: Assertion failed: 0 @ g_kern_gmmu_nvoc.h:2256
22+
```
23+
24+
Safe to ignore. This is a known warning that doesn't affect GPU functionality.

0 commit comments

Comments
 (0)