From 60cb7f64affb1306be9dc072bb69ea1b05361b91 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 25 Nov 2024 09:42:27 -0800 Subject: [PATCH] add missing __init__ --- llama_stack/providers/utils/scoring/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llama_stack/providers/utils/scoring/__init__.py diff --git a/llama_stack/providers/utils/scoring/__init__.py b/llama_stack/providers/utils/scoring/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/utils/scoring/__init__.py @@ -0,0 +1,5 @@ +# 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.