Skip to content

Commit

Permalink
fix: change minimum cuda version for llamacpp (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev authored Sep 23, 2024
1 parent 97176fd commit 1a4f16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/services/engine_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void EngineService::InstallEngine(const std::string& engine,
if (cuda_driver_semver.major == 11) {
suitable_toolkit_version = "11.7";
} else if (cuda_driver_semver.major == 12) {
suitable_toolkit_version = "12.4";
suitable_toolkit_version = "12.0";
}
}

Expand Down

0 comments on commit 1a4f16c

Please sign in to comment.