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 = [ ...@@ -30,7 +30,7 @@ dependencies = [
"build", "build",
"fire", "fire",
"protobuf", "protobuf",
"triton == 3.2" "triton >= 3.2"
] ]
requires-python = ">=3.10" requires-python = ">=3.10"
...@@ -74,4 +74,4 @@ include = ["ktransformers"] ...@@ -74,4 +74,4 @@ include = ["ktransformers"]
[tool.black] [tool.black]
line-length = 120 line-length = 120
preview = true preview = true
unstable = true unstable = true
\ No newline at end of file
...@@ -7,4 +7,4 @@ cpufeature; sys_platform == 'win32' or sys_platform == 'Windows' ...@@ -7,4 +7,4 @@ cpufeature; sys_platform == 'win32' or sys_platform == 'Windows'
protobuf protobuf
tiktoken tiktoken
blobfile blobfile
triton==3.3 triton>=3.2
\ No newline at end of file
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