fix: adjust revert typo

This commit is contained in:
drbh 2024-07-02 15:19:04 +00:00
parent f5f5c2363b
commit ba87834f14

View File

@ -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>,