File tree Expand file tree Collapse file tree
phala-cloud/confidential-ai/confidential-gpu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments