mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Update model name for mete-reference template
This commit is contained in:
parent
edfd92d81f
commit
2795731434
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
name: "Run Llama-stack Tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request_target:
|
||||
types: ["opened"]
|
||||
branches:
|
||||
|
|
|
@ -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": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue