Merge branch 'main' into langchain_llamastack

This commit is contained in:
Omar Abdelwahab 2025-11-26 12:44:13 -08:00 committed by GitHub
commit bd3cef8cd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3026 changed files with 259663 additions and 736414 deletions

View file

@ -37,7 +37,7 @@
"outputs": [],
"source": [
"# NBVAL_SKIP\n",
"!pip install -U llama-stack\n",
"!pip install -U llama-stack llama-stack-client\n",
"llama stack list-deps fireworks | xargs -L1 uv pip install\n"
]
},

View file

@ -44,7 +44,7 @@
"outputs": [],
"source": [
"# NBVAL_SKIP\n",
"!pip install -U llama-stack"
"!pip install -U llama-stack llama-stack-client\n"
]
},
{

File diff suppressed because it is too large Load diff

View file

@ -74,6 +74,7 @@
"source": [
"```bash\n",
"uv sync --extra dev\n",
"uv pip install -U llama-stack-client\n",
"uv pip install -e .\n",
"source .venv/bin/activate\n",
"```"