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