mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Rerun on new files.
This commit is contained in:
@ -87,6 +87,7 @@ mod cuda {
|
|||||||
std::fs::remove_file(out_path.unwrap()).unwrap();
|
std::fs::remove_file(out_path.unwrap()).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println!("cargo:rerun-if-changed=src/");
|
||||||
for path in &kernel_paths {
|
for path in &kernel_paths {
|
||||||
println!("cargo:rerun-if-changed={}", path.display());
|
println!("cargo:rerun-if-changed={}", path.display());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user