mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
The first time I ran `llama stack build`, I quickly hit enter at the first prompt asking for a name, assuming it would use the default given in the help text. This caused a failure later on that wasn't very obvious. I was using the `docker` format and a blank name caused an invalid tag format that failed the image build. This change adds validation for the `name` parameter to ensure it's not empty before proceeding. Signed-off-by: Russell Bryant <rbryant@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build.py | ||
| configure.py | ||
| list_apis.py | ||
| list_providers.py | ||
| run.py | ||
| stack.py | ||