mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-25 13:49:51 +00:00
fix: bring back dell template (#2880)
This template is definitely needed since it (and related docker, which will push soon) is used by folks at Dell.
This commit is contained in:
parent
8353ad4981
commit
2fcfb0f0b5
6 changed files with 615 additions and 0 deletions
7
llama_stack/templates/dell/__init__.py
Normal file
7
llama_stack/templates/dell/__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 .dell import get_distribution_template # noqa: F401
|
Loading…
Add table
Add a link
Reference in a new issue