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

Commit b6fb9ac

Browse files
committed
fix: get cuda_driver_version on install engine
1 parent 4af5b62 commit b6fb9ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/services/engine_service.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ std::vector<EngineInfo> EngineService::GetEngineInfoList() const {
101101
cpp::result<void, std::string> EngineService::InstallEngine(
102102
const std::string& engine, const std::string& version,
103103
const std::string& src) {
104+
hw_inf_.cuda_driver_version = system_info_utils::GetCudaVersion();
104105

105106
if (!src.empty()) {
106107
return UnzipEngine(engine, version, src);

0 commit comments

Comments
 (0)