mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-25 21:57:45 +00:00
uv ness
This commit is contained in:
parent
5a422e236c
commit
fb47cc0931
4 changed files with 32 additions and 18 deletions
|
@ -138,6 +138,7 @@ explicit = true
|
|||
[tool.uv.sources]
|
||||
torch = [{ index = "pytorch-cpu" }]
|
||||
torchvision = [{ index = "pytorch-cpu" }]
|
||||
llama-stack = { workspace = true }
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
@ -331,5 +332,10 @@ init_forbid_extra = true
|
|||
init_typed = true
|
||||
warn_required_dynamic_aliases = true
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"llama-stack",
|
||||
]
|
||||
|
||||
[tool.ruff.lint.pep8-naming]
|
||||
classmethod-decorators = ["classmethod", "pydantic.field_validator"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue