mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
accidentally deleted
This commit is contained in:
parent
7aab3c63f4
commit
f39e4c7117
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class BaseScoringFn(ABC):
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs) -> None:
|
def __init__(self, *args, **kwargs) -> None:
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
self.supported_fn_defs_registry = {}
|
||||||
|
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return self.__class__.__name__
|
return self.__class__.__name__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue