Dllm confidence threshold.
(parser)
| 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): |
no outgoing calls
no test coverage detected