mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Fix flash-attn build. (#2754)
This commit is contained in:
@ -73,7 +73,7 @@ fn main() -> Result<()> {
|
||||
};
|
||||
|
||||
let kernels = KERNEL_FILES.iter().collect();
|
||||
let builder = bindgen_cuda::Builder::default()
|
||||
let mut builder = bindgen_cuda::Builder::default()
|
||||
.kernel_paths(kernels)
|
||||
.out_dir(build_dir.clone())
|
||||
.arg("-std=c++17")
|
||||
|
Reference in New Issue
Block a user