Skip to content

Commit

Permalink
Merge pull request #464 from kartiknair/fix/windows-cuda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn authored Aug 19, 2024
2 parents 8c1430d + 29556ab commit e424502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-cpp-sys-2/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ fn compile_cuda(cx: &mut Build, cxx: &mut Build, featless_cxx: Build) -> &'stati
// }

for lib in [
"cuda", "cublas", "culibos", "cudart", "cublasLt", "pthread", "dl", "rt",
"cuda", "cublas", "cudart", "cublasLt"
] {
println!("cargo:rustc-link-lib={}", lib);
}
Expand Down

0 comments on commit e424502

Please # to comment.