mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +00:00
chore(trtllm): fmt
This commit is contained in:
parent
e3bce407be
commit
85c03e33a9
@ -84,7 +84,7 @@ fn build_backend(is_debug: bool, opt_level: &str, out_dir: &PathBuf) -> (PathBuf
|
||||
fn build_ffi_layer(deps_folder: &PathBuf, is_debug: bool) {
|
||||
let ndebug = match is_debug {
|
||||
true => "1",
|
||||
false => "0"
|
||||
false => "0",
|
||||
};
|
||||
|
||||
CFG.include_prefix = "backends/trtllm";
|
||||
|
@ -65,5 +65,4 @@ mod ffi {
|
||||
self: Pin<&mut TensorRtLlmBackendImpl>,
|
||||
) -> Result<UniquePtr<CxxVector<GenerationStep>>>;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user