Skip to content

Commit a1efbd5

Browse files
committed
fix: rebase artifact
1 parent ff4ec69 commit a1efbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/llm/src/kv_router/metrics_aggregator.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ pub use crate::kv_router::protocols::ForwardPassMetrics;
1919

2020
use crate::kv_router::scheduler::{Endpoint, Service};
2121
use crate::kv_router::ProcessedEndpoints;
22+
use dynemo_runtime::component::Component;
2223
use std::time::Duration;
2324
use tokio_util::sync::CancellationToken;
24-
use triton_distributed_runtime::component::Component;
2525

2626
pub struct KvMetricsAggregator {
2727
pub service_name: String,
@@ -81,7 +81,7 @@ impl KvMetricsAggregator {
8181
}
8282

8383
async fn collect_endpoints(
84-
nats_client: triton_distributed_runtime::transports::nats::Client,
84+
nats_client: dynemo_runtime::transports::nats::Client,
8585
service_name: String,
8686
ep_tx: tokio::sync::mpsc::Sender<ProcessedEndpoints>,
8787
cancel: CancellationToken,

0 commit comments

Comments
 (0)