Package jdistlib.inference
Class InferenceCliOptions
java.lang.Object
jdistlib.inference.InferenceCliOptions
Parses reusable compute switches for command-line applications embedding JDistlib.
-
Method Summary
Modifier and TypeMethodDescriptionapplyTo(SamplingOptions.Builder builder) Applies parsed compute switches without replacing other builder settings.static InferenceCliOptionsRecognizes--compute,--nuts-offload, and--gpu-nuts; unrecognized arguments are retained for the host application.String[]
-
Method Details
-
parse
Recognizes--compute,--nuts-offload, and--gpu-nuts; unrecognized arguments are retained for the host application. -
computeBackend
-
nutsBackend
-
remainingArguments
-
applyTo
Applies parsed compute switches without replacing other builder settings.
-