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 ef2a8c4 commit 5280628Copy full SHA for 5280628
wlm/src/main/java/ai/djl/serving/wlm/ModelInfo.java
@@ -71,7 +71,7 @@ public final class ModelInfo<I, O> extends WorkerPoolConfig<I, O> {
71
private static final Logger MODEL_METRIC = LoggerFactory.getLogger("model_metric");
72
73
private static final Pattern PATTERN = Pattern.compile("MemAvailable:\\s+(\\d+) kB");
74
- private static final Pattern SNAKE_CASE = Pattern.compile("[A-Z_]+");
+ private static final Pattern SNAKE_CASE = Pattern.compile("[A-Z_\\d]+");
75
76
private String engineName;
77
private String loadOnDevices;
0 commit comments