configure script works

This commit is contained in:
Xi Yan 2024-09-23 00:49:03 -07:00
parent b224fcf9ab
commit 1d463e1a36
2 changed files with 62 additions and 15 deletions

View file

@ -31,7 +31,6 @@ def resolve_and_get_path(model_name: str) -> str:
class MetaReferenceSafetyImpl(Safety):
def __init__(self, config: SafetyConfig) -> None:
print("Initializing MetaReferenceSafetyImpl w/ config", config)
self.config = config
async def initialize(self) -> None: