From 89c3129f0b21757cf5757769fb4c8891315d6796 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 8 Nov 2024 17:49:29 -0800 Subject: [PATCH] add missing inits --- llama_stack/providers/inline/inference/__init__.py | 5 +++++ llama_stack/providers/inline/memory/__init__.py | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 llama_stack/providers/inline/inference/__init__.py create mode 100644 llama_stack/providers/inline/memory/__init__.py diff --git a/llama_stack/providers/inline/inference/__init__.py b/llama_stack/providers/inline/inference/__init__.py new file mode 100644 index 000000000..6f3c1df03 --- /dev/null +++ b/llama_stack/providers/inline/inference/__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. \ No newline at end of file diff --git a/llama_stack/providers/inline/memory/__init__.py b/llama_stack/providers/inline/memory/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/inline/memory/__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.