mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
# What does this PR do? <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> This PR fixes a bug where running a known template by name using: `llama stack run ollama` would fail with the following error: `ValueError: Config file ollama does not exist` <!-- If resolving an issue, uncomment and update the line below --> Closes #2291 ## 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.* --> `llama stack run ollama` should work |
||
---|---|---|
.. | ||
__init__.py | ||
_build.py | ||
build.py | ||
list_apis.py | ||
list_providers.py | ||
list_stacks.py | ||
remove.py | ||
run.py | ||
stack.py | ||
utils.py |