llama-stack/llama_stack/distribution/utils
Reid a0d6b165b0
chore: remove unused build dir (#1379)
# What does this PR do?
[Provide a short summary of what this PR does and why. Link to relevant
issues if applicable.]

- From old PR, it use `BUILDS_BASE_DIR` in
`llama_stack/cli/stack/configure.py`(removed).
https://github.com/meta-llama/llama-stack/pull/371/files
- Based on the current `build` code, it should only use
`DISTRIBS_BASE_DIR` to save it.

46b0a404e8/llama_stack/cli/stack/_build.py (L298)

46b0a404e8/llama_stack/cli/stack/_build.py (L301)
Pls correct me if I am understand incorrectly.
So it should no need to use in `run` now.

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]

[//]: # (## Documentation)

Signed-off-by: reidliu <reid201711@gmail.com>
Co-authored-by: reidliu <reid201711@gmail.com>
2025-03-05 15:40:00 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
config_dirs.py chore: remove unused build dir (#1379) 2025-03-05 15:40:00 -08:00
dynamic.py Add an introspection "Api.inspect" API 2024-10-02 15:41:14 -07:00
exec.py fix: check conda env name using basepath in exec.py (#1301) 2025-02-27 23:07:23 -08:00
image_types.py feat: add --run to llama stack build (#1156) 2025-02-23 22:06:09 -05:00
model_utils.py Ensure model_local_dir does not mangle "C:\" on Windows 2024-11-24 14:18:59 -08:00
prompt_for_config.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
serialize.py API Updates (#73) 2024-09-17 19:51:35 -07:00