Update model name for mete-reference template

This commit is contained in:
Connor Hack 2024-11-20 14:37:27 -08:00
parent edfd92d81f
commit 2795731434
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
name: "Run Llama-stack Tests"
on:
push:
branches:
- 'main'
pull_request_target:
types: ["opened"]
branches:

View file

@ -81,7 +81,7 @@ def get_distribution_template() -> DistributionTemplate:
"Port for the Llama Stack distribution server",
),
"INFERENCE_MODEL": (
"meta-llama/Llama-3.2-3B-Instruct",
"meta-llama/Llama3.2-3B-Instruct",
"Inference model loaded into the Meta Reference server",
),
"INFERENCE_CHECKPOINT_DIR": (