When running TorchServe, before printing out AMD GPU metrics, this message appears:
[WARN ] pool-3-thread-1 org.pytorch.serve.metrics.MetricCollector - Parse metrics failed: Collecting AMD GPU metrics...
A small semantic thing, but could this be fixed in a way that it wouldn’t say “Parse metrics failed” at this point, and just proceeds to printing the AMD GPU metrics?
When running TorchServe, before printing out AMD GPU metrics, this message appears:
[WARN ] pool-3-thread-1 org.pytorch.serve.metrics.MetricCollector - Parse metrics failed: Collecting AMD GPU metrics...
A small semantic thing, but could this be fixed in a way that it wouldn’t say “Parse metrics failed” at this point, and just proceeds to printing the AMD GPU metrics?How to Reproduce
torchserve --start --model-store model_store --models densenet161=densenet161.mar --disable-token-auth --enable-model-api