From 2fc5353ec5155b3b6ffd854f5a5213cd1bdb00db Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 17 Sep 2024 16:18:57 -0700 Subject: [PATCH] add init file so it gets packaged --- llama_stack/apis/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llama_stack/apis/__init__.py diff --git a/llama_stack/apis/__init__.py b/llama_stack/apis/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/apis/__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.