From 3787776f427835339d0dfaee5600aca8c4d19d91 Mon Sep 17 00:00:00 2001 From: Botao Chen Date: Thu, 9 Jan 2025 18:36:15 -0800 Subject: [PATCH] Create __init__.py --- .../inline/post_training/torchtune/recipes/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llama_stack/providers/inline/post_training/torchtune/recipes/__init__.py 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 0000000000..756f351d88 --- /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.