You need to sign in or sign up before continuing.
Unverified Commit cc94a02a authored by Atream's avatar Atream Committed by GitHub
Browse files

Merge pull request #1222 from kvcache-ai/fix-compile

Fix compile
parents 9d6e09ef 08035a7c
......@@ -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
\ No newline at end of file
unstable = true
......@@ -7,4 +7,4 @@ cpufeature; sys_platform == 'win32' or sys_platform == 'Windows'
protobuf
tiktoken
blobfile
triton==3.3
\ No newline at end of file
triton>=3.2
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment