This commit is contained in:
Raghotham Murthy 2025-05-28 17:09:10 -07:00
parent 5a422e236c
commit fb47cc0931
4 changed files with 32 additions and 18 deletions

View file

@ -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"]