fix notebook and add workflow test

This commit is contained in:
Xi Yan 2025-01-16 20:09:13 -08:00
parent aeff8ca531
commit a742c71cea
2 changed files with 3 additions and 0 deletions

View file

@ -105,6 +105,7 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"!pip install -U llama-stack"
]
},
@ -309,6 +310,7 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"!llama stack build --template together --image-type venv"
]
},