mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix typo
This commit is contained in:
parent
88702d8763
commit
24d43c487e
@ -1385,7 +1385,7 @@ fn main() -> Result<(), LauncherError> {
|
|||||||
tracing::info!("Bitsandbytes doesn't work with cuda graphs, deactivating them");
|
tracing::info!("Bitsandbytes doesn't work with cuda graphs, deactivating them");
|
||||||
vec![]
|
vec![]
|
||||||
}
|
}
|
||||||
_ => {
|
(None, _) => {
|
||||||
let cuda_graphs = vec![1, 2, 4, 8, 16, 32];
|
let cuda_graphs = vec![1, 2, 4, 8, 16, 32];
|
||||||
tracing::info!("Using default cuda graphs {cuda_graphs:?}");
|
tracing::info!("Using default cuda graphs {cuda_graphs:?}");
|
||||||
cuda_graphs
|
cuda_graphs
|
||||||
|
Loading…
Reference in New Issue
Block a user