mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 02:10:00 +00:00
Some leftovers
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
31501c0c7e
commit
adfa2c3413
8 changed files with 46 additions and 46 deletions
|
|
@ -78,7 +78,7 @@ def get_provider_dependencies(
|
|||
provider_spec = providers_for_api[provider_type]
|
||||
deps.extend(provider_spec.pip_packages)
|
||||
if provider_spec.container_image:
|
||||
raise ValueError("A stack's dependencies cannot have a docker image")
|
||||
raise ValueError("A stack's dependencies cannot have a container image")
|
||||
|
||||
normal_deps = []
|
||||
special_deps = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue