Commit 6ef94b3
committed
fix(schema): expose gpu fp32_tflops in API responses
fp32_tflops lived on the GPU model and ingest path but was never added to the
GPURead response schema or gpu_read serializer, so the API silently dropped it.
Wire it through so the computed peak-FP32 values surface in /v1/gpus.1 parent 2e3983d commit 6ef94b3
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
0 commit comments