Merge branch 'llamastack:main' into langchain_llamastack

This commit is contained in:
Omar Abdelwahab 2025-10-24 15:10:36 -07:00 committed by GitHub
commit b785ab1579
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2498 changed files with 1150580 additions and 99046 deletions

View file

@ -105,7 +105,8 @@
" \"\"\"Build and run LlamaStack server in one step using --run flag\"\"\"\n",
" log_file = open(\"llama_stack_server.log\", \"w\")\n",
" process = subprocess.Popen(\n",
" \"uv run --with llama-stack llama stack build --distro starter --image-type venv --run\",\n",
" \"uv run --with llama-stack llama stack list-deps starter | xargs -L1 uv pip install\",\n",
" \"uv run --with llama-stack llama stack run starter\",\n",
" shell=True,\n",
" stdout=log_file,\n",
" stderr=log_file,\n",