mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 20:27:35 +00:00
configure script works
This commit is contained in:
parent
b224fcf9ab
commit
1d463e1a36
2 changed files with 62 additions and 15 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue