Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9efbeba

Browse files
committed
fix: update hardware config
1 parent 6cea96a commit 9efbeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/services/hardware_service.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void HardwareService::UpdateHardwareInfos() {
289289

290290
if (need_restart) {
291291
CTL_INF("Need restart");
292-
SetActivateHardwareConfig({.gpus = activated_gpu_af});
292+
ahc_ = {.gpus = activated_gpu_af};
293293
}
294294
}
295295

0 commit comments

Comments
 (0)