fix: import LlamaSwapConfig from util in metrics poller

This commit is contained in:
2026-08-14 10:41:28 -06:00
parent 23cf6d168a
commit c6d50f6daf
+2 -1
View File
@@ -1,4 +1,5 @@
import { fetchMetrics, type LlamaSwapConfig } from "./llamaswap";
import { fetchMetrics } from "./llamaswap";
import { type LlamaSwapConfig } from "./util";
import { gpuInfos, parseGpuMetrics, type GpuMetricKind, type GpuSample } from "./metrics-parser";
const RING_SIZE = 60;