Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Oct 25, 2024
1 parent b4b6322 commit 4463856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/trtllm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
None,
true,
max_client_batch_size,
UsageStatsLevel::Off,
usage_stats,
)
.await?;
Ok(())
Expand Down

0 comments on commit 4463856

Please sign in to comment.