mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
# What does this PR do? - Fix issue w/ passthrough provider [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan llama stack run [//]: # (## Documentation)
694 B
694 B
orphan |
---|
true |
Passthrough Distribution
:maxdepth: 2
:hidden:
self
The llamastack/distribution-{{ name }}
distribution consists of the following provider configurations.
{{ providers_table }}
{% if run_config_env_vars %}
Environment Variables
The following environment variables can be configured:
{% for var, (default_value, description) in run_config_env_vars.items() %}
{{ var }}
: {{ description }} (default:{{ default_value }}
) {% endfor %} {% endif %}
{% if default_models %}
Models
The following models are available by default:
{% for model in default_models %}
{{ model.model_id }} {{ model.doc_string }}
{% endfor %} {% endif %}