mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: adjust revert typo
This commit is contained in:
parent
f5f5c2363b
commit
ba87834f14
@ -1499,6 +1499,8 @@ pub async fn run(
|
|||||||
)]
|
)]
|
||||||
struct ApiDoc;
|
struct ApiDoc;
|
||||||
|
|
||||||
|
// Create state
|
||||||
|
|
||||||
// Open connection, get model info and warmup
|
// Open connection, get model info and warmup
|
||||||
let (scheduler, health_ext, shard_info, max_batch_total_tokens): (
|
let (scheduler, health_ext, shard_info, max_batch_total_tokens): (
|
||||||
Arc<dyn Scheduler + Send + Sync>,
|
Arc<dyn Scheduler + Send + Sync>,
|
||||||
|
Loading…
Reference in New Issue
Block a user