MCPcopy
hub / github.com/InternLM/lmdeploy / dllm_confidence_threshold

Method dllm_confidence_threshold

lmdeploy/cli/utils.py:739–744  ·  view source on GitHub ↗

Dllm confidence threshold.

(parser)

Source from the content-addressed store, hash-verified

737
738 @staticmethod
739 def dllm_confidence_threshold(parser):
740 """Dllm confidence threshold."""
741 return parser.add_argument('--dllm-confidence-threshold',
742 type=float,
743 default=0.85,
744 help='The confidence threshold for dllm.')
745
746 @staticmethod
747 def enable_return_routed_experts(parser):

Callers 2

add_parser_api_serverMethod · 0.80
parse_argsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected