mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
Stack 1 - Commit 3
This commit is contained in:
parent
acfd7c0dd6
commit
dc848e9e88
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -14,7 +14,6 @@ def read_requirements():
|
|||
return [line.strip() for line in content]
|
||||
|
||||
|
||||
# Setup configuration
|
||||
setup(
|
||||
name="llama_stack",
|
||||
version="0.0.63",
|
||||
|
@ -45,5 +44,3 @@ setup(
|
|||
install_requires=read_requirements(),
|
||||
include_package_data=True,
|
||||
)
|
||||
|
||||
# Adding some unnecessary stuff here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue