[model-gateway] bug fix on module name (#16332)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::{sync::Arc, thread};
|
||||
|
||||
use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
|
||||
use sgl_model_gateway::{
|
||||
use smg::{
|
||||
core::{BasicWorkerBuilder, Worker, WorkerType},
|
||||
policies::{LoadBalancingPolicy, ManualPolicy, SelectWorkerInfo},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user