mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +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
|
fire
|
||||||
httpx
|
httpx
|
||||||
huggingface-hub
|
huggingface-hub
|
||||||
llama-models>=0.0.16
|
llama-models>=0.0.17
|
||||||
python-dotenv
|
python-dotenv
|
||||||
pydantic
|
pydantic
|
||||||
requests
|
requests
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -16,10 +16,10 @@ def read_requirements():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="llama_stack",
|
name="llama_stack",
|
||||||
version="0.0.16",
|
version="0.0.17",
|
||||||
author="Meta Llama",
|
author="Meta Llama",
|
||||||
author_email="llama-oss@meta.com",
|
author_email="llama-oss@meta.com",
|
||||||
description="Llama toolchain",
|
description="Llama Stack",
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"llama = llama_stack.cli.llama:main",
|
"llama = llama_stack.cli.llama:main",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue