Skip to content

Commit

Permalink
fix: Update Llama_Stack_Benchmark_Evals.ipynb (#1246)
Browse files Browse the repository at this point in the history
Update eval notebook to use `--image-name __system__`
  • Loading branch information
hardikjshah authored Feb 25, 2025
1 parent a1fe3c3 commit 30f79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/Llama_Stack_Benchmark_Evals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
],
"source": [
"# NBVAL_SKIP\n",
"!llama stack build --template together --image-type venv"
"!llama stack build --template together --image-type venv --image-name __system__"
]
},
{
Expand Down

0 comments on commit 30f79fa

Please sign in to comment.