mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
generate distribution specs
This commit is contained in:
parent
0068d059db
commit
cf897d188b
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from .datatypes import * # noqa: F403
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
|
||||||
# @lru_cache()
|
@lru_cache()
|
||||||
def available_distribution_specs() -> List[DistributionSpec]:
|
def available_distribution_specs() -> List[DistributionSpec]:
|
||||||
distribution_specs = []
|
distribution_specs = []
|
||||||
for p in Path("llama_toolchain/configs/distributions/distribution_registry").rglob(
|
for p in Path("llama_toolchain/configs/distributions/distribution_registry").rglob(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue