From dadb257f03a131af98f950db04e555e154f5e128 Mon Sep 17 00:00:00 2001 From: Botao Chen Date: Thu, 2 Jan 2025 15:55:55 -0800 Subject: [PATCH] commit --- llama_stack/providers/inline/post_training/__init__.py | 5 +++++ .../inline/post_training/torchtune/common/__init__.py | 5 +++++ .../inline/post_training/torchtune/datasets/__init__.py | 5 +++++ .../inline/post_training/torchtune/recipes/__init__.py | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 llama_stack/providers/inline/post_training/__init__.py create mode 100644 llama_stack/providers/inline/post_training/torchtune/common/__init__.py create mode 100644 llama_stack/providers/inline/post_training/torchtune/datasets/__init__.py create mode 100644 llama_stack/providers/inline/post_training/torchtune/recipes/__init__.py diff --git a/llama_stack/providers/inline/post_training/__init__.py b/llama_stack/providers/inline/post_training/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/inline/post_training/__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. diff --git a/llama_stack/providers/inline/post_training/torchtune/common/__init__.py b/llama_stack/providers/inline/post_training/torchtune/common/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/inline/post_training/torchtune/common/__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. diff --git a/llama_stack/providers/inline/post_training/torchtune/datasets/__init__.py b/llama_stack/providers/inline/post_training/torchtune/datasets/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/inline/post_training/torchtune/datasets/__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. diff --git a/llama_stack/providers/inline/post_training/torchtune/recipes/__init__.py b/llama_stack/providers/inline/post_training/torchtune/recipes/__init__.py new file mode 100644 index 000000000..756f351d8 --- /dev/null +++ b/llama_stack/providers/inline/post_training/torchtune/recipes/__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.