docs: import LlamaSwapConfig from util in poller plan
This commit is contained in:
@@ -641,7 +641,8 @@ Expected: FAIL — module not found.
|
|||||||
- [ ] **Step 3: Implement `src/lib/metrics-poller.ts`**
|
- [ ] **Step 3: Implement `src/lib/metrics-poller.ts`**
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
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";
|
import { gpuInfos, parseGpuMetrics, type GpuMetricKind, type GpuSample } from "./metrics-parser";
|
||||||
|
|
||||||
const RING_SIZE = 60;
|
const RING_SIZE = 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user