mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
test wip
This commit is contained in:
parent
3322aa9ee4
commit
93995ecc4c
4 changed files with 54 additions and 2 deletions
|
@ -58,7 +58,6 @@ class MetaReferenceScoringImpl(Scoring, ScoringFunctionsProtocolPrivate):
|
|||
for impl in self.scoring_fn_id_impls.values()
|
||||
for fn_def in impl.get_supported_scoring_fn_defs()
|
||||
]
|
||||
print("!!!", scoring_fn_defs_list)
|
||||
|
||||
for f in scoring_fn_defs_list:
|
||||
assert f.identifier.startswith(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue