Device Management for Inference
Configure and switch between device types when running inference with DeGirumJS.
Supported Device Types
AIServerModel / CloudServerModel Device Management
Default Device Type Selection
let model = await zoo.loadModel('your_model_name');
console.log(model.deviceType); // Outputs: "DefaultRuntime/DefaultAgent"Switching Device Types After Initialization
Specifying a Device Type During Initialization
Handling Multiple Device Types
Fallback and Error Handling
Supported Device Types
System Supported Device Types
Was this helpful?

