mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
fix pre-commit errors
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
This commit is contained in:
parent
02bfe47ddd
commit
fac7e937bc
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ def _generate_run_config(
|
|||
run_config.providers[api].append(p_spec)
|
||||
|
||||
run_config_file = build_dir / f"{image_name}-run.yaml"
|
||||
|
||||
|
||||
# Create the directory structure for the run config file
|
||||
os.makedirs(run_config_file.parent, exist_ok=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue