Package ai.djl.serving.wlm
Class LmiUtils
java.lang.Object
ai.djl.serving.wlm.LmiUtils
A utility class to detect optimal engine for LMI model.
-
Method Summary
Modifier and TypeMethodDescriptionstatic URIgenerateHuggingFaceConfigUri(ModelInfo<?, ?> modelInfo, String modelId) Returns the Huggingface config.json file URI.
-
Method Details
-
generateHuggingFaceConfigUri
Returns the Huggingface config.json file URI.- Parameters:
modelInfo- the model objectmodelId- the model id- Returns:
- the Huggingface config.json file URI
-