Skip to content

Commit

Permalink
chore(trtllm): post-rebase commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Oct 21, 2024
1 parent 85c03e3 commit fb00f98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 53 deletions.
68 changes: 17 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backends/trtllm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use tracing::info;
use text_generation_backends_trtllm::errors::TensorRtLlmBackendError;
use text_generation_backends_trtllm::TensorRtLlmBackendV2;
use text_generation_router::server::{create_post_processor, get_base_tokenizer};
use text_generation_router::usage_stats::UsageStatsLevel;
use text_generation_router::{server, HubTokenizerConfig};

/// App Configuration
Expand Down Expand Up @@ -312,8 +313,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
messages_api_enabled,
true,
max_client_batch_size,
false,
false,
UsageStatsLevel::Off,
)
.await?;
Ok(())
Expand Down

0 comments on commit fb00f98

Please sign in to comment.