mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 11:20:58 +00:00
registry refactor
This commit is contained in:
parent
78cb88c3c4
commit
18fe966e96
9 changed files with 60 additions and 106 deletions
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
from llama_stack.apis.evals import * # noqa: F403
|
||||
|
||||
from ..registry import Registry
|
||||
|
||||
|
||||
class GeneratorProcessorRegistry(Registry[BaseGeneratorProcessor]):
|
||||
_REGISTRY: Dict[str, BaseGeneratorProcessor] = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue