We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff51f2 commit b345546Copy full SHA for b345546
vec_inf/client/api.py
@@ -218,7 +218,7 @@ def get_metrics(self, slurm_job_id: str) -> MetricsResponse:
218
- Performance metrics or error message
219
- Timestamp of collection
220
"""
221
- # Use cached collector to preserve state between calls for throughput calculation
+ # Use cached collector to preserve state between calls to compute throughput
222
if slurm_job_id not in self._metrics_collectors:
223
self._metrics_collectors[slurm_job_id] = PerformanceMetricsCollector(
224
slurm_job_id
0 commit comments