mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-19 19:30:05 +00:00
test: add a ci-tests distro template for running e2e tests (#1237)
This commit is contained in:
parent
27a08b7266
commit
9b0f783e54
6 changed files with 368 additions and 1 deletions
7
llama_stack/templates/ci-tests/__init__.py
Normal file
7
llama_stack/templates/ci-tests/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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.
|
||||
|
||||
from .ci_tests import get_distribution_template # noqa: F401
|
Loading…
Add table
Add a link
Reference in a new issue