Checklist¶
Use this checklist to ensure a successful Cloud AI SDK installation.
Before You Begin¶
Task |
Reference |
|
|---|---|---|
☐ |
Verify hardware meets minimum requirements |
|
☐ |
Confirm OS is supported |
|
☐ |
Ensure Python 3.10 is installed |
Local Server Installation¶
Task |
Reference |
|
|---|---|---|
☐ |
Enable 32 MSIs in BIOS (Intel VT-d or AMD IOMMU) |
|
☐ |
Download Platform SDK from QPM |
|
☐ |
Download Apps SDK from QPM |
|
☐ |
Install Platform SDK |
|
☐ |
Install Apps SDK |
|
☐ |
Add user to qaic group |
See command below |
☐ |
Verify card health |
Add user to qaic group:
sudo usermod -aG qaic $USER
newgrp qaic # Apply immediately without logout
Virtual Machine Installation¶
Task |
Reference |
|
|---|---|---|
☐ |
Configure PCIe passthrough on hypervisor |
|
☐ |
Enable MSIs in BIOS and hypervisor |
|
☐ |
Install and configure hypervisor |
|
☐ |
Launch VM with supported OS |
|
☐ |
Install SDKs inside VM |
|
☐ |
Verify card health |
Docker Installation¶
Task |
Reference |
|
|---|---|---|
☐ |
Install Platform SDK on host |
|
☐ |
Build Docker image with Apps SDK |
Docker Setup |
☐ |
Start container with device access |
Docker Setup |
☐ |
Verify card health inside container |