mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
This reverts commit c8459d199d
.
This commit is contained in:
@ -184,7 +184,6 @@ mod cuda {
|
||||
let mut command = std::process::Command::new("nvcc");
|
||||
command.arg(format!("--gpu-architecture=sm_{compute_cap}"))
|
||||
.arg("--ptx")
|
||||
.arg("--expt-relaxed-constexpr")
|
||||
.args(["--default-stream", "per-thread"])
|
||||
.args(["--output-directory", &out_dir])
|
||||
// Flash attention only
|
||||
|
Reference in New Issue
Block a user