mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Merge remote-tracking branch 'origin/main' into api_updates_2
This commit is contained in:
commit
c980a857db
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ blobfile
|
|||
fire
|
||||
httpx
|
||||
huggingface-hub
|
||||
llama-models>=0.0.16
|
||||
llama-models>=0.0.17
|
||||
python-dotenv
|
||||
pydantic
|
||||
requests
|
||||
|
|
4
setup.py
4
setup.py
|
@ -16,10 +16,10 @@ def read_requirements():
|
|||
|
||||
setup(
|
||||
name="llama_stack",
|
||||
version="0.0.16",
|
||||
version="0.0.17",
|
||||
author="Meta Llama",
|
||||
author_email="llama-oss@meta.com",
|
||||
description="Llama toolchain",
|
||||
description="Llama Stack",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"llama = llama_stack.cli.llama:main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue