mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 09:22:36 +00:00
Run the script to produce vllm outputs
This commit is contained in:
parent
0218e68849
commit
9bb07ce298
10 changed files with 109 additions and 71 deletions
|
|
@ -50,6 +50,7 @@ def process_template(template_dir: Path, progress) -> None:
|
|||
|
||||
except Exception as e:
|
||||
progress.print(f"[red]Error processing {template_dir.name}: {str(e)}")
|
||||
raise e
|
||||
|
||||
|
||||
def main():
|
||||
Loading…
Add table
Add a link
Reference in a new issue