Skip to content

Commit

Permalink
Merge branch 'feat/linux-local-installer' of github.com:janhq/cortex.…
Browse files Browse the repository at this point in the history
…cpp into feat/linux-local-installer
  • Loading branch information
hientominh committed Sep 25, 2024
2 parents 1f00949 + b6fb9ac commit 59073d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/services/engine_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ std::vector<EngineInfo> EngineService::GetEngineInfoList() const {
cpp::result<void, std::string> EngineService::InstallEngine(
const std::string& engine, const std::string& version,
const std::string& src) {
hw_inf_.cuda_driver_version = system_info_utils::GetCudaVersion();

if (!src.empty()) {
return UnzipEngine(engine, version, src);
Expand Down

0 comments on commit 59073d6

Please sign in to comment.