mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
clean up
This commit is contained in:
parent
21ca7d2929
commit
7d18b69229
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class LlmAsJudgeScoringImpl(
|
||||||
|
|
||||||
async def register_scoring_function(self, function_def: ScoringFn) -> None:
|
async def register_scoring_function(self, function_def: ScoringFn) -> None:
|
||||||
self.llm_as_judge_fn.register_scoring_fn_def(function_def)
|
self.llm_as_judge_fn.register_scoring_fn_def(function_def)
|
||||||
# raise NotImplementedError("Register scoring function not implemented yet")
|
|
||||||
|
|
||||||
async def score_batch(
|
async def score_batch(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue