mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
cleanup distribution_dependencies
This commit is contained in:
parent
b9f454f613
commit
4be6b2732d
1 changed files with 0 additions and 10 deletions
|
@ -31,16 +31,6 @@ SERVER_DEPENDENCIES = [
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
# def distribution_dependencies(distribution: DistributionSpec) -> List[str]:
|
|
||||||
# # only consider InlineProviderSpecs when calculating dependencies
|
|
||||||
# return [
|
|
||||||
# dep
|
|
||||||
# for provider_spec in distribution.provider_specs.values()
|
|
||||||
# if isinstance(provider_spec, InlineProviderSpec)
|
|
||||||
# for dep in provider_spec.pip_packages
|
|
||||||
# ] + SERVER_DEPENDENCIES
|
|
||||||
|
|
||||||
|
|
||||||
def stack_apis() -> List[Api]:
|
def stack_apis() -> List[Api]:
|
||||||
return [v for v in Api]
|
return [v for v in Api]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue