mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-06 12:40:02 +00:00
Update pyproject.toml
This commit is contained in:
parent
9d6e09efa6
commit
fd9876049d
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ dependencies = [
|
|||
"build",
|
||||
"fire",
|
||||
"protobuf",
|
||||
"triton == 3.2"
|
||||
"triton >= 3.2"
|
||||
]
|
||||
|
||||
requires-python = ">=3.10"
|
||||
|
@ -74,4 +74,4 @@ include = ["ktransformers"]
|
|||
[tool.black]
|
||||
line-length = 120
|
||||
preview = true
|
||||
unstable = true
|
||||
unstable = true
|
||||
|
|
Loading…
Add table
Reference in a new issue