From d04cd97abaddd63c7d71ffbbe2756b4f142a71f3 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 24 Sep 2024 01:03:40 -0700 Subject: [PATCH] remove providers/impls/sqlite/* --- llama_stack/providers/impls/sqlite/__init__.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 llama_stack/providers/impls/sqlite/__init__.py diff --git a/llama_stack/providers/impls/sqlite/__init__.py b/llama_stack/providers/impls/sqlite/__init__.py deleted file mode 100644 index 756f351d8..000000000 --- a/llama_stack/providers/impls/sqlite/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# 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.